Question about overwrite defs

Started by mipen, July 01, 2015, 02:17:35 AM

Previous topic - Next topic

mipen

I was wondering how using the same defName for two defs of the same type works. For example, say I have def1 and def2, both with the same defName. If def1 is loaded first, then def2 is loaded, does it overwrite the values which differ between def1 and def2 and leave the others the same? Or does it scrap def1 and build an entirely new def, def2?

Shinzy

I can't say I really understand much of thesse but I'm fairly positive the new one horribly murders the old one throws it in a swamp and assumes it's position like an evil clone (nothing of the previous one should remain at all all gone!)

1000101

I'm pretty sure the original is discarded in favour of the newer one.  The "newer" and "original" being based first on load order and within the same mod, alphabetical file order.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By