Advertisement
Guest User

dsa

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. // Crosshair(big light green crosshair)
  2. cl_crosshairstyle "6"
  3. cl_crosshairsize "3"
  4. cl_crosshairthickness "1"
  5. cl_crosshairgap "-1"
  6. cl_crosshair_drawoutline "0"
  7. cl_crosshaircolor "1"
  8. cl_crosshairdot "0"
  9.  
  10. // Viewmodel(Counter Stike Source Style for couch mode) and Movement Shifting
  11. viewmodel_fov 68
  12. viewmodel_offset_x 3
  13. viewmodel_offset_y 3
  14. viewmodel_offset_z -3
  15. cl_bob_lower_amt 10
  16.  
  17.  
  18. //Gun Tracers - these are bad, really misleading
  19. r_drawtracers_firstperson "0"
  20.  
  21. // Rates and Interpolation
  22. rate "786432"
  23. cl_cmdrate "128"
  24. cl_updaterate "128"
  25. cl_interp_ratio "1"
  26. cl_interp "0"
  27. cl_lagcompensation "1"
  28. cl_pred_optimize "2"
  29. cl_predict "1"
  30. cl_predictweapons "1"
  31. cl_smooth "0"
  32. cl_smoothtime "0"
  33. cl_wpn_sway_interp "0"
  34. cl_disablehtmlmotd "0"
  35.  
  36. echo "Rate Settings loaded"
  37.  
  38. //MOTD - because fuck opinion
  39. cl_disablehtmlmotd "1"
  40. cl_downloadfilter "nosounds"
  41.  
  42.  
  43. // Mouse commands
  44. m_rawinput "1"
  45. m_mouseaccel1 "0"
  46. m_mouseaccel2 "0"
  47.  
  48. //Radar - radar settings + adjustment on numpad enter
  49. cl_radar_scale "0.4"
  50. cl_radar_rotate "1"
  51. cl_radar_always_centered "1"
  52. cl_radar_scale "0.5"
  53. cl_radar_icon_scale_min ".5"
  54.  
  55. //Sound - less delayed, better sound
  56. snd_use_hrtf 0
  57. windows_speaker_config "1"
  58. snd_front_headphone_position "90.0"
  59. snd_rear_headphone_position "90.0"
  60. snd_headphone_pan_exponent "1.2"
  61. snd_headphone_pan_radial_weight "1.0"
  62.  
  63.  
  64. // Miscellaneous
  65. cl_autowepswitch "0"
  66. cl_autohelp "0"
  67. cl_showhelp "0"
  68. cl_righthand "1"
  69. cl_forcepreload "1"
  70. hud_showtargetid "0"
  71. fps_max "300"
  72. net_graph "1"
  73. net_allow_multicast "1"
  74. net_graphheight "0"
  75. net_graphmsecs "400"
  76. net_graphpos "1"
  77. net_graphproportionalfont "0"
  78. net_graphshowinterp "1"
  79. net_graphshowlatency "1"
  80. net_graphsolid "1"
  81. net_graphtext "1"
  82. net_maxroutable "1200"
  83. net_scale "5"
  84. net_steamcnx_allowrelay "1"
  85. mm_dedicated_search_maxping "40"
  86. mm_session_search_ping_limit "40"
  87. alias "+jumpthrow" "+jump;-attack"
  88. alias "-jumpthrow" "-jump"
  89. bind "h" "+jumpthrow"
  90. alias +knife slot3
  91. alias -knife lastinv
  92. bind mouse5 +knife
  93. bind "mwheelup" "+jump"
  94. bind "mwheeldown" "+jump"
  95. bind "j" "show"
  96. alias show show1
  97. alias show1 "+cl_show_team_equipment; alias show show2"
  98. alias show2 "-cl_show_team_equipment; alias show show1"
  99.  
  100.  
  101.  
  102.  
  103.  
  104. echo "Net Settings loaded"
  105.  
  106. echo "Autoexec Config loaded" // make sure this autoexec does its fine
  107. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement