Forum
Death Gibs
Created 20th May 2010 @ 20:18
Add A Reply Pages: 1
Hi!
Im configin’ my own cfg.. and ive got so you can see ragdolls and all but not when they die by rockets or stickies…
whats the command for that? :(
cl_phys_props_max “300”
cl_ragdoll_collide “0”
cl_ragdoll_fade_time “15”
cl_ragdoll_physics_enable “1”
cl_ragdoll_forcefade “0”
g_ragdoll_fadespeed “600”
g_ragdoll_lvfadespeed “100”
Found it!
Last edited by Squide,
ouch not that you want..
Last edited by pala4,
something with “break” in it helped me once iirc.
try
find break
should get you a list of commands, shouldnt be many.
props_break_max_pieces “0”
props_break_max_pieces_perframe “0”
is this it? :P
what should be the value then?
Quoted from Squide
props_break_max_pieces “0”
props_break_max_pieces_perframe “0”is this it? :P
what should be the value then?
the second is an sv command, it will not help you.
As for the first, it will simply limit the amount of pieces a prop can spawn, for example if you shoot a sticky it limits how many pieces it breaks into. It probably affects gibs too.
Add A Reply Pages: 1