|
|
Set the game property `realtime` to ` to enable realtime gameplay.
|
|
|
Set the game property `realtime` to `1` to enable realtime gameplay.
|
|
|
|
|
|
## How it works
|
|
|
|
|
|
In realtime mode Dulst will automatically ends turn (fire the endturn command) 5 times a second or once every 200ms. Unlike in turn based mode where end turn increments the turn counter by 1, in realtime mode the turn counter increments by 200. This way time you can always tell how long it has been since the game started and time spent is independent of tick rate. |
|
|
In realtime mode Dulst will automatically skip select waits and increment the turn counter 5 times a second or once every 200ms. Unlike in turn based mode where end turn increments the turn counter by 1, in realtime mode the turn counter increments by 200. This way time you can always tell how long it has been since the game started and time spent is independent of tick rate. |