You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add mm_carryover cvar for matchmode score carryover across maps (#309)
* Add mm_carryover cvar for matchmode score carryover across maps
Allows team scores (t1/t2/t3) from map 1 to persist into map 2 in
matchmode multi-map matches. Scores are stored in game_locals_t which
survives map changes. Carryover auto-clears after map 2. Stat logging
subtracts carried-over scores for accurate per-map statistics.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Removed .DS_Store
* Auto reset scores on carry over
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>