galy3 Posted February 20, 2012 Share Posted February 20, 2012 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 More sharing options...
David Brasher Posted February 21, 2012 Share Posted February 21, 2012 (edited) 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)0100000102000001030000010400000105000001060000010700000108000001 Edited February 21, 2012 by David Brasher Link to comment Share on other sites More sharing options...
Recommended Posts