userJake_Richcancel
branchrust_reboot/main/puzzle_reset_changescancel

61 Commits over 31 Days - 0.08cph!

11 Months Ago
Make radiation sphere outer range gizmo yellow so it's a bit more clear which puzzles have radiation at a glance
11 Months Ago
Add `drawpuzzleresets` convar so you can ddraw the puzzle resets & radiation ranges at runtime - will only show to admins who are inside the reset ranges - will update every 10s, based off puzzle reset code
11 Months Ago
DDraw .meta files
11 Months Ago
Cherrypick DDrawCommand from naval update
11 Months Ago
Nevermind: you can use OnDrawGizmos() in PuzzleReset which is always called and filter there
11 Months Ago
Add DrawGizmosSelectedProxy so you can see the PuzzleReset gizmo while dragging around the playerDetectionOrigin Transform
11 Months Ago
Fix not attaching the radiation trigger to the playerDetectionOrigin
11 Months Ago
Fix analytics not including monument after server restart - it still was including the name of the SpawnGroups so it was sorta useable - switch from using the PuzzleReset entity to using SpawnGroups
11 Months Ago
Rename variables
11 Months Ago
Make puzle reset radiation bypass armor similar to how oil rig radiation works
11 Months Ago
Add `Time blocked by radiation` to analytics - fix analytics total time not including time blocked (you could calculate it in analytics but better to report the correct time) - renamed to 'time_blocked_total' so easier to backfill