Hi,
Wanted to know which is the correct mod load order, just to know for myself and other users.
I am trying to create my own mod (just several cheats for my chosen faction), also I am using RRR mod, but my changes are not being loaded into the game. I think I've got mod order incorrect, In a list I've put my mod at the bottom - thinking it will be loaded last and override RRR's changes, but this seems not to be the case. After putting my mod first in a list - it looks like it started working.
Also as a side note, I've made a little application (WIP) in python - it generates a patch file for my mod. I can just apply it to the game files after minor updates, and it spits out the correct mod. This saves me going through Sins 2 files manually after minor version changes. I'ts not foolproof - if there are new entries, or the order of entries has changed, the patch might fail, or do it incorrectly.
App should be generic, ant patch JSON files like ones in "entities" folder, so might be applied to someone elses mod.