From 46fe9b66c4c573a742a827371bcc8074eb563918 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 21 Nov 2020 20:48:45 +1030 Subject: [PATCH] More improvements in readme. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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