From c82b8c4fcca9b0af85149d0575364aa01332cba6 Mon Sep 17 00:00:00 2001 From: nordie92 <35845673+nordie92@users.noreply.github.com> Date: Sun, 14 Nov 2021 19:09:30 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2ad0276..e1ffe17 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ Create a text file and write down one line for every instruction. At first you have to define the requirements. For example "7s" (when reaches 7 supply). Or "7s,100f" (when reaches 7 supply and 100 food). Next close this requirement section by typing ":". Finally write down the instruction, "build house" for example. There are 7 possible requirements implemented: Supply(s), Supply cap(sc), food(f), wood(w), gold(g), stone(st) and time(t, in seconds). If you want to write more then one instruction just repeat the same requirements on the next line. +Example: +7s: When 7 Supply +20sc: When 20 SupplyCap +200f: When you reached 200 food +200w: When you reached 200 wood +200g: When you reached 200 gold +200st: When you reached 200 stone +2t: When 2 seconds pased + ## Text recognition failed Text recognition (to parse supply and resources) will fail if your resolution isn't 1920x1080 or if you change the ui scale. But you can solve this issue by setting up position and size of depending on the resolutions. It can help to take a screenshot from your game and find out the position of supply and resources.