Page 1 of 1

Working game speed mode for 12.20?

Posted: Sat Jan 09, 2016 5:57 am
by devilwarriors
Is there any working mods for changing the game speed that work with version 12.20 and up?

I found 2-3 mods for that but they are all broken for the more recent version of the game.

Re: Working game speed mode for 12.20?

Posted: Thu Jan 14, 2016 2:37 pm
by Klonan
While there aren't any working mods, its quite simple to change the game speed using the console.

Code: Select all

/c game.speed = 1
--normal game speed 100%

Code: Select all

/c game.speed = 2
--twice game speed 200%

Re: Working game speed mode for 12.20?

Posted: Thu Jan 14, 2016 10:40 pm
by devilwarriors
oh nice, simple.. thanks for the help :)