I wanted to increase the directly controlled planet limit, so I created the mod and the file with this verbatim content:
https://gist.github.com/matias-pequeno/8a05d049c0a8ae1369d199c4d740865b
Game would exit as soon as I hit Play.
Then I started checking other mods and noticed they usually include the ENTIRE file they're editing with the changes they want.
As a programmer myself that certainly looks very strange because it'd make it really complicated to avoid file collisions, ie. two mods editing separate values on the same file.
So, how does it work?
https://gist.github.com/matias-pequeno/8a05d049c0a8ae1369d199c4d740865b
Game would exit as soon as I hit Play.
Then I started checking other mods and noticed they usually include the ENTIRE file they're editing with the changes they want.
As a programmer myself that certainly looks very strange because it'd make it really complicated to avoid file collisions, ie. two mods editing separate values on the same file.
So, how does it work?
Last edited:
- 2