Misunderstood-Wookiee / Mules-and-Warehouses-Extended

Compliation and Maintenace for the famous mule mods.
Creative Commons Attribution 4.0 International
12 stars 12 forks source link

[FEATURE]: Ignore Assign Ship To Station for Mimic #141

Closed satheon49 closed 2 years ago

satheon49 commented 2 years ago

Describe the solution you'd like: When assigning ships to a station it would be nice to be able to assign additional ships with "mimic behavior". However the commander is immediately changed to the station because it is part of that behavior.

Reproduction

Vectorial1024 commented 2 years ago

Quite related to #138 so maybe we have something extra to think about.

bhayden53 commented 2 years ago

wonder if it's as simple as forcing the value of assignHome in this block? https://github.com/Misunderstood-Wookiee/Mules-and-Warehouses-Extended/blob/069f31c8e78b8d5b1b7fb55bff6606b7cee71234/aiscripts/supply_mule.xml#L201

bhayden53 commented 2 years ago

So I just realized that the patch of order.assist.xml is actually where mimic functionality for the mules occurs: https://github.com/Misunderstood-Wookiee/Mules-and-Warehouses-Extended/blob/Dev/aiscripts/order.assist.xml

edit: we used to have logic to directly transfer params in the mules aiscripts. I must have stripped them out in the past.

bhayden53 commented 2 years ago

merged to dev, should be in next release (hopefully in the next few days)