Sv turbophysics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{CVar}}
{{CVar}}
This [[boolean]] [[ConVar]] enables/disables turbophysics on the server. It's only on by default in DOD:S.
This [[boolean]] [[cvar]] enables/disables turbophysics on the server. It's only on by default in DOD:S.


When '''sv_turbophysics''' is non-zero, players can't move physics objects by touch. To move them in turbophysics mode, they must press the use key. This prevents collisions and as a result less CPU-power but physics behaviour will be less realistic.
When '''sv_turbophysics''' is non-zero, players can't move physics objects by touch. To move them in turbophysics mode, they must press the use key. This prevents collisions and as a result less CPU-power but physics behaviour will be less realistic.

Revision as of 14:21, 3 September 2023

Template:CVar This boolean cvar enables/disables turbophysics on the server. It's only on by default in DOD:S.

When sv_turbophysics is non-zero, players can't move physics objects by touch. To move them in turbophysics mode, they must press the use key. This prevents collisions and as a result less CPU-power but physics behaviour will be less realistic.

Syntax: sv_turbophysics <boolean>