GameSpeed

From TTWiki
Revision as of 07:00, 18 March 2009 by dmccoy (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Allow for the game speed to be changed dynamically using keyboard hotkeys

Game Speed

Allow for the game speed to be changed dynamically using keyboard hotkeys

2.0.1 alpha 23 or later

-=Switch=-

Configuration file: gamespeed on|off|<speed>

Command line: -Yg

-=Description=-

This switch lets you change the speed of the game ingame, ranging from one-eighth of normal speed to as fast as your computer can run the simulation. It uses the MoreHotkeys mechanism to change the speed, so that switch must be enabled as well.  Since TTDPatch 2.0.1 alpha 49, it takes an optional parameter <speed> that controls the initial setting, from -3 (slowest) to +3 (fastest).

By default you can use the "Q" key to slow the game down by a factor 2, the "E" key to speed up the game by a factor 2 and the "W" key to reset the game to normal speed.

These keys can be changed to your liking using the `ttdptxt' mechanism described in MoreHotkeys and in CustomIngameTexts

If you have a ttdpttxt.txt file from an older version of TTDPatch, you have to change the "hotkeylistwin" line.  Change the characters between the "x" and the "!" to be "qwe", for example change this:

-+hotkeylistwin="x   !@#$t%1234567890-=`\\\00"+-

into this:

-+hotkeylistwin="xqwe!@#$t%1234567890-=`\\\00"+-

After this, run mkpttxt.exe again.

This feature was contributed by Sander van Schouwenburg.