dlstuckey002 Posted January 30, 2011 Posted January 30, 2011 Hello everyone. I am new to the modding world of Fallout. Over the last few days I have been playing with G.E.C.K and NVSE to see if I can create a console command that will allow me to add multiple items to my inventory all at once. I created a script to do it, but it does not work in the console command line. I was wondering if a mod has been created or if someone knows how to make a mod to do exactly what I am describing here. Any info would be very much appreciated. Daniel
NecroAngel12 Posted February 19, 2011 Posted February 19, 2011 All you have to do is make a text file(Like MyItems.txt) in the the same directory as FalloutNV.exe. Then in the file you would put in all the console codes you wish to activate such as player.additem x 1 or player.addperk x where x is the FormID(found in GECK or Here) After that is done, save the file as a .txt, and load up fallout. Simply type Bat MyItems.txt(or whatever you named it with the .txt) and every command will be executed. No Mod needed
Recommended Posts