Releases: TRusselo/BuildInSeatruckPlus
v1.0.4
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
Constructablesubtrees, so plants and fruit ride along and the Seatruck hull is left untouched.
v1.0.3
Fixed
-
Plants in Seatruck planters no longer block docking/undocking. Plant models are spawned into a planter after it's placed (seedlings via
Planter.AddItem, grown models viaGrowingPlant's async spawn), so the placement-time collider fix never touched them — they kept solidDefault-layer colliders that snagged on the dock. APlanter.SetupRendererspostfix now moves plant colliders to theUseablelayer, scoped to planters inside a Seatruck.Covers seedlings, fully grown plants, harvestable fruit/seeds (including ones currently picked, via an include-inactive sweep), and plants restored on save load. Every planter outside a Seatruck is untouched.
v1.0.2
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.currentInterioralways 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
v1.0.1 — docking fix + dock-room building
Fixed
- Docking is no longer blocked by items built inside the Seatruck. Built items kept solid colliders that snagged on the moonpool dock while driving in, stopping the hull before the auto-dock sequence could take over. They're now on the
Useablelayer — still usable and deconstructable, but no longer a physical obstacle. Affects all built items, not just the mini buildables. - Restored building inside the Seatruck dock room (scoped
Builder.CheckTagpatch limited to moonpool-expansion geometry; every other no-build surface stays protected).
Install
Drop the BuildInSeatruckPlus folder from BuildInSeatruckPlus-1.0.1.zip into BepInEx/plugins/. Requires Tobey's BepInEx Pack and Nautilus.
Full notes: see CHANGELOG.md.
🤖 Generated with Claude Code
Build In Seatruck Plus v1.0.0
Build In Seatruck Plus v1.0.0
Build inside your Seatruck — and bring the music with you. 🛥️🎵
First release. Two headline features for Subnautica: Below Zero:
🛠️ Build In Seatruck
Use the Habitat Builder to place buildables inside your Seatruck — lockers,
fabricators, planters, decor. Everything rides with the vehicle, and
detaching/reattaching modules works. (A BepInEx port of BluesKutya's
Build In Seatruck, updated for the current game. Normal base/world building is
untouched.)
🎵 Mini Jukebox & Speakers
- Mini Jukebox (25% scale) — plays the tracks you've unlocked from Jukebox
Disks, using the game's own jukebox engine + in-world controls. - Mini Speaker (50% scale) — clear audio inside the cramped cab.
- Hotkey (default R, in Seatruck/base): hold = play/stop, tap = next track.
- Mod options via Nautilus: rebind hotkey, long-press timing, cheap recipe,
unlock-at-start, default shuffle, notifications.
📥 Install
Requires Tobey's BepInEx Pack for SBZ
and Nautilus 1.0.0+.
Download BuildInSeatruckPlus-1.0.0.zip below and extract so the file lands at:
<game folder>/BepInEx/plugins/BuildInSeatruckPlus/BuildInSeatruckPlus.dll
(Mod-manager users: BuildInSeatruckPlus-1.0.0-thunderstore.zip is the packaged
upload format.)
🙏 Credits
Based on Build In Seatruck
by BluesKutya (MIT). Built with Nautilus; thanks to Tobey for the
BepInEx pack.