Fallout: New Vegas

Fallout: New Vegas

View Stats:
seethingword Sep 22, 2015 @ 1:44pm
New Vegas BAT files
Just going to throw this out there that i am coding and uploading NV BAT files that give you multiple things. im trying to update daily to add more bat files so give it a look if you want.

http://www.nexusmods.com/newvegas/mods/60564/? - Fallout New Vegas BAT Files by seethingword

EDIT: Also going to be doing this for skyrim when i feel like it :D
Last edited by seethingword; Sep 22, 2015 @ 4:27pm
< >
Showing 1-15 of 17 comments
Oh, nice idea!
seethingword Sep 22, 2015 @ 1:56pm 
Currently in the process of making:
-Base Game Ammunition
-DLC Ammunition
-Base Game + DLC ammunition

Upcoming:
-Base Game Armor & Clothing
-DLC Armor & Clothing
-Consumables
-Keys
-Holodisks & Notes
-Skill Books
-Skill Magazines
-Snow Globes
-Base Game Weapons
-DLC Weapons
-Base Game Unique Weapons
-DLC Unique Weapons
-And many more
Last edited by seethingword; Sep 22, 2015 @ 1:59pm
seethingword Sep 22, 2015 @ 2:00pm 
open for suggestions on what people want
Originally posted by seethingword HPMC:
Currently in the process of making:
-Base Game Ammunition
-DLC Ammunition
-Base Game + DLC ammunition

Upcoming:
-Base Game Armor & Clothing
-DLC Armor & Clothing
-Consumables
-Keys
-Holodisks & Notes
-Skill Books
-Skill Magazines
-Snow Globes
-Base Game Weapons
-DLC Weapons
-Base Game Unique Weapons
-DLC Unique Weapons
-And many more

Actually really useful if people just need specific things, nice.
seethingword Sep 22, 2015 @ 2:05pm 
ya i hate downloading or copying bat files that have like all skills, special, and stats upgraded in the same file and having to go through and figuring out which code is which. plus all other peoples BAT files that i've downloaded didn't have descriptions on which code was for what thing. Mine do.
Example from FNV Base Weapons Modifications.txt:
;GUNS ;Pistols player.additem 000eeeda 1 ;.357 revolver long barrel player.additem 000eeed9 1 ;.357 revolver HD cylinder player.additem 0010c85b 1 ;.44 revolver scope player.additem 0010c85c 1 ;.44 revolver heavy frame player.additem 000eed3d 1 ;9mm pistol extended mags player.additem 000eed3c 1 ;9mm pistol scope ;ENERGY WEAPONS ;Pistols player.additem 0010c854 1 ;Laser RCW recycler ;Rifles player.additem 0010c869 1 ;Laser Rifle focus optics player.additem 0010c86a 1 ;Laser Rifle beam splitter player.additem 0010c868 1 ;Laser Rifle scope player.additem 0010c86b 1 ;Plasma rifle magnetic accelerator

Obviously this is not all of them but still as you can see, i put what each code goes to and under what category they are
seethingword Sep 22, 2015 @ 2:07pm 
and from the FNVDLC.txt:
;GUNS ;Pistols player.additem xx008e17 1 ;.45 AP HD slide (Honest Hearts) player.additem xx008e18 1 ;.45 AP silencer (Honest Hearts) player.additem xx000836 1 ;Hunting rev. 6-shot cylinder (Gun Runners Arsenal) player.additem xx000834 1 ;Hunting rev. match barrel (Gun Runners Arsenal) ;Rifles player.additem xx000828 1 ;Anti-material rifle CF parts (Gun Runners Arsenal) player.additem xx000829 1 ;Anti-Material rifle custom bolt (Gun Runners Arsenal) player.additem xx00082a 1 ;Anti-Material rifle suppressor (Gun Runners Arsenal) player.additem xx00082b 1 ;Assault Carbine extended mags (Gun Runners Arsenal) player.additem xx00082c 1 ;Assault Carbine forged receiver (Gun Runners Arsenal) player.additem xx00082d 1 ;Assault Carbine light bolt (Gun Runners Arsenal) player.additem xx012804 1 ;Automatic Rifle upgraded internals (Dead Money)

I also put which DLC they are from so people can put a ; before the codes for the DLC's they dont have. If they dont have all.
seethingword Sep 22, 2015 @ 3:07pm 
//UPDATED
-Base Game Ammunition (2000 of each type)
Last edited by seethingword; Sep 22, 2015 @ 4:27pm
seethingword Sep 22, 2015 @ 4:26pm 
im just going nuts right now.

//UPDATED
-DLC Ammunition (2000 of each type)
-Base Game + DLC Ammunition (2000 of each type)
Last edited by seethingword; Sep 22, 2015 @ 4:26pm
seethingword Sep 22, 2015 @ 5:04pm 
//UPDATED
-Skill Books (10 of each)
-Skill Magazines (20 of each)
-Base Game Snowglobes
-DLC Snowglobes
-Base Game + DLC Snowglobes
Nayroy Sep 22, 2015 @ 5:12pm 
Seems like something anyone can do.
seethingword Sep 22, 2015 @ 5:13pm 
ya but would you wanna sit here and type for a few hours putting these codes in? (If you use console)
Nayroy Sep 22, 2015 @ 5:20pm 
Well, seeing how I did it for vendors and companions and every single time I test a new mod, yeah, I would, and I wouldn't have to use someone's text file for honest hearts weapons and it gives all this other crap.
seethingword Sep 22, 2015 @ 5:34pm 
thats why i set up the files so you can turn off whichever ones you want. and put a description fro each item
seethingword Sep 23, 2015 @ 8:10pm 
WARNING: For all DLC Bat files, You must go into the .txt file and replace the "xx" in the item codes with the correct number for that DLC's load order. For example:
player.additem xx00947b 2000 ;Standard (Honest Hearts)
player.additem xx00085b 2000 ;Explosive (Gun Runners Arsenal)

For the first item, i have to replace the "xx" with "02" since Honest Hearts is number 2 in my data file load order. So after editing it, it would be like this:
player.additem 0200947b 2000 ;Standard (Honest Hearts).

And for the second item, i have to replace "xx" with "06" since Gun Runners Arsenal is number 6 in my data files load order. So after editing, it would be like this:
player.additem 0600085b 2000 ;Explosive (Gun Runners Arsenal).

Please take this in mind when downloading the DLC.txt & the BaseGameAndDLC.txt files


Current versions:
-Base Game Weapon Modifications
-DLC Modifications
-Base Game + DLC Modifications
-Factions Maxed Out
-Base Game Ammunition (2000 of each type)
-DLC Ammunition (2000 of each type)
-Base Game + DLC Ammunition (2000 of each type)
-Skill Books (10 of each)
-Skill Magazines (20 of each)
-Base Game Snowglobes
-DLC Snowglobes
-Base Game + DLC Snowglobes

Currently in the process of making:
-Consumables

Upcoming:
-Base Game Armor & Clothing
-DLC Armor & Clothing
-Base Game Unique Weapons
-DLC Unique Weapons
-Keys
-Holodisks & Notes
-Base Game Weapons
-DLC Weapons
-And many more

I am going to keep uploading BAT files :) just comment what you all need and ill add a file for it!
talgaby Sep 23, 2015 @ 11:25pm 
By the way, what is the difference between this and any cheat cabinet or the infinite portable loot crate of the Cheat Terminal variants?
< >
Showing 1-15 of 17 comments
Per page: 1530 50

Date Posted: Sep 22, 2015 @ 1:44pm
Posts: 17