Skip to content

v1.0.4

Latest

Choose a tag to compare

@TRusselo TRusselo released this 21 Jun 07:37
· 1 commit to main since this release

Fixed

  • Docking collision fix now survives save/load. The collider re-layering ran only at placement (buildables) and render setup (plants) — both runtime-only — so after reloading a save the game respawned them on their solid default layers and docking got blocked again. The fix is now re-applied at the two maneuvers that precede a collision:

    • SeaTruckMotor.StartPiloting — driving in to dock (also re-fires on load if you saved while piloting).
    • MoonpoolExpansionManager.StartUndocking — the undock eject, for a game loaded while docked.

    Both sweep buildable Constructable subtrees, so plants and fruit ride along and the Seatruck hull is left untouched.