Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. //HUD
  2. hud_scaling .98
  3. cl_hud_playercount_pos 0
  4. cl_hud_playercount_showcount 1
  5. cl_hud_background_alpha 0
  6. cl_hud_bomb_under_radar 1
  7. cl_hud_healthammo_style 0
  8.  
  9. //RADER
  10. cl_hud_radar_scale "1"
  11. cl_radar_always_centered "0"
  12. cl_radar_icon_scale_min "0.7"
  13. cl_radar_rotate "1"
  14. cl_radar_scale "0.4"
  15. cl_teammate_colors_show "0"
  16.  
  17. //VIEWMODEL
  18.  
  19. viewmodel_fov "68"
  20. viewmodel_offset_x "2.5"
  21. viewmodel_offset_y "0"
  22. viewmodel_offset_z "-1.5"
  23. viewmodel_presetpos "3"
  24.  
  25. alias +DJUMP "+jump; +duck"
  26. alias -DJUMP "-JUMP; -DUCK"
  27. bind space "+DJUMP"
  28.  
  29. //CROSSHAIR
  30.  
  31. cl_crosshairalpha 255;
  32. cl_crosshaircolor 4;
  33. cl_crosshairdot 0;
  34. cl_crosshairgap -2;
  35. cl_crosshairsize 3;
  36. cl_crosshairstyle 4;
  37. cl_crosshairusealpha 1;
  38. cl_crosshairthickness 1;
  39. cl_crosshair_drawoutline 0;
  40.  
  41. // AUDIO
  42.  
  43. snd_mixahead "0.05"
  44. snd_headphone_pan_exponent "2"
  45. snd_musicvolume "0"
  46. snd_headphone_pan_exponent "2.0"
  47. snd_front_headphone_position "45.0"
  48. snd_rear_headphone_position "135.0"
  49.  
  50. // RATES
  51.  
  52. rate "786432"
  53. cl_cmdrate "128"
  54. cl_updaterate "128"
  55. cl_interp "0"
  56. cl_interp_ratio "1"
  57. fps_max "300"
  58.  
  59. cl_forcepreload "1"
  60.  
  61. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement