Skip to content

v1.0.2

Choose a tag to compare

@TRusselo TRusselo released this 20 Jun 23:14
· 5 commits to main since this release

Fixed

  • Items built in rear modules now stay with their module when docking. Placed items were parented to the interior's head segment (the cab) because Player.currentInterior always resolves to the head, no matter which module you're standing in. On docking the game disconnects the tail and rotates the cab 90°, which dragged module-built items away with the cab. Items are now parented to the segment that owns the surface they're built on, so they ride and detach with the correct module.
  • Resolved collision when undocking — a downstream effect of the same mis-parenting; displaced items clipped during the cab's undock eject.

⚠️ Items built before this update keep their old parent. Deconstruct and rebuild them to apply the fix.

🤖 Generated with Claude Code