Jump to content

Form Id Number for modder


galy3

Recommended Posts

Ok! Do We have to care about this, looking to Ck, there no way to change it, but I still changing it in Tesnip, to be sure there will be no conflics with other mods.

 

But realy, if there a load order, what I am doing? Do I waste my time changing it?

Link to comment
Share on other sites

You only really have to worry about form IDs within one mod. You may not use the same form ID number twice in a single mod, or you will get bugs. You automatically have protection from form ID problems between mods because of the load order. The first two digits of a form ID change depending on position in the load order. So let's say that every one of your mods has an item with the form ID XX000001. Is this a problem? No. When you put your mods into the load order to use them, the items will have form ID numbers like:

 

00000001 (Skyrim .esm)

01000001

02000001

03000001

04000001

05000001

06000001

07000001

08000001

Edited by David Brasher
Link to comment
Share on other sites

  • Recently Browsing   0 members

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