redneckdevil Posted June 25, 2011 Share Posted June 25, 2011 (edited) Ok, real noobish question but whats is the exact command to spawn an item in the game? Like if u dl a mod and wanna try out one of the armors in that mod, what would be the command if u wanted to spawn it in ur inventory?for example if the item number is ff00123a what would be the the exact command to get that item? Edited June 25, 2011 by redneckdevil Link to comment Share on other sites More sharing options...
rickerhk Posted June 25, 2011 Share Posted June 25, 2011 Ok, real noobish question but whats is the exact command to spawn an item in the game? Like if u dl a mod and wanna try out one of the armors in that mod, what would be the command if u wanted to spawn it in ur inventory?for example if the item number is ff00123a what would be the the exact command to get that item? In order to spawn an item, you need to know the base object number. When you click on something in console mode, the numbers you are seeing are reference numbers, not base item numbers. You need to either look in the Geck for the base item number, or, if you have NVSE:In console mode, click on the object - ff00123a, appears for example.GetBaseObject <enter>Player.PlaceAtMe XXXXXXXX 1 <enter> Where XXXXXXXX is the number returned by the getbaseobject command Edit - to place it in your inventory:Player.additem XXXXXXXX 1 Link to comment Share on other sites More sharing options...
redneckdevil Posted June 26, 2011 Author Share Posted June 26, 2011 tyvm for that information. is there by chance a website or a forum that has a lot fo this beginners information at? Link to comment Share on other sites More sharing options...
rickerhk Posted June 26, 2011 Share Posted June 26, 2011 tyvm for that information. is there by chance a website or a forum that has a lot fo this beginners information at? Just about everything I know comes from here: http://geck.bethsoft.com/index.php/Main_Page Link to comment Share on other sites More sharing options...
Recommended Posts