diff --git a/README.md b/README.md index d5ad217..870c7e5 100644 --- a/README.md +++ b/README.md @@ -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