-
Notifications
You must be signed in to change notification settings - Fork 34
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
There is still weak feedback intensity, especially in the initial stage #440
Comments
Enabled and fixed BR forgot about that logic e97ed38 The early game actually related to players upgrading too early before training units. Thats because it ignores the strategy build order if it can't build everything its told to so tries to build other things. For tier buildings i can make sure it obeys the strategy entirely but then we have strategies where it doesn't upgrade the town hall for ages resulting in players never upgrading, this is how it used to be. |
Strongly recommend retaining these two logics
|
True added the first part, second part not required as it will now continue and just use normal creeping if the tree is not found. |
For a feature that only runs once, too many global variables are used here, which is not very good |
Feedback suggests that the current version has lost the initial suppression ability it had a long time ago (such as 3.1.0) -- AI did not suppress players in the early stages |
Not sure what you mean by suppression. In terms of defense I agree the retreat and defense had been very broken at some point. The retreat is now working again now town and army controls are also working again, but they still a bit sticky to the current fight even once retreat is fired. Infinite fighting is a hardcoded problem that has plagued the AI code since the early 2000s, we just do our best to work around it. |
suppression == Attacking players |
When we enhanced the build code to build other things if it can't build the current priorities it caused strategies to tier up much earlier than designed, so now tier ups can only happen once most higher priority unit production is done honoring the strategy and and they are not currently expanding.
Fixed sticky retreats, but units going to fight outside of combat controls is a currently a difficult problem. Solution needs to be along lines of forming units to captainattack at the defenselocation when it doesn't want to be involved to keep units out of combat when no attacks are running, and as its not an attackmove it won't engage actively, then a attackmove to the defense location when it can protect and win. |
As a benchmark in the industry, many people believe that your strength must be able to defeat real people and most other AI. Once someone easily wins, they will feel a sense of loss
The problem this time seems to be focused on the slow development of the military in the early stages -- About 5 minutes, 30 food, difficult
Of course, the feedback also mentioned that the intensity has improved in the later stage, as the expansion has become more active and there are resources to train the troops
The text was updated successfully, but these errors were encountered: