Difference between revisions of "Data file"

1 byte removed ,  18:30, 15 April 2012
m
imported>AurelTristen
imported>David Brasher
Line 24: Line 24:
Now, suppose that there's a second mod "Heavy Swords" which adds two new swords and redefines four swords from Skyrim to be more "heavy". Suppose that of these four overridden swords, one conflicts with an override done by "Cool Swords" -- i.e. they both try to change the same sword.
Now, suppose that there's a second mod "Heavy Swords" which adds two new swords and redefines four swords from Skyrim to be more "heavy". Suppose that of these four overridden swords, one conflicts with an override done by "Cool Swords" -- i.e. they both try to change the same sword.


Again, this is just like the card game. The two new swords form two new stacks, and the four redefined swords go on top of existing cards, overriding them. But in this case, one of those cards goes on top of the card added by Cool Swords-- thus overriding ''its'' changes as well as as original Skyrim.esm sword/card. Note in particular, that they changes are ''not'' merged. Each newly added card/record completely replaces the card/record under it.
Again, this is just like the card game. The two new swords form two new stacks, and the four redefined swords go on top of existing cards, overriding them. But in this case, one of those cards goes on top of the card added by Cool Swords-- thus overriding ''its'' changes as well as as original Skyrim.esm sword/card. Note in particular, that the changes are ''not'' merged. Each newly added card/record completely replaces the card/record under it.


== Load Order ==
== Load Order ==