stainthat Posted January 29, 2009 Share Posted January 29, 2009 When in game how do you add a modded item to your inventory.For example: I want to get an item that is somewhere far from where I am now in Fallout3, and I don't want to go there, how do you add it to your inventory? And how do I find the player.additem number? I am using FOMM and I found: 01000eabBut how do I use this in game? Thanks to anyone that helps. Link to comment Share on other sites More sharing options...
Canor Morum Posted January 29, 2009 Share Posted January 29, 2009 Look up the item here... http://fallout.wikia.com/wiki/Fallout_3 get the ID, then... ~ player.additem [base_id] [amount] [quality] ~ example: player.additem CB547 1 100 Link to comment Share on other sites More sharing options...
stainthat Posted January 29, 2009 Author Share Posted January 29, 2009 Look up the item here... http://fallout.wikia.com/wiki/Fallout_3 get the ID, then... ~ player.additem [base_id] [amount] [quality] ~ example: player.additem CB547 1 100 Ok thank you but how do I figure out the base ID of a moded item that I downloaded? Link to comment Share on other sites More sharing options...
Dragarr Posted January 29, 2009 Share Posted January 29, 2009 You already did the most involved part (using the FOMM plugin editor to find 01000eab). Now in the FOMM main screen look for the "Mod index" of the containing esp, that is the first two parts of the code.Eg. if the Mod index is 2F then the spawn code for the item is 2F000eab. Link to comment Share on other sites More sharing options...
nosisab Posted January 29, 2009 Share Posted January 29, 2009 the simpler way is answered here PS: sorry, link corrected now. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.