branchrust_reboot/main/modding_custom_vitalscancel
5 Commits over 0 Days - ∞cph!
Ensure all custom vitals are cleaned up when community UI is destroyed (aka left the server)
Implemented a way for the client to countdown a time so server isn't sending network updates to update vitals every 1s
- use {timeleft:***} in RightText to use TimeSpan.ToString() formatting
- test_custom_vitals commands accepts more parameters: {amount} {seconds} {formatting}
Fix the merge + existing implementation, add changes not included in cherrypick
- move vitals logic inside CommunityEntity instead of creating a new entity specifically for vitals
Cherrypick hackweek custom_vitals branch