ZeroK-RTS / Zero-K

Open source RTS game running on the Spring/Recoil engine
https://zero-k.info
GNU General Public License v2.0
695 stars 209 forks source link

Skuttle autojump #1330

Open sprunk opened 8 years ago

sprunk commented 8 years ago

Make Skuttle automatically receive a jump order if it has an attack order and is in range to help usability.

DeinFreund commented 8 years ago

Skuttle is currently of no use with ping > 800ms, which is kinda sad. This would have to be synced.

Make sure to multiply the velocity vector of the target by the jump time(predict movement) and self-d when it touches the ground.

sprunk commented 6 years ago

I think this wouldn't need to be tied to any unit state because it is easy to override:

Not being tied means it can easily be synced.

Anarchid commented 6 years ago

Being part of tactical AI would make it synced.

GoogleFrog commented 6 years ago

This should not technically be part of tactical AI.