branchrust_reboot/main/puzzle_reset_changescancel

83 Commits over 31 Days - 0.11cph!

11 Months Ago
Add radiation to power plant main puzzle building S2P
11 Months Ago
Enable radiation on NMS S2P
11 Months Ago
Add radiation to harbor 2 keycard room S2P
11 Months Ago
Add radiation to harbor 1 keycard room S2P
11 Months Ago
Move ferry terminal puzzle reset over to the puzzle room because it was on the wrong side of the monument Enable radiation on the ferry terminal keycard room S2P
11 Months Ago
Enable radiation on airfield puzzle room S2P
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
Build fix
11 Months Ago
Codegen
11 Months Ago
Merge from main
11 Months Ago
S2P water treatment plant
11 Months Ago
Don't tick puzzle reset times at all until a player enters range when a reset is using the radiation system Prevents random monuments becoming irradiated if no player has entered them Once a player enters a reset range at all the timer will start, cannot be stopped from that point
11 Months Ago
Added a new TwoTierRadiation volume, comes in Sphere and Box variants Use this on PuzzleReset, simplifies a bunch of code and gets us the behaviour we want
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
11 Months Ago
Cleanup
11 Months Ago
Reset the rads value
11 Months Ago
Save radiationReset value on PuzzleReset Compile fixes
11 Months Ago
Add debug.puzzleResetInfo, prints out the timings of the puzzle that the player is currently inside
11 Months Ago
Expose radiation amount to convar (Server.monumentPuzzleResetRadiationAmount)
11 Months Ago
Added a gizmo to show reset radius, also added support for showing ai zone bounds on gizmo (also applies the radius multiplier convar)
11 Months Ago
Puzzles that use radiation resets will now enforce a minimum time that the monument needs to be completely empty of other players once the radiation is fully active (server.monumentPuzzleResetRadiationPlayerEmptyTime) Exposed how long before the end of the existing reset time the radiation process starts (server.monumentPuzzleResetRadiationPreResetTime) Added debug.puzzleResetTimeMultiplier to allow us to fast forward reset times for testing
11 Months Ago
Support for ai zone box bounds Add server.monumentPuzzleResetRadiationRadiusMultiplier defaults to 1.5 Controls how much further than the puzzle reset radius the radiation will extend
11 Months Ago
Merge from main (resolved WTP conflict)
11 Months Ago
Update water treatment to work in the monument scene (save constant S2P) Added debug.applyPuzzleResetTime, simulates a given number of seconds passing on all puzzle reset components in the world Added an inspector readout to PuzzleReset to show the current timings in the editor Added radiationReset option to PuzzleReset, will slowly fill a monument with radiation when the reset timer is nearing it's reset (controlled by radiationStartTimeNormalised)