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
Make car handling cvars latched/serverinfo and document tuning in server config
Ensure all vehicle handling car_* cvars are synchronized to clients and applied
in a controlled way during live matches.
- Set car handling cvars in g_main.c to CVAR_SERVERINFO | CVAR_LATCH
so values are available to cgame prediction while runtime changes are delayed
until restart/round transition.
- Keep cgame read path aligned with serverinfo updates (initial parse in init,
re-parse on CS_SERVERINFO changes).
- Expand server_example.cfg with a dedicated vehicle handling section and
per-cvar descriptions for consistent admin-side tuning.
0 commit comments