Created
July 26, 2011 01:43
-
-
Save xeoncross/1105749 to your computer and use it in GitHub Desktop.
Reduced Violence Mode - Team Fortress 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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