114,016 Commits over 3,959 Days - 1.20cph!
Enforce larger distance between train tunnel stations
vampire stake skin
world model and viewmodel prefab intial setup
Train tunnel rail entrance nobuild volume
Train tunnel rail entrance can only replace train tunnel grid pieces that are replaceable (i.e. not underground train stations)
merge from force_update_workbench_trigger
reapplying merge from force_update_workbench_trigger
Fix #SERVER in TriggerWorkbench
Updated storage barrels textures
merge from force_update_workbench_trigger
exspanded workbench source area, able to stand slightly further away and craft
merge from vending_admin_height_fix
merge from turret_interference
thumb_up
21
thumb_down
65
merge from RestrictSpawnNearMonuments
thumb_up
21
thumb_down
130
merge from underwater_brightness
max interference turrets 12 - turrets automatically disable after the 12th is placed within a 40m radius of other turrets.
interferenceradius 40m
thumb_up
174
thumb_down
574
Added a looping gesture for the mission provider, just uses the wounded anim right now
Increase wood supply amount in mission 4
Fixed missing canoe collider
Moved chicken spawner
Apply same ping styling to pie menu
Use a ping widget to highlight a blueprint if it's required by the current tutorial stage
- Optimised UpdateInterference() to only be called when when a turret is turned on or off
- Removed the new OnlineFor() code, we no longer need it with this new system (I think?)
- UpdateInterference no longer counts turrets that are already in interference mode
thumb_up
16
thumb_down
93
Fixed up no respawn zone check + other cleanup
Varying tooltips in the UI, depending on why sleeping bag respawn can't be used
thumb_up
12
thumb_down
67
Flattened angle check for accessing the admin panel of a vending machine, fixes not being able to access admin controls if the vending machine is higher than the player but still within interact range
HuntingTrophy_Large texture polish
Apply same fix to beach towel
Fixed sometimes not being able to use the wire tool when standing on top of sleeping bags, modular car lifts or beds
Culprit: can't use wire tool if the players eyes are intersecting a prevent building volume, these entities have large prevent building volumes that the player can easily stand inside. Applying the IgnoreWireCheck tag to these colliders fixes the issue
Sleeping bags now check whether they're inside a No Respawn Zone
Updated SpawnOptions protobuf message to allow for sending different availability states, instead of just occupied or not. Now we can send OK, occupied, underwater, or in a No Respawn Zone
Merge from tutorial_island