Goto paths through ships not executed
Reply To ihnatus
Likely, something related to "(dis)embark" actions and the manner of goto to execut only the action at the end: if you trace a path in the client for a unit through a ship, it won't embark.
Correct. The client sends an order to regular move through the ship rather than to embark and then disembark. This will be solved automatically when the path finding system learns about actions. https://www.hostedredmine.com/issues/850768
I have had some progress towards https://www.hostedredmine.com/issues/850768 recently even if it doesn't look that way. Example: Making regular move an action helped. I will alos get some of the stuff I need for it from moving move costs to the ruleset.
Not a duplicate (especially if you are seeing a regression in S3_1), but related bug where comments explain the situation a bit: https://www.hostedredmine.com/issues/647612
The attached patch from #42581 lets me move through ships from move orders.
Fixed by #42581
Likely, something related to "(dis)embark" actions and the manner of goto to execut only the action at the end: if you trace a path in the client for a unit through a ship, it won't embark.