Jump to content

Code number


strider53

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...