Imperator: Rome

Imperator: Rome

Bricks, Marble and Your Imagination
Modify your Imperator: Rome experience by checking out the many mods created and shared by the community, including tweaks to almost any aspect of the game.
Scotvince 4 Sep, 2019 @ 1:45am
Slower game speed
Hello,

I am interested to slowing the speed. I created a mod with this code (from the 00_defines files in game/common/defines)

GAME_SPEED_TICKS = { #how many seconds should a day take in every game speed
2
0.75
0.5
0.25
0.0
}

"2" is modded, and the original number is "1".

and I also tried with 5.

But it doesn't work in game. The path of the mod is the same as vanilla folders.
I am wandering if there is any other file needed to make it work.