Advertisement
Guest User

Untitled

a guest
May 28th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. //Audio
  2. snd_mixahead 0.05
  3. snd_headphone_pan_exponent 2
  4. snd_headphone_pan_radial_weight 2
  5.  
  6. //Crosshair
  7. cl_crosshair_drawoutline 0
  8. cl_crosshairalpha 255
  9. cl_crosshaircolor 5
  10. cl_crosshaircolor_b 255
  11. cl_crosshaircolor_g 255
  12. cl_crosshaircolor_r 255
  13. cl_crosshairdot 0
  14. cl_crosshairgap -1
  15. cl_crosshairsize 2
  16. cl_crosshairstyle 4
  17. cl_crosshairthickness 0
  18.  
  19. //Misc
  20. cl_disablefreezecam 1
  21. cl_disablehtmlmotd 1
  22. cl_downloadfilter nosounds
  23. cl_forcepreload 1
  24. player_nevershow_communityservermessage 1
  25.  
  26. //Radar
  27. cl_radar_always_centered 0
  28. cl_radar_scale 0.3
  29.  
  30. //Rates
  31. cl_cmdrate 128
  32. cl_interp 0
  33. cl_interp_ratio 1
  34. cl_lagcompensation 1
  35. cl_updaterate 128
  36. rate 128000
  37.  
  38. //Video
  39. fps_max 0
  40. mat_setvideomode 1024 768 0
  41.  
  42. //Viewmodel
  43. cl_bob_lower_amt 0
  44. cl_bobamt_lat 0
  45. cl_bobamt_vert 0
  46. cl_bobcycle 0
  47. cl_viewmodel_shift_left_amt 0
  48. cl_viewmodel_shift_right_amt 0
  49. viewmodel_fov 90
  50. viewmodel_offset_x 5
  51. viewmodel_offset_y 5
  52. viewmodel_offset_z -5
  53. viewmodel_presetpos 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement