the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Quick and dirty guide to Bat files

Skywise001

Well-Known Member
City Planner (S4)
Verified Builder
Messages
2,499
No clue if this works on the Xbox

1) Get a mod from Nexus that has Bat files in it (like this one). They go in the Fallout folder by the exe.

Make a copy of the file. Edit the copy to have the commands you want inside, rename the file (what you name it will be the command in game).

For example I added this to a bat file

player.setav strength 10
player.setav perception 10
player.setav endurance 10
player.setav charisma 10
player.setav intelligence 10
player.setav agility 10
player.setav luck 10
set timescale to .01
fw 001D670e
player.additem 0006907A 100; Aluminum
player.additem 0006907B 100; Circuitry
player.additem 0006907D 100; Crystal
player.additem 00069087 100; Fiber Optics
player.additem 0006907F 100; Plastic
player.additem 00069081 110; Screw
player.additem 000731A4 40; Steel
player.additem 000731A3 40; Wood
player.additem 00069085 40; Glass
player.additem 00106D98 40; Rubber
player.additem 0006907A 40; Aluminum
player.additem 0006907C 40; Copper

This is for my build mode when Im working on city plans so it cheats a lot.
First it sets all SPECIAL to 10.
Then it slows time down.
Then it sets the weather to be lovely.
Then it adds a bunch of materials then roughly should build 1 SS2 desk and 2 ASAM sensor boxes.
I renamed the file to 'Skywise' so when I open the console and type bat Skywise it will run all these commands.

You can even add and remove perks - I have another bat that gives me every crafting perk. Anything that the console can play with you can add to your bat file to mess with. Spawn items, add levels, stats, whatever - the Commonwealth is your oyster.

I went ahead and added my bat file to the post so you can look at it and use it as a base if you like. Use responsibly :3
 

Attachments

  • Skywise.txt
    667 bytes · Views: 4
Top