SMUnlimited / AMAI

Advanced Melee Artificial Intelligence Mod For Warcraft 3
Other
192 stars 31 forks source link

Front detection needs to determine overall space to avoid blocking it up #290

Open SMUnlimited opened 3 months ago

SMUnlimited commented 3 months ago

WC3ScrnShot_040224_091712_000

https://www.hiveworkshop.com/threads/advanced-melee-ai.62879/post-3616530

Estimate total space from all front locations, and if not enough then build normally.

jzy-chitong56 commented 3 months ago

Using the code from my branch BuildAtSpecialLoc , GetBuildLocation and BuildUnit and this zip will effectively reduce congestion

https://github.com/jzy-chitong56/AMAI/blob/master/common.eai

FIX_BLOCK.zip

I've been working on this for the past two weeks, but it's not easy to test

Unfortunately, this feature is most suitable for continuing to run on the PATH thread, but its mechanism makes it impossible to implement

Note that I have not published this job file and still need to test