Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. // Mouse
  2. m_rawinput "1"
  3. m_mousespeed "0"
  4. m_customaccel "0"
  5.  
  6. // Crosshair
  7. cl_crosshairalpha "200"
  8. cl_crosshaircolor "4"
  9. cl_crosshaircolor_b "50"
  10. cl_crosshaircolor_r "50"
  11. cl_crosshaircolor_g "250"
  12. cl_crosshairdot "0"
  13. cl_crosshairgap "-10"
  14. cl_crosshairsize "2"
  15. cl_crosshairstyle "4"
  16. cl_crosshairusealpha "1"
  17. cl_crosshairthickness "0.5"
  18. cl_crosshair_outlinethickness "0"
  19. cl_crosshair_drawoutline "0"
  20. hud_showtargetid "1"
  21.  
  22. // Viewmodel
  23. cl_righthand "1"
  24. cl_viewmodel_shift_left_amt "0.500000"
  25. cl_viewmodel_shift_right_amt "0.250000"
  26. viewmodel_fov "54"
  27. viewmodel_offset_x "2.5"
  28. viewmodel_offset_y "-2.0"
  29. viewmodel_offset_z "-2.0"
  30. viewmodel_presetpos "0"
  31. cl_bob_lower_amt "5.000000"
  32. cl_bobamt_lat "0.100000"
  33. cl_bobamt_vert "0.100000"
  34. cl_bobcycle "0.98"
  35.  
  36. // Sound
  37. snd_mixahead "0.05"
  38. snd_pitchquality "1"
  39. snd_deathcamera_volume "0.0"
  40. snd_mapobjective_volume "0.0"
  41. snd_menumusic_volume "0.0"
  42. snd_musicvolume "0.5"
  43. snd_mute_losefocus "0"
  44. snd_roundend_volume "0.2"
  45. snd_roundstart_volume "0.0"
  46. snd_tensecondwarning_volume "0.2"
  47. volume "0.3"
  48. voice_scale "0.3"
  49. snd_mute_losefocus "1"
  50.  
  51. dsp_enhance_stereo "1"
  52. dsp_slow_cpu "0"
  53. dsp_reload
  54.  
  55. windows_speaker_config "1"
  56. snd_front_headphone_position "90.0"
  57. snd_rear_headphone_position "90.0"
  58. snd_headphone_pan_exponent "1.0"
  59. snd_headphone_pan_radial_weight "0.0"
  60. //snd_front_headphone_position "53.2"
  61. //snd_rear_headphone_position "90.0"
  62. //snd_headphone_pan_exponent "1.2"
  63. //snd_headphone_pan_radial_weight "0.5"
  64.  
  65. cl_use_opens_buy_menu "0"
  66.  
  67. cl_autowepswitch "0"
  68. con_enable "1"
  69. gameinstructor_enable "0"
  70.  
  71. // Hud
  72. safezonex "0.6"
  73. safezoney "0.6"
  74. cl_hud_playercount_showcount "1"
  75. cl_hud_playercount_pos "1"
  76. cl_radar_scale "0.400000"
  77. cl_radar_always_centered “0”
  78. cl_hud_radar_scale “1.15”
  79. cl_radar_icon_scale_min “10”
  80. cl_radar_rotate “1”
  81. cl_radar_square_with_scoreboard “1”
  82. hud_scaling "1"
  83.  
  84. cl_cmdrate "128"
  85. cl_updaterate "128"
  86. rate "7000000"
  87. fps_max "301"
  88. cl_interp "0"
  89. cl_interp_ratio "1"
  90.  
  91. m_yaw "0.0165"
  92. m_pitch "0.022"
  93.  
  94. r_dynamic "0"
  95.  
  96. lobby_voice_chat_enabled "0"
  97. lockMoveControllerRet "0"
  98. lookspring "0"
  99. lookstrafe "0"
  100.  
  101. sys_antialiasing "0"
  102. sys_aspectratio "0"
  103. sys_refldetail "0"
  104.  
  105. exec controls.cfg
  106. host_writeconfig
  107. echo "*** SETTINGS LOADED ***"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement