ID's altered on load?

Post » Thu Jun 21, 2012 1:33 pm

I have two mods, one adds a Quest, the other adds another Quest with a script that has a property to reference the first Quest. The first Quest's ID is 02002860, yet when I reload the two mods in the CK, the value set to the property mysteriously changes to 03002860 (the first byte gets altered to match the load order). The same happens in the game. I've checked the .esp file with a Hex editor and it conatins 02002860 both before and after the game. What's going on? Am I missing something?
User avatar
Ross Thomas
 
Posts: 3371
Joined: Sat Jul 21, 2007 12:06 am

Post » Thu Jun 21, 2012 10:22 am

As you've found, the first two digits (the first byte) represents the mod's place in the load order. There's no way to keep them the same unless you don't change your load order, ever.

The reason that it changed in the CK is because of the number of mods (esp/esm files) that you load when you edit the file.
User avatar
Steeeph
 
Posts: 3443
Joined: Wed Apr 04, 2007 8:28 am

Post » Thu Jun 21, 2012 1:24 pm

As you've found, the first two digits (the first byte) represents the mod's place in the load order. There's no way to keep them the same unless you don't change your load order, ever.

The reason that it changed in the CK is because of the number of mods (esp/esm files) that you load when you edit the file.
So you're saying there is no way to reference objects in other mods, only master files?
User avatar
Damned_Queen
 
Posts: 3425
Joined: Fri Apr 20, 2007 5:18 pm

Post » Thu Jun 21, 2012 10:17 pm

http://www.gamesas.com/topic/1376413-skyrims-newest-beta-patch-the-ck/page__view__findpost__p__20831757

^ If you wanted to use something from another mod in your script.

Otherwise, yes, in order to use another mod's resources, you must have the other mod set as a master of your mod.
User avatar
Sarah Bishop
 
Posts: 3387
Joined: Wed Oct 04, 2006 9:59 pm

Post » Thu Jun 21, 2012 7:24 pm

http://www.gamesas.com/topic/1376413-skyrims-newest-beta-patch-the-ck/page__view__findpost__p__20831757

^ If you wanted to use something from another mod in your script.

Otherwise, yes, in order to use another mod's resources, you must have the other mod set as a master of your mod.
Talk about impecable timing :) . I'll just wait for the update then.
User avatar
Shelby Huffman
 
Posts: 3454
Joined: Wed Aug 08, 2007 11:06 am


Return to V - Skyrim