How do I accomplish this?Minimize overwrites of vanilla files by adding separate files and loading from folders whenever possible, to improve mod compatibility and maintenance.
I am using mod1 by someone else and I wrote mod2. I don't want to merge them into one, but keep them separat. So mod1 overwrites 00_ship_sizes and adds a bunch of stuff. I want to add to that file too and create 01_ship_sizes. Afaik the changes should stack up. So I keep 01 empty except for my changes, right? But how do I not overwrite his changes? I mean what are the rules for overwriting or adding?
He is adding required components to the Corvette, I want to add a modifier.
I tried it and used just my changes in 01, thinking they get added on top of his. Unfortunately, it doesn't work that way.