johnyct9760 Posted April 27, 2012 Share Posted April 27, 2012 is there way to find the item codes for mod added items like for example: 4.7 mm rounds (added by CALIBR)or the laser sites that are attached to weapons (added by WeaponsModKits) I've tried take a an existing item out of my inventory and dropping on on the ground then opening up the console and then left clicking on it to get the item code and the it LOOKS like the correct item number pops up in the top center of the screen but when I do the player.additem [itemCode], 1000, 100 <= add item console command it tells me its no good. Thanks for the help. Link to comment Share on other sites More sharing options...
SariDecember Posted April 27, 2012 Share Posted April 27, 2012 When using the additem command you gotta use the base object value. To get that value, drop an item on the ground, bring up the console, left click the item that it's reference ID is shown on the top screen and then type "gbo" (get base object ID, WARNING: this command requires FOSE). Use the number you'll get after this command with the additem command and it should work! Link to comment Share on other sites More sharing options...
johnyct9760 Posted April 27, 2012 Author Share Posted April 27, 2012 Worked like a charm thank you for the help friend! Link to comment Share on other sites More sharing options...
Recommended Posts