Left 4 Dead 2: How to Make Zombie Ragdolls & Decals Instantly Dissappear

In this guide I will show you how to make ragdolls & decals ( player sprays too ) dissappear instantly.
Main
I like having a clear view when im playing L4D2 so I came up with this idea.
Simply put this in to your cfg/autoexec

destroy ragdolls & decals
//////////////////////////////////////////////// clean up of bodies & decals
Alias cleanup0 “cl_destroy_ragdolls; r_cleardecals”
alias cleanup1 “cl_destroy_ragdolls; r_cleardecals”
alias cleanup19 “cl_destroy_ragdolls; r_cleardecals”
alias cleanupPart0 “cleanup1; wait 1; cleanupPart18”
alias cleanupPart18 “cleanup19; wait 1; cleanup0; wait 1; cleanupRestart”
alias cleanupRestart “cleanupPart0”
cleanupPart0
//////////////////////////////////////////////// clean up of bodies & decals

If you don’t want one of those being cleaned up, simply remove it from the aliases eg.

Alias cleanup0 “cl_destroy_ragdolls”

or

Alias cleanup0 “r_cleardecals”

following this and doing that in every alias this appears in.
or if you are a lazy person like me just use the ready to go lines here!

destroy decals
//////////////////////////////////////////////// clean up of decals
Alias cleanup0 “r_cleardecals”
alias cleanup1 “r_cleardecals”
alias cleanup19 “r_cleardecals”
alias cleanupPart0 “cleanup1; wait 1; cleanupPart18”
alias cleanupPart18 “cleanup19; wait 1; cleanup0; wait 1; cleanupRestart”
alias cleanupRestart “cleanupPart0”
cleanupPart0
//////////////////////////////////////////////// clean up of decals
destroy ragdolls
//////////////////////////////////////////////// clean up of bodies
Alias cleanup0 “cl_destroy_ragdolls”
alias cleanup1 “cl_destroy_ragdolls”
alias cleanup19 “cl_destroy_ragdolls”
alias cleanupPart0 “cleanup1; wait 1; cleanupPart18”
alias cleanupPart18 “cleanup19; wait 1; cleanup0; wait 1; cleanupRestart”
alias cleanupRestart “cleanupPart0”
cleanupPart0
//////////////////////////////////////////////// clean up of bodies
Having -lv (low violence mode) in launch options helps a bit with this but will turn off most of the gore in return

Related Posts:

Leave a Comment