This article's documentation is for anything that uses the Source engine. Click here for more information.

Sv turbophysics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
When sv_turbophysics is set to "1", players do not bump physics object. Instead to move them, they must press +Use on them.
{{this is a|variable|name=sv_turbophysics}}
This [[boolean]] [[cvar]] enables/disables turbophysics on the server. It's only on by default in {{dods|2}}.


This is set to "1" default for DoD:S. For it to work in CS:S, the round must be restarted after setting it to "1".
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.


{{stub}}
{{Syntax|sv_turbophysics <boolean>}}
 
[[Category:Day of Defeat: Source]]

Latest revision as of 14:10, 26 February 2025

sv_turbophysics is a variable available in all Source Source games. This boolean cvar enables/disables turbophysics on the server. It's only on by default in Day of Defeat: Source Day of Defeat: Source.

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>