Hello modders.
Unfortunately, I am one of this player for who own mods don't work in game.
The problem is quite well known on the official forums, and I tried everything...
Fortunately I can use mod of others!
I'd love a mod to slow down the time speed 1x.
I did it for Hearts of Iron IV ( https://steamcommunity.com/sharedfiles/filedetails/id=2008694538 ),
Only one file called "00_defines" to modify, which can be found in "game/commo/defines"
This is the VANILLA code (in the top of the code file) :
GAME_SPEED_TICKS = { #how many seconds should a day take in every game speed
1
0.75
0.5
0.25
0.0
}
I'd like the slower speed at value 2.
If it can help, concerning Hearts of Iron IV, I called the file "slowdown_defines" and this is the only code I wrote into the file:
NDefines.NGame.GAME_SPEED_SECONDS = { 3.0, 0.5, 0.2, 0.1, 0.0 }
If someone could create this mod for me, and surely other interested players, you could be awesome !
A big thank you.
PS : excuse me for my poor non native english.
Unfortunately, I am one of this player for who own mods don't work in game.
The problem is quite well known on the official forums, and I tried everything...
Fortunately I can use mod of others!
I'd love a mod to slow down the time speed 1x.
I did it for Hearts of Iron IV ( https://steamcommunity.com/sharedfiles/filedetails/id=2008694538 ),
Only one file called "00_defines" to modify, which can be found in "game/commo/defines"
This is the VANILLA code (in the top of the code file) :
GAME_SPEED_TICKS = { #how many seconds should a day take in every game speed
1
0.75
0.5
0.25
0.0
}
I'd like the slower speed at value 2.
If it can help, concerning Hearts of Iron IV, I called the file "slowdown_defines" and this is the only code I wrote into the file:
NDefines.NGame.GAME_SPEED_SECONDS = { 3.0, 0.5, 0.2, 0.1, 0.0 }
If someone could create this mod for me, and surely other interested players, you could be awesome !
A big thank you.
PS : excuse me for my poor non native english.
- 2