-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Planetary Fortress: Work distribution #11
Comments
Sending workers away from a base with a Planetary Fortress is definitely not intended. 😄 Worker distribution probably does not consider PF as a proper base. The bug might also be part of Zone class. I can take a look into this perhaps later today, unless someone else finds the cause before that. |
Can you debug |
I did some brief tests. I'm not convinced this is actually to do with the Planetary Fortress anymore. |
Okay, so it might just be that the When I was originally implementing |
My guess here is that the system takes workers out of gas to build new buildings, which results in distribute workers pulling workers from mineral mining without considering distance. The same happens with just mining happening in natural. |
See this game: https://aiarena.net/matches/153533/
For some reason after the planetary fortress is built worker distribution sends workers back to the main base instead of having them mine at the PF.
Is this intended?
The text was updated successfully, but these errors were encountered: