5,185 Commits over 670 Days - 0.32cph!
Fixed snow inside the entrance deep sea portal
merge from naval_update/deep_sea
Improved the deep sea billboards spawning positions
Fixed portal backing collider not spawning after a save loading. Added it to the prefab directly instead of spawning it in code, much simpler
merge from naval_update/deep_sea
Teleport trigger can also show toats
Players cannot enter the deep sea when its about to close
Added toasts telling you why you cant enter (or leave)
- when its about to wipe
- when you don't have the right boat
- when you don't have a boat (swimming)
Fixed blacklisted vehicles being blocked before reaching the portal when trying to exit the deep sea, they're now blocked halfway through like when entering
Print deep sea radiation amount in deepsea.printState command
Tweaked end of deep sea wipe radiations
merge from naval_update/oilrig_boats
Boat scientists killed on load by the KillBoat AILoadMode do not drop loot anymore
Large oil rig do not spawn PT boats, only rhibs
Large oil kills the scientist boats spawned by the past puzzle reset when resetting again
Fixed scientist boat groups accumulating near large oil rig after puzzle resets
Fixed boat scientist all sleeping when the boat driver dies
Fixed spawnislandhere, spawnghostshiphere and spawnfloatingcityhere commands not triggering EntityParentSettings
Do not save the boats spawned by ghost ship hackable crates
merge from hackablecrate_boats_fix
Added a null check in EnableScientistBrains for safety
Fixed loading issue with ghost ship hackable crates
Changed how we spawn the AI boats when starting to hack a ghost ship crate
Fixed deep sea exit portal compass marker going crazy when entering the portal
Reduced boat building UI scale
Restored deep sea islands terrain mesh layers, needs to be Terrain
S2P all islands
Fixed not being able to place deployable bypassing build permission on boats you're aren't authed on, in the deep sea (ladders)
Removed all the wallpaper sockets from boat building blocks
auth_radius and deauth_radius commands work with player boats
Fixed client/server serialized field mismatch in SteeringWheel and TreeManager
merge from field_mismatch_fix
Fixed CLIENT only serialized field in UI_Store
Fixed SERVER only serialized field in BaseCombatEntity
merge from naval_update/deep_sea
Also include player parented to ladders in GetPlayersOnBoat
Fixed GetEntityToTeleport not finding the parent vehicle when standing on ramp or planks (happened when running the enter and leave commands)
Fixed player standing on boat ramps and planks ending in limbo when crossing the deep sea portal
The boat was teleported but not the player
Added GetPlayersOnBoat in BaseBoat
Added toasts indicating the deep sea is about to close, broadcasted to all players in the deep sea
Also added alarm sounds playing from floating cities (using oil rig alarm as a placeholder)