Clouce Posted September 22, 2011 Share Posted September 22, 2011 As the title said. I am unable to use the console commands to spawn any item that has been added to my game via mods or DLC, anything in the game that is part of vanilla I can spawn no problem. I am using the correct starting 2 characters FOMM and I have tried it god knows how many times. Any help would be greatly appreciated, I have googled this problem and was not able to find any help. Again, my console is working I can spawn items from vanilla new vegas, but DLC and Mod items are unable to be spawned. Also I posted this in the mod tech support forum too, I didn't know what the correct forum to use would be. Sorry for the double post. Link to comment Share on other sites More sharing options...
Clouce Posted September 23, 2011 Author Share Posted September 23, 2011 Bump. Still cant find an answer. Tried disabling mods and reinstalling. Link to comment Share on other sites More sharing options...
EvilDeadAsh34 Posted September 23, 2011 Share Posted September 23, 2011 I've been having problems like this too. For some reason the number in FOMM isn't matching what the game is recognizing. Like yesterday i tried adding a modded weapon and it's FOMM load number was 37, so i entered "player.additem 37000add 1 100" and nothing. I rechecked FOMM to make sure the load number was correct and it was. The way i finally got the item was to advance the first two numbers by one until the game recognized the number. Examples below:player.additem 34000add 1 100 - didn't workplayer.additem 35000add 1 100 - didn't workplayer.additem 36000add 1 100 - didn't workplayer.additem 37000add 1 100 - didn't work but is what it should have been.player.additem 38000add 1 100 - didn't workplayer.additem 39000add 1 100 - didn't workplayer.additem 3a000add 1 100 - didn't workplayer.additem 3b000add 1 100 - worked My suggestion would be to try changing the first two numbers by a few in either direction because as you can see from my examples mine was somehow off by five. 37 didn't work even though that was my FOMM number but 3b did. I don't know what's up but maybe it will help you fix your problem and get your item. BTW, whenever i do a console command now i have to offset my FOMM number to get the items i want. P.S. Also remember that FOMM load number go from 01-09 then it transitions to 0A-0F etc... think of it as A=10, F=15 and so on. Link to comment Share on other sites More sharing options...
Recommended Posts