More improvements in readme.

This commit is contained in:
Justin Hawkins 2020-11-21 20:48:45 +10:30
parent 0661fb9cc0
commit 46fe9b66c4

View File

@ -21,6 +21,9 @@ The openttd_multitool connects to the OpenTTD Admin port (default 3977)
and stays connected. It monitors the game date, and performs your custom commands
at periodic intervals.
It supports string substitution of commands to embed the current (game) date
into commands or filenames.
Possible intervals are:
* daily
@ -29,6 +32,12 @@ Possible intervals are:
These intervals are obviously in game time!
Possible string substitutions are:
* %Y - 4 digit year
* %M - 2 digit month
* %D - 2 digit day of month
## running
If you don't want to build from source, grab a binary release from