Skip to content

Commit

Permalink
adjust ragdoll settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 11, 2019
1 parent 765b526 commit 199f469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/mastercomfig/cfg/comfig/comfig.cfg
Expand Up @@ -656,9 +656,9 @@ alias props_ultra "r_decalstaticprops 1;cl_phys_props_enable 1;cl_phys_props_max
//ragdoll_sleepaftertime 0 // Instantly sleep ragdolls
//ragdoll_sleepaftertime 1 // Wait a reasonable time before sleeping ragdoll physics
alias ragdolls_off "cl_ragdoll_fade_time -3;cl_ragdoll_forcefade 1;cl_ragdoll_physics_enable 0;ragdoll_sleepaftertime .0f"
alias ragdolls_medium "cl_ragdoll_fade_time 3;cl_ragdoll_forcefade 0;cl_ragdoll_physics_enable 1;ragdoll_sleepaftertime 1.0f"
alias ragdolls_high "cl_ragdoll_fade_time 15;cl_ragdoll_forcefade 0;cl_ragdoll_physics_enable 1;ragdoll_sleepaftertime 2.5f"
alias ragdolls_off "cl_ragdoll_fade_time 0;cl_ragdoll_forcefade 1;cl_ragdoll_physics_enable 0;ragdoll_sleepaftertime 0"
alias ragdolls_medium "cl_ragdoll_fade_time 5;cl_ragdoll_forcefade 0;cl_ragdoll_physics_enable 1;ragdoll_sleepaftertime 1"
alias ragdolls_high "cl_ragdoll_fade_time 15;cl_ragdoll_forcefade 0;cl_ragdoll_physics_enable 1;ragdoll_sleepaftertime 2.5"
// ---------------
// '-- General --'
Expand Down

0 comments on commit 199f469

Please sign in to comment.