S5SS / dual-command

Dual Command Mode Repository
3 stars 2 forks source link

Strike docking freeze fix #27

Closed Novaras closed 5 years ago

Novaras commented 5 years ago

Seems to work fine, have done light testing though

performance seems fine, most of the time the script terminates on a boolean check - even in a dogfight with max vgr assaults it worked fine

S5SS commented 5 years ago

Hmmm, this does sound like it would work if you press the dock all button but Im just thinking if you tell it to dock at a specific unit then won't the check make them cancel that and dock at any random ship? What if instead the check was more like if command == dock and speed < 50 or something which would indicate it may have frozen. This isnt perfect either but then atleast you could actually tell them where to dock. Id be ok with a unit choosing a new dock location if it meant them not freezing.

Novaras commented 5 years ago

yeah they just dock with closest point according to dock command rules