Cl ragdoll collide: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{wrongtitle|title=cl_ragdoll_collide}}
{{wrongtitle|title=cl_ragdoll_collide}}


This [[boolean]] [[ConVar]] enables/disables the collision of ragdoll models with each other. The default value is 0. Values other than 0 enable ragdoll collision with a small performance hit. This prevents ragdoll models from clipping through each other and therefore increases visual quality.
This [[boolean]] [[ConVar]] enables/disables the collision of ragdoll models with each other. The default value is 0. This ConVar is not set to archive its data, so if you want the game to retain a value other than the default value, you will need to create a userconfig.cfg file. When set to a non-zero expression, ragdoll collision will be enabled with a small performance hit. This prevents ragdoll models from clipping through each other and therefore increases visual quality. A penetration error can easily occur when a player is killed inside another ragdoll.
----
----
{{syntax|cl_ragdoll_collide <bool>}}
{{syntax|cl_ragdoll_collide <[[boolean]]>}}
 
[[Category:Glossary]][[Category:Console Variables]]
[[Category:Glossary]] [[Category:Console Variables]]

Revision as of 18:30, 2 March 2006

Template:Wrongtitle

This boolean ConVar enables/disables the collision of ragdoll models with each other. The default value is 0. This ConVar is not set to archive its data, so if you want the game to retain a value other than the default value, you will need to create a userconfig.cfg file. When set to a non-zero expression, ragdoll collision will be enabled with a small performance hit. This prevents ragdoll models from clipping through each other and therefore increases visual quality. A penetration error can easily occur when a player is killed inside another ragdoll.


Syntax: cl_ragdoll_collide <boolean>