Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nordie92 authored Nov 14, 2021
1 parent 752f752 commit c82b8c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c82b8c4

Please sign in to comment.