Hello,
I have problems with creating my own mods.
the current status:
here is my mod, its called "test" for now:
I have a folder "test" and a .mod file in the stellaris mod folder:
C:\Users\User\Documents\Paradox Interactive\Stellaris\mod
for the .mod file I use:
name="test"
path="mod/test"
tags={
"Balance"
}
supported_version="1.0.2"
Inside the mod fold "test" I have common\defines\00_defines.txt
the .txt is orginial. if I start the game, it does work.
Here comes my problem:
As soon as I change any value, the game will crash
Example:
CORE_SECTOR_PLANET_CAP = 5, --> CORE_SECTOR_PLANET_CAP = 6,
or:
SECTOR_CAP = 2, --> SECTOR_CAP = 3,
I have problems with creating my own mods.
the current status:
here is my mod, its called "test" for now:
I have a folder "test" and a .mod file in the stellaris mod folder:
C:\Users\User\Documents\Paradox Interactive\Stellaris\mod
for the .mod file I use:
name="test"
path="mod/test"
tags={
"Balance"
}
supported_version="1.0.2"
Inside the mod fold "test" I have common\defines\00_defines.txt
the .txt is orginial. if I start the game, it does work.
Here comes my problem:
As soon as I change any value, the game will crash
Example:
CORE_SECTOR_PLANET_CAP = 5, --> CORE_SECTOR_PLANET_CAP = 6,
or:
SECTOR_CAP = 2, --> SECTOR_CAP = 3,