Vectorial1024 / v1024_civilian_fleets

Create civilian fleets to help manage your traders and miners.
https://www.nexusmods.com/x4foundations/mods/335
MIT License
18 stars 10 forks source link

Fix mining fleets not able to sync commands after formation #47

Closed Vectorial1024 closed 3 years ago

Vectorial1024 commented 3 years ago

It is quickly identified that, in the patch for the docking script aiscripts/order.dock.xml, the logic to detect mining subordinates is still using the blocked method of checking the ship assignment property itself, rather than the new method of checking against the global list.

The effect is that mining subordinates never got the chance to sync their commands with their commanders. While the workaround of kick+rejoin works before this bug is cleared, it can become tedious and messy.

Vectorial1024 commented 3 years ago

This should do it. Leaving this here for sometime later.