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
(Rewrite)
No edit summary
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{wrongtitle|title=sv_turbophysics}}
{{this is a|variable|name=sv_turbophysics}}
[[Category:Glossary]] [[Category:Console Variables]]
This [[boolean]] [[cvar]] enables/disables turbophysics on the server. It's only on by default in {{dods|2}}.


This [[Wikipedia:Boolean datatype|boolean]] [[ConVar]] 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.
{{Syntax|sv_turbophysics <boolean>}}


{{Syntax|<code>sv_turbophysics <boolean></code>}}
[[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>