//........................................................... //..........Shoe's Counterstrike Source Config............... //.................www.clanethereal.com...................... //........................................................... //............***PLEASE READ ALL OF THIS FILE***............. //....***YOU WILL NEED TO TWEAK SOME SETTINGS YOURSELF***.... //........................................................... //This config contains all the main performance settings you will need to tweak in Counterstrike Source. //It also contains some simple buy scripts and other useful key binds, simply replace "key" with your prefered button for that action. //***** ***** ***** ***** ***** // ---[PERFORMANCE TWEAKS]--- //***** ***** ***** ***** ***** cl_ragdoll_physics_enable "0" // people and objects dissapear when they die/break [0-off] [1-on] cl_phys_props_enable "0" // gets rid of all the crap thats lying around the levels (bottles, cans etc.) [0-off] [1-on] cl_phys_props_max "0" // maximum number of props affected by physics to be displayed at one time cl_ejectbrass "0" // stops the bullet cases from flying out of your gun [0-off] [1-on] cl_show_splashes "0" // water splashes [0-off] [1-on] cl_smooth "0" // Smooth view/eye origin after prediction errors [0-off] [1-on] cl_ragdoll_collide "1" // ragdoll objects can interact with eachother [0-off] [1-on] r_rootlod "1" // detail level [1-min] [7-max] r_avglight "1" // lighting on objects [0-none] [2-full] r_lod "-5" // reduces the quality of player models ["-5"high quality, "5"low quality] r_WaterDrawReflection "1" // looking at water shows reflections [0-off] [1-on] r_WaterDrawRefraction "1" // looking into water distorts view [0-off] [1-on] r_cheapwaterend "1" // water rendering [0-normal rendering] [1-lower quality rendering] r_cheapwaterstart "1" // water rendering [0-normal rendering] [1-lower quality rendering] fog_enable "0" // display fog [0-off] [1-on] mat_hdr_level "0" // high dinamic range lighting [0-off] [1-on] mat_picmip "0" // texture detail [0-high] [4-low] mat_bumpmap "1" // bumpmapping [0-off] [1-on] mat_specular "1" // specular lighting [0-off] [1-on] mat_monitorgamma "1.6" // brightness level between [1.6 (bright)] and [2.0 (dark)] mat_antialias "2" // level of antialiasing [0, 2, 4 ,8] mat_forceaniso "4" // level of antistropic Fliltering [0, 2, 4, 8] //***** ***** ***** ***** ***** // ---[OTHER SETTINGS]--- //***** ***** ***** ***** ***** con_enable "1" // enables console by presing ~ jpeg_quality "100" // sets the quality of screnshots [1-100] cl_autowepswitch "0" // auto switch to picked up weapons [0-off] [1-on] cl_minmodels 1" // restricts the team skins to a single skin [0-all skins] [1-one skin] cl_min_ct "1" // sets what skin to use for the CT model cl_min_t "1" // sets what skin to use for the T model r_decals "500" // maximum decals to be displayed (sprays, blood splatter etc) r_shadows "1" // player/object shadows [0-off] [1-on] r_rainsimulate "0" // rain [0-off] [1-on] fps_max "999" // maximum frames per second hud_fastswitch "1" // fast weapon switching [0-off] [1-on] net_graph "3" // shows netgraph [0-off] [1,2,3-different graphs] net_graphpos "2" // netgraph position [3-left] [2-center] [1-right] net_graphheight "900" // height of the netgraph [64 default] //***** ***** ***** ***** ***** // ---[BINDS]--- //***** ***** ***** ***** ***** bind "key" "use weapon_hegrenade" bind "key" "use weapon_flashbang" //quick select grenade binds bind "key" "use weapon_smokegenade" bindtoggle "key" voice_modenable "1" // key to enable/dissable annoying 12 year olds with microphones //---[Buy Scripts]--- //These will buy the items listed, in the order thay are listed when you press the chosen key //Items listed that can't be bought buy both teams (eg, Defuse Kits) will only be bought buy the team that can get them. bind "key" "buy vest; buy defuser; buy vesthelm" //Buys kevlar, a defuse kit and a helmet bind "key" "buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade" //Buys all grenades bind "key" "buy deagle; buy secammo" //Buys deagle+ammo bind "key" "buy mp5; buyammo1; buyammo1" //Buys an MP5+ammo bind "key" "buy m4a1; buy ak47; buyammo1; buyammo1" //Buys an AK47 or an M4 depending what team you are on, +ammo bind "key" "buy awp; buyammo1" //Buys a Magnum sniper and one extra clip of ammo bind "key" "buyammo1" //Buys one clip of Primary ammo bind "key" "buyammo2" //Buys one clip of Seccondary ammo