Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. r_drawtracers_firstperson Set to "0" - Disable your weapons' tracers
  2. mat_monitorgamma Set to "2.1" - The brighter the better so you can illuminate enemies
  3. mat_queue_mode "-1" - Auto-detect multi-core rendering
  4. mat_savechanges - Add this line to write video settings to the registry
  5. cl_forcepreload “1” - Forces the game to load all the sound and art assets on map load.
  6. cl_minmodels 0
  7. max_smokepuffs 0
  8. gl_ztrick 1
  9. fastsprites 0
  10. r_mmx 1
  11. volume "1"
  12. snd_mixahead "0.05"
  13. snd_musicvolume "0"
  14. snd_headphone_pan_exponent "2"
  15. snd_headphone_pan_radial_weight "2
  16. snd_legacy_surround "0"
  17. snd_pitchquality "1"
  18. dsp_enhance_stereo "0"
  19. sensitivity "2.5"
  20. bind q +lookatweapon
  21. cl_cmdrate 128
  22. cl_updaterate 128
  23. cl_interp 0
  24. rate 128000
  25. fps_max 999
  26. cl_radar_scale 0.04
  27. cl_radar_scale 0.3
  28. cl_radar_scale 0.4
  29. cl_radar_always_centered 0
  30. cl_disablefreezecam 1
  31. zoom_sensitivity_ratio_mouse 1
  32. snd_headphone_pan_exponent 2
  33. voice_scale .7
  34. cl_timeout 1337
  35. developer "1"
  36. con_filter_text "Damage"
  37. con_filter_text_out "Player:"
  38. con_filter_enable "2"
  39. cl_interp 0
  40. cl_interp_ratio 1
  41. rate 128000
  42. cl_cmdrate 128
  43. cl_updaterate 128
  44. cl_allowdownload 1
  45. cl_downloadfilter 0
  46. ds_get_newest_subscribed_files
  47. host_writeconfig
  48.  
  49.  
  50. ///////////////////////////////////////////////////////////////////////////////
  51. ///////////////////////////Binds///////////////////////////////////////////////
  52. ///////////////////////////////////////////////////////////////////////////////
  53.  
  54. bind kp_enter "buy ak47; buy m4a1"
  55. bind INS "buy galilar; buy famas"
  56. bind kp_ins "buy fiveseven; buy tec9"
  57. bind kp_downarrow "buy p250"
  58. bind kp_plus "buy awp"
  59. bind ins "buy galilar; buy famas"
  60. bind kp_end "buy p250; buy ak47; buy m4a1; buy vesthelm; buy smokegrenade; buy hegrenade;buy molotov; buy flashbang; buy defuser;"
  61. bind kp_pgdn "buy fiveseven; buy tec9; buy vesthelm; buy flashbang; buy flashbang"
  62. bind "kp_multiply" "buy awp; buy tec9; buy fiveseven; buy vesthelm; buy defuser; buy molotov; buy incgrenade; buy flashbang; buy hegrenade; buy smokegrenade;"
  63.  
  64. bind del "buy vest"
  65. bind end "buy vesthelm"
  66. bind pgdn "buy defuser"
  67.  
  68. bind uparrow "buy smokegrenade"
  69. bind leftarrow "buy flashbang"
  70. bind downarrow "buy hegrenade"
  71. bind rightarrow "buy molotov; buy incgrenade"
  72.  
  73. bindtoggle p "voice_enable"
  74. bind o "disconnect"
  75.  
  76. bind "\" "+jumpThrow"
  77.  
  78. alias "+jumpThrow" "+jump; -attack"
  79. alias "-jumpThrow" "-jump"
  80.  
  81. bind mwheeldown "+jump"
  82.  
  83.  
  84.  
  85. ///////////////////////Crosshair///////////////////////////////////
  86. cl_crosshair_drawoutline "1"
  87. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  88. cl_crosshair_dynamic_splitalpha_innermod "1"
  89. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  90. cl_crosshair_dynamic_splitdist "7"
  91. cl_crosshair_outlinethickness "1"
  92. cl_crosshairalpha "255"
  93. cl_crosshaircolor "3"
  94. cl_crosshaircolor_b "51"
  95. cl_crosshaircolor_g "51"
  96. cl_crosshaircolor_r "51"
  97. cl_crosshairdot "0"
  98. cl_crosshairgap "-1"
  99. cl_crosshairgap_useweaponvalue "0"
  100. cl_crosshairscale "0"
  101. cl_crosshairsize "3"
  102. cl_crosshairstyle "1"
  103. cl_crosshairthickness "0.5"
  104. cl_crosshairusealpha "1"
  105. cl_fixedcrosshairgap "1"
  106.  
  107.  
  108.  
  109.  
  110.  
  111. ///////////////////////Viewmodel///////////////////////////////////
  112. viewmodel_fov "68"
  113. viewmodel_offset_x "2.5"
  114. viewmodel_offset_y "1"
  115. viewmodel_offset_z "-1.5"
  116. cl_bob_lower_amt "5.000000"
  117. cl_bobamt_lat "0.100000"
  118. cl_bobamt_vert "0.100000"
  119. cl_bobcycle "0.98"
  120.  
  121. snd_headphone_pan_exponent 2.0
  122. makes the sound dropoff more gradual, less chance of you not noticing the sound of someone planting or a lone footstep deep down on banana
  123.  
  124. snd_front_headphone_position 45.0
  125. things infront of you actually sound like they're infront of you
  126.  
  127. snd_rear_headphone_position 135.0
  128. things behind you actually sound like they're behind you
  129.  
  130. snd_setmixer PlayerFootsteps vol 0.1
  131. makes your own footsteps very quiet so you don't confuse your own for an enemy's
  132.  
  133. snd_setmixer GlobalFootsteps vol 1.2
  134. boosts the sound of other players footsteps, may take a while to learn how to judge distances
  135.  
  136. snd_setmixer Ambient vol 0.0
  137. ambient sounds are a lot louder than you think, we're just so used to them. enjoy the dead silence of the environment as you soundwhore.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement