Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. //CORE HAVEN [autoexec.cfg]
  2.  
  3.  
  4.  
  5. windows_speaker_config "1"
  6. snd_mixahead "0.05"
  7. snd_headphone_pan_exponent "2"
  8. snd_headphone_pan_radial_weight "2"
  9. volume "0.35"
  10.  
  11. //radar
  12. cl_hud_background_alpha "0.500000"
  13. cl_hud_bomb_under_radar "1"
  14. cl_hud_radar_scale "1"
  15. cl_radar_always_centered "0"
  16. cl_radar_icon_scale_min ".6"
  17. cl_radar_rotate "1"
  18. cl_radar_scale "0.3"
  19.  
  20. fps_max 500
  21.  
  22. mm_dedicated_search_maxping "85" //No more than 100
  23.  
  24. alias "+jumpthrow" "+jump;-attack; -ATTACK2"
  25. alias "-jumpthrow" "-jump; forward"
  26. bind "CTRL" "+jumpthrow"
  27.  
  28.  
  29. bind "alt" noclip
  30.  
  31. mat_monitorgamma "1.8"
  32. cl_disablefreezecam "1"
  33.  
  34. r_drawtracers_firstperson "0"
  35. cl_forcepreload “1”
  36. mat_queue_mode "-1"
  37. cl_interp "0"
  38. cl_cmdrate "128"
  39. cl_updaterate "128"
  40. rate "128000"
  41.  
  42.  
  43. //Crosshair
  44. cl_crosshaircolor "5"
  45. cl_crosshairsize "1"
  46. cl_crosshairstyle "4"
  47. cl_crosshairdot "0"
  48. cl_crosshairalpha "255"
  49. cl_crosshairgap "-2"
  50. cl_crosshairthickness "0.5"
  51. cl_crosshairusealpha "1"
  52. cl_crosshair_Drawoutline "1"
  53. cl_crosshaircolor_g "255"
  54. cl_crosshaircolor_r "0"
  55. cl_crosshaircolor_b "0"
  56.  
  57.  
  58. //SENSITIVITY
  59. sensitivity "2.25" //Put your sensitivity PUT YOUR OWN SENS HERE!
  60.  
  61. //Mouse wheel jump
  62. bind MWHEELDOWN "+jump"
  63. bind MWHEELUP "+jump"
  64.  
  65. bind space "+duck"
  66.  
  67.  
  68. //voice scale
  69. voice_scale 0.7
  70.  
  71. //Miscellaneous
  72. cl_allowdownload "1
  73. cl_autowepswitch "0"
  74. cl_autohelp "0"
  75. cl_disablehtmlmotd 1 //This has to be "0" for Altpug
  76. cl_downloadfilter "0"
  77. cl_showhelp "0"
  78. cl_forcepreload "1"
  79. cl_show_clan_in_death_notice "1" //0 if you want only names of players in kill feed.
  80. cl_showfps "0"
  81. cl_showloadout "1"
  82. cl_teammate_colors_show "1" //1 if you want teamates to have color coded :)
  83. cl_use_opens_buy_menu "0" /doesn't allow E to open buy menu! YAY!
  84. con_filter_text "damage" // Filters damage in the console nicely!
  85. con_filter_enable "2" // Filters damage in the console nicely!
  86. ds_get_newest_subscribed_files "1"
  87. gameinstructor_enable "0"
  88. r_drawtracers_firstperson "0" //I have gone back to it because I feel it helps me control recoil better.
  89.  
  90. //Mouse
  91. m_rawinput "1"
  92. m_mouseaccel1 "0"
  93. m_mouseaccel2 "0"
  94. m_mousespeed "0"
  95. zoom_sensitivity_ratio_mouse "1.0"
  96.  
  97. /////// Net Graph (Makes netgraph appear while pressing Tab)
  98. alias "+ng" "+showscores; net_graph 1; net_graphpos 2"
  99. alias "-ng" "-showscores; net_graph 0"
  100. bind "TAB" "+ng"
  101. net_graphheight "0"
  102. net_graphpos "2"
  103. net_graphproportionalfont "0"
  104.  
  105. bind MWHEELUP "+jump"
  106. bind MWHEELDOWN "+jump"
  107.  
  108. //Rates and Interpolation
  109. net_graph "0"
  110. net_graphpos "1"
  111. net_graphheight "0"
  112. cl_cmdrate "128"
  113. rate "128000"
  114.  
  115. //Viewmodel Postion [Set values to your preference] This is what I use!
  116. cl_bob_lower_amt "10"
  117. cl_bobamt_vert ".1"
  118. cl_bobamt_lat ".1"
  119. cl_bobcycle .10
  120. cl_viewmodel_shift_right_amt ".25"
  121. cl_viewmodel_shift_left_amt ".5"
  122. viewmodel_fov "68"
  123. viewmodel_presetpos "3"
  124. viewmodel_offset_x "2"
  125. viewmodel_offset_y "2"
  126. viewmodel_offset_z "-1.5"
  127.  
  128. ///Zomega
  129. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement