bsaffel / benchmarker

macro trainer | build optimizer | practice tool
10 stars 0 forks source link

2 Extractors being built did not correctly trigger build order #192

Closed bsaffel closed 9 years ago

bsaffel commented 10 years ago

My guess is because they are only tracked up to a certain amount (similar to overlords) so if you build them at the right time, but do it after that threshold of tracking, you will not be able to complete the step.

bsaffel commented 10 years ago

Just confirmed that this is not yet fixed. In SS below, extractors were benchmarked at 55 supply but built at 68 and did not trigger the build step evaluation.

screenshot2014-06-28 15_22_31

Confirmed with debug that Extractor was not considered valid for build order

bsaffel commented 9 years ago

This will be fixed when the logic is switched to use first 6 gas instead of supply.