strider53 Posted October 28, 2007 Share Posted October 28, 2007 Hi everyone can anyone tell me how to get the code of an item, Specifically Eyja`s hair. I have them in inventory but would like to duplcate them for use on maniqiuns. Link to comment Share on other sites More sharing options...
Vagrant0 Posted October 29, 2007 Share Posted October 29, 2007 Hi everyone can anyone tell me how to get the code of an item, Specifically Eyja`s hair. I have them in inventory but would like to duplcate them for use on maniqiuns.Hair can only be added or duplicated if it is an item. Hair as defined within races is not controlled by form ID's. Form ID's can be learned by looking for the item in the CS, and writing them down (look like "01xxxxxx"). Additionally, IDs of things which are added by mods cannot be easily used since the game changes the beginning number based on the mod's load order. The only real way to figure out the numbers used by a mod is to find a static which is added by the mod, click on it in game with console open, and look at the first two numbers. If it is anything other than 00 or FF it is likely part of a mod. You then use those two numbers and replace the 01 of 01xxxxxx with those numbers (and the xxxxxx with the numbers you found in the CS). Alternativly, you could use "createfullactorcopy" on an actor which has the items in their inventory and is disposable (and capable of dying). Putting the item in a container, and typing "duplicateallitems" with the container selected may also work. If the hair isn't an inventory item, you may have to make a new inventory item based on the hair... Which can create issues in and of itself. Link to comment Share on other sites More sharing options...
dangle Posted October 29, 2007 Share Posted October 29, 2007 i think he's lying. i think he just wants a nice lady toupee... :) Link to comment Share on other sites More sharing options...
strider53 Posted October 30, 2007 Author Share Posted October 30, 2007 Thank you Vagrant I did it with "dupe allitems" now have maniqiuns with Eyja`s hair they look good thanks again Link to comment Share on other sites More sharing options...
strider53 Posted October 30, 2007 Author Share Posted October 30, 2007 i think he's lying. i think he just wants a nice lady toupee... :)Hi Dan. LOL At my age you gotta try to look good! cheers Bud :wacko: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.