Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created July 26, 2011 01:43
Show Gist options
  • Save xeoncross/1105749 to your computer and use it in GitHub Desktop.
Save xeoncross/1105749 to your computer and use it in GitHub Desktop.
Reduced Violence Mode - Team Fortress 2
// Disable *almost* all blood and gore in Team Fortress 2
// Save the following in your autoexec.cfg file to apply
cl_phys_props_enable "0"
cl_phys_props_max "0"
r_propsmaxdist "1"
props_break_max_pieces "0"
cl_playerspraydisable "1"
violence_agibs "0"
violence_hgibs "0"
violence_hblood "0"
violence_ablood "0"
cl_show_splashes "0"
cl_show_bloodspray "0"
//bloodspray "0"
// Still shows blood splash when shooting someone/getting hit though
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment