About this mod
This is a collection of my personal scripts I'm using.
All of it was gathered from here: http://fallout.wikia.com/wiki/Fallout_4_console_commands
Not only limited to the console commands page, though.
- Requirements
- Permissions and credits
- Changelogs
I like roleplaying.
I'm just lazy at times.
This said, you maybe can imagine where my scripts have their values.
I tried to make my scripts (in total, as a package) as immersive as possible, given the fact their scripts after all.
But since i'm about to start my 4th or 5th playthrough, I do have some scripts for that too.
Package: Default
You want to build a larger settlement, but dont want a mod - or scraps 100 weapons?
- bat s_build_more ; increases the build limit by 2000
Figured it build limit is now too high?
- bat s_build_less ; lowers the build limit by 2000
Need more mats to build? (well if you dislike TGM):
- bat s_newbase_food ; food for 10 people
- bat s_newbase ; variable mats betweeen 100 (eg: gold, crystal) and 2000 (wood, steel)
- bat s_newbase_lore ; send your settlers to gather mats, they'll bring back variable mats between 10 (like: oil/cork) to ~150 (wood/steel)
- bat s_newbase_max_stuff ; contains 20 of each of the 10/25/50-shippments (0 weights)
- bat s_newbase_vault ; provides 5000 mats of everything, 3 calls of max_stuff and multiple calls for food. (do NOT use this per settlement and then connect them with provisioning routes.. you'll get lags upon enter build mode etc)
That NPC bugs around and doesnt want to be moved/commanded or go caravan?
- bat s_npc ; calls all 3 of the below
- bat s_npc_command
- bat s_npc_move
- bat s_npc_caravan
You killed that raider but his PA belongs to him still?
- bat s_own
You have killed like 100 raiders in PA's but none let you have his frame?
- bat s_newframe
Tired of waiting for new settlers?
- bat s_newsettler ; wait a few seconds (best just assign everything) or the settlers will look the SAME
Dying all the time due to different damage types?
- bat s_wimp ; raises all restistances by 50
- bat s_unwimp ; lowers all resistances by 50
- bat s_hp ; gives some water, stimpack and radaway
Need some ammo?
- bat s_reload ; gives 250 per ammo, ~5 grenades
- bat s_reload_syringer ; gives 100 per syringer ammo
- bat s_reload_2k
- bat s_reload_10k
Need some cash?
- bat s_cash ; gives you 1000 caps
But as i stated, i'm heading for yet another playthrough, so me wanted to have, uhm... less to think about the start....
Package: Start
Basicly, I'd call:
- bat s_start_agi
- bat s_start_int
- bat s_start_str
Which gives me Main stat on 8, 2nd stat on 6, opposite stat on 2, others on 3. (the default 28 pts)
As well as 3 perks with 1 point according to selected stat.
Or, as i'm planning a synth playthrough:
- bat s_start_f_g4 ; str & int on 8, others 6, 1 pts in all female Perks
- bat s_start_m_g5 ; str & int on 10, others 8, 2 pts in all male perks
- bat s_start_f_max ; all stats 10, all female perks
- bat s_start_m_god ; all stats 999, caryweights 1 mil, healrate 10k, all male perks
The other files of that packages:
- bat s_lib_cash_10k, s_lib_cash_100k
- bat s_lib_all_head ; adds all heads and its container
- bat s_lib_all_books ; places containers and executes all: s_lib_book_* files
- bat s_lib_pa_bos_{cpt,jet,sent}
- bat s_lib_pa_{cat,raider,t45,t51,t60,x01}
- bat s_lib_perks_all_{f,m}
- bat s_lib_perks_all{1,2}_{f,m} ; Adds either just 1 or just 2 of each perk for fe/male
- bat s_lib_perks_lore_{agi,int,str} ; 1 point in 3 different pers
- bat s_lib_stats_{all,god} ; all stats 10 or 999 accordingly
- bat s_lib_stats_legit_{agi,int,str} ; 28 points spent
- bat s_lib_stats_synth_{g4,g5} ; all stats 6 but int/str 8 ; all 8 but int/str 10
Package: Deluxe
In short, gives you that weapon with all the mods (i want for it) and 2500 ammo, but fatman only 500.
- bat s_deluxe_{10mm,fatman,mg,gamma,gauss,magnum,plasma,rail,shotgun,sniper_50,sub}
- bat s_deluxe_legends ; places an unmovable chest (but modpos,modangle,setangle work) that fills itself with legendary items
Conclusion:
I highly recommend to create your own start_* scripts, without the 's_' prefix, and if you install all packages, they could look as simple as (2 examples):
For a basic script.
For the king of the hills of bosten! (WARNING: Such a playthrough might destroy long-term game fun!)
Installation
- Manual (extract the files of the 3 folders 'default', 'deluxe' and 'start' into your Fallout 4 installation base directory ; so its in the same dir as the Fallout4.exe)
- Use NMM
Uninstall
- Remove all text files starting with 's_' from your Fallout 4 root directory.
- Use NMM
Credits:
- Bethesda for Fallout 4
- Wenderer for FOMOD Creation Tool
- http://fallout.wikia.com/wiki/Fallout_4_console_commands
- https://forums.nexusmods.com/index.php?/topic/5658822-some-helpful-starting-console-commands/ (wasnt a source, but a nice tips anyway!)