Improvement: Allow option to cut off all output after a certain time
Closed this issue · 1 comments
hahnicity commented
We should all the user to be able to specify a certain point in the game (by game time) that they do not want any more output to be shown. We can do this from the command line
spawningtool myreplay.SC2Replay --cutoff-time 10:00
Results will look like:
9 0:49 Pylon
12 1:34 Gateway
13 1:56 Assimilator
16 2:22 Pylon
...
52 9:50 Gateway
Any game events that occur after this time will not be shown. Do we care about flag naming? Suggestions?
StoicLoofah commented
Covered in this last merge