branchrust_reboot/main/puzzle_reset_changescancel
61 Commits over 31 Days - 0.08cph!
Make radiation sphere outer range gizmo yellow so it's a bit more clear which puzzles have radiation at a glance
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
Cherrypick DDrawCommand from naval update
Nevermind: you can use OnDrawGizmos() in PuzzleReset which is always called and filter there
Add DrawGizmosSelectedProxy so you can see the PuzzleReset gizmo while dragging around the playerDetectionOrigin Transform
Fix not attaching the radiation trigger to the playerDetectionOrigin
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
Make puzle reset radiation bypass armor similar to how oil rig radiation works
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