Wargus / wargus

Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales
GNU General Public License v2.0
357 stars 55 forks source link

use autoexplore and autocast to explore #308

Closed talas closed 4 years ago

talas commented 5 years ago

also fix floating eye having a food cost

Autocast on self is a workaround for position-autocast requiring a unit as target. (And we probably don't want to scan the whole map anyways). When autocasted, the floating eye will start the explore action automatically. Note that we might want to disable the "unit attacked" notification for these, as it can get quite noisy.

About the explore button, I seem to remember there being one in BNE.. Might be wrong though..

depends on these changes in stratagus: https://github.com/Wargus/stratagus/pull/261 https://github.com/Wargus/stratagus/pull/259 (and the already merged explore order).