-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
32 lines (18 loc) · 1.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# AOE2TCIdleTime calculator
This is a command line utility to calculate your TC idle time in AoE2.
### Can't I just use Capture Age?
You can also use Capture Age to find out your TC idle time but that requires running the game.
Capture Age fully simulates the game, and calculates idle time through that simulation.
That means in order to get the idle time, you need to sit through the game again =.
Even running on the fastest simulation speed, this is still a bit slow.
By running on the command line, you can batch process recorded game files
### Limitations
This tool will only tell you the TC idle time up until you click Castle Age
### Known bugs
If you queue up Castle Age behind a bunch of villagers, this will break the calculator, as it assumes the time you clicked the Castle age upgrade is the end of the productive TC time.
## Installation
Ensure you have at least python 3.7
clone the latest version of aoc-mgz and install with
python3.7 -m pip install .
You can also install the latest release of aoc-mgz directly from pip, but this may or may not have all the latest changes.
## Usage