userJake_Richcancel
reporust_rebootcancel

5,272 Commits over 1,522 Days - 0.14cph!

16 Days Ago
Fix upgrading apartments not taking scrap from the player - automatically calculate the difference in cost based on the apartment chosen (rather than hardcoding upgrade costs)
17 Days Ago
Re-add teleporting players into their rooms instead of killing them after being offline for 20m in the safezone because it got stomped?
17 Days Ago
Change breakinseconds from 10s -> 30s - fix convar being a ServerVar instead of a ReplicatedVar - fix MenuOption not reading the replicated convar
17 Days Ago
update apartment_complex_monument/prototype
18 Days Ago
merge from prototype -> apartment_complex_monument
18 Days Ago
Fix the second safezone check inside Hurt() blocking damage when inside apartment room - the check that prevents players inside a safezone damaging players outside a safezone - this should be handled inside the first safezone damage check
18 Days Ago
Make the safezone checks in OnAttacked() only run on the server in CLIENT + SERVER mode (as it's confusing when it runs on client entity but coincidentally does nothing)
18 Days Ago
Fix players being marked as hostile the second they leave their apartment room because the timer for holding their weapon was counting up inside the room
18 Days Ago
Fix TriggerSafeZoneOverride not being partial
18 Days Ago
Add `clearhostile` command to reset your hostile timer - refactor `MarkHostileFor()` by adding `SetHostileDuration()` so I can clear hostile time instead of only adding onto hostile time
18 Days Ago
Allow players to hold their weapon inside their apartment room
18 Days Ago
Fix vitals showing both safezone & combatzone after changing CombatZone to a flag
18 Days Ago
Don't show "you must put away your weapon" when inside your room
18 Days Ago
Make it impossible to be marked hostile when inside your apartment room (combat, shooting, whatever)
18 Days Ago
Also allow looting the bodybag corpses too inside the rooms
18 Days Ago
Allow looting player corpses inside apartment rooms too
18 Days Ago
Rename helper method
18 Days Ago
Add comment explaining why ManuallyCheckSafezone() was added years ago
18 Days Ago
Allow non-player damage through like normal safezones (thirst, hunger, fall, etc)
18 Days Ago
Allow players to be looted inside the apartment rooms too
18 Days Ago
Allow combat damage explicitly between two people inside the same room / hostile trigger
18 Days Ago
Change approach to allowing combat inside the safezone - still consider them inside a safezone regardless where they are in the apartment monument - only whitelist actions we care about + filtering to be safer than fully disabling safezone serverside completely
18 Days Ago
merge from prototype -> apartment_complex_monument
18 Days Ago
Get rid of autoclosing when owner opens their door, I thought it would be better but it's so annoying - you will remember to close your doors behind you once you live in the apartments for a bit
18 Days Ago
Switch to having combat zone driven by a player flag instead - was akward having the server metabolism driving the safezone flag but the client using the hostile zone triggers - wasn't syncing properly when leaving the hostile area and entering safezone again because the server would wait up to 2 seconds to tell you were in a safezone again so you wouldn't see safezone or combatzone vital
18 Days Ago
18 Days Ago
Fix hostile zone trigger not being a trigger
18 Days Ago
Show "Combat Zone" vital instead of "Safe Zone" when inside your room so it's clear you can take damage
18 Days Ago
Fix NRE when selecting the security guard conversation option - either by updating phrases or by changing the code, unsure which
18 Days Ago
18 Days Ago
Move security guard room from the damaged wing -> basement apartments (so it's easier to find)
18 Days Ago
merge from prototype -> apartment_complex_monument
18 Days Ago
Override safezone behavior with the new TriggerSafeZoneOverride, returning "not in a safezone" if they are inside a safezone trigger & non-safezone trigger at the same time
18 Days Ago
Add TriggerSafezoneOverride to all the apartment prefabs
18 Days Ago
Create SafeZoneOverride trigger - allows damage inside a set area in a safezone
18 Days Ago
Fix "rent due" vitals after merge
18 Days Ago
update apartment_complex_monument/prototype
18 Days Ago
merge from main -> apartment_complex_monument
18 Days Ago
merge from main -> apartment_complex_monument
18 Days Ago
Update phrases
19 Days Ago
Add `checkoutallrooms` to allow you to undo the `rentallrooms` command
19 Days Ago
Autoclose apartment doors when owners open & close them too
19 Days Ago
update apartment_complex_monument/prototype
20 Days Ago
Fix elevator floor numbers also only being sent to clients but not persisted across server restarts
20 Days Ago
Change elevator icons from Lobby -> Floor 0 and Basement -> Floor -1 (US vs EU I think)
20 Days Ago
Add the extra enums to support this
20 Days Ago
Add icons for floor 0 & floor -1
21 Days Ago
merge from prototype -> apartment_complex_monument
21 Days Ago
Remove notepad panel from apartment key (leftover from door key) and set apartment key to prefer hotbar
21 Days Ago
Add code support for items to prefer hotbar even if they aren't equippable or consumables (so the apartment key can prioritize hotbar for now)