Skip to content

Instantly share code, notes, and snippets.

@ChadyG
Created August 6, 2010 07:59
Show Gist options
  • Save ChadyG/511021 to your computer and use it in GitHub Desktop.
Save ChadyG/511021 to your computer and use it in GitHub Desktop.
//----------------------------------------------
// High Quality stuff
//----------------------------------------------
//ragdolls collide with other ragdolls, adding more realism to crazy death sequences
//cl_ragdoll_collide 1
// may have an effect on certain textures...
//mat_parallaxmap 1
//texture compression
//mat_compressedtextures 0
//higher quality textures than available through graphics options
//mat_picmip -10
//"meet the..." video-quality facial expressions and animations
mp_usehwmvcds 1
mp_usehwmmodels 1
//bodies stick around a long time
//cl_ragdoll_fade_time 30000
//cl_ragdoll_forcefade -2
//better looking bullet impacts
cl_new_impact_effects 1
//this, obviously, turns on burning gibs
//cl_burninggibs 1
//Better motion blur for the thrill seekers
//mat_motion_blur_forward_enabled 1
//mat_motion_blur_strength 2
//turns on specular lighting
mat_specular 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment