sv_turbophysics

From Valve Developer Community
Jump to navigation Jump to search

sv_turbophysics is a console variable available in all Source Source games. This boolean cvar enables/disables "turbo" physics on the server. It's on by default in Team Fortress 2 Team Fortress 2 and Day of Defeat: Source Day of Defeat: Source.

When sv_turbophysics is enabled, players can't move physics objects by touch. To move them in turbophysics mode, they must press the use key. This prevents collisions (resulting in less "bouncy" collision for prop_physics_multiplayer) and as a result less CPU-power but physics behavior will be less realistic.

Note.pngNote: In Black Mesa Black Mesa this cvar is enabled on any map that contains bm_c0a0 in the map file name. This is intended to prevent the player from occasionally being pushed out of tram in "Black Mesa Inbound".

Syntax: sv_turbophysics <boolean>