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

Cl ragdoll collide: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Nesciuse moved page Cl ragdoll collide/en to Cl ragdoll collide without leaving a redirect: Move en subpage to basepage)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CVar}}
{{LanguageBar}}
{{this is a|console variable|name=cl_ragdoll_collide|engine=Source}}  
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 performance hit. This prevents ragdoll models from clipping through each other and therefore increases visual quality. A penetration error can easily occur when a character is killed inside another ragdoll.
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 performance hit. This prevents ragdoll models from clipping through each other and therefore increases visual quality. A penetration error can easily occur when a character is killed inside another ragdoll.
----
----
{{syntax|cl_ragdoll_collide <boolean>}}
{{syntax|cl_ragdoll_collide <boolean>}}
{{bug|This [[boolean]] [[ConVar]] doesn't work properly since {{src07}}, only enabling collisions on ragdolls that have been loaded from single-player saves.}}
{{stub|console variable}}
[[Category:Glossary]]
[[Category:Glossary]]
{{bug|This [[boolean]] [[ConVar]] doesn't work properly since {{src07}}, only enabling collisions on ragdolls that have been loaded from single-player saves.}}

Latest revision as of 05:25, 12 July 2024

English (en)Translate (Translate)

cl_ragdoll_collide is a console variable available in all Source Source games. 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 performance hit. This prevents ragdoll models from clipping through each other and therefore increases visual quality. A penetration error can easily occur when a character is killed inside another ragdoll.


Syntax: cl_ragdoll_collide <boolean>

Icon-Bug.pngBug:This boolean ConVar doesn't work properly since Source 2007, only enabling collisions on ragdolls that have been loaded from single-player saves.  [todo tested in ?]

Stub

This article or section about a console variable is a stub. You can help by expanding it.