Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. //-novid -high +exec autoexec.cfg -nod3d9ex -language bananagaming +cl_forcepreload 1
  2. con_enable "1" //Enables Console
  3.  
  4. //Basic
  5. cl_autowepswitch "0"
  6. cl_downloadfilter nosound
  7. cl_forcepreload "1"
  8. cl_righthand "1"
  9. player_nevershow_communityservermessage "0"
  10. sensitivity "2.24"
  11. ui_steam_overlay_notification_position "BottomRight"
  12. zoom_sensitivity_ratio_mouse "0.89"
  13.  
  14. //Alias
  15. alias dis disconnect
  16. alias re exec autoexec
  17.  
  18. // Crosshair Settings
  19. cl_crosshair_drawoutline "1"
  20. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  21. cl_crosshair_dynamic_splitalpha_innermod "1"
  22. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  23. cl_crosshair_dynamic_splitdist "7"
  24. cl_crosshair_outlinethickness "0.500000"
  25. cl_crosshair_sniper_width "1"
  26. cl_crosshairalpha "255"
  27. cl_crosshaircolor "5"
  28. cl_crosshaircolor_b "0"
  29. cl_crosshaircolor_g "255"
  30. cl_crosshaircolor_r "0"
  31. cl_crosshairdot "0"
  32. cl_crosshairgap "-3"
  33. cl_crosshairgap_useweaponvalue "0"
  34. cl_crosshairscale "0"
  35. cl_crosshairsize "3.000000"
  36. cl_crosshairstyle "4"
  37. cl_crosshairthickness "0.500000"
  38. cl_crosshairusealpha "1"
  39. cl_fixedcrosshairgap "3"
  40. //zielony z outlinem
  41.  
  42. // Viewmodels
  43. viewmodel_fov "63"
  44. viewmodel_offset_x "1.5"
  45. viewmodel_offset_y "2"
  46. viewmodel_offset_z "-2"
  47.  
  48. // Bob
  49. cl_bob_lower_amt "5" //How much the viewmodel lowers when running, set to lowest for less distraction
  50. cl_bobamt_lat "0.1" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  51. cl_bobamt_vert "0.1" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  52. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  53. cl_viewmodel_shift_left_amt "0" //Removes shifting of arms
  54. cl_viewmodel_shift_right_amt "0" //Removes shifting of arms
  55.  
  56. //Binds
  57. unbind "i"
  58. bind "0" "slot10"
  59. bind "1" "slot1"
  60. bind "2" "slot2"
  61. bind "3" "slot3"
  62. bind "4" "slot4"
  63. bind "5" "slot5"
  64. bind "6" "slot6"
  65. bind "7" "slot7"
  66. bind "8" "slot8"
  67. bind "9" "slot9"
  68. bind "a" "+moveleft"
  69. bind "b" "buymenu"
  70. bind "c" "slot6"
  71. bind "d" "+moveright"
  72. bind "e" "+use"
  73. bind "f" "slot7"
  74. bind "g" "slot8"
  75. bind "k" "say FREE WALLS AND AIM - NO VAC BAN - 100% FREE - CSGOAIMASSIST.CO.UK"
  76. bind "m" "teammenu"
  77. bind "q" "lastinv; r_cleardecals"
  78. bind "r" "+reload; r_cleardecals"
  79. bind "s" "+back"
  80. bind "t" "+lookatweapon"
  81. bind "u" "messagemode2"
  82. bind "v" "slot10"
  83. bind "w" "+forward"
  84. bind "y" "messagemode"
  85. bind "z" "drop"
  86. bind "`" "toggleconsole"
  87. bind "," "buyammo1"
  88. bind "." "buyammo2"
  89. bind "SPACE" "+jump"
  90. bind "TAB" "+showscores"
  91. bind "ESCAPE" "cancelselect"
  92. bind "DEL" "mute"
  93. bind "PAUSE" "pause"
  94. bind "SHIFT" "+speed"
  95. bind "x" "+voicerecord"
  96. bind "CTRL" "+duck; r_cleardecals"
  97. bind "F3" "autobuy"
  98. bind "F4" ""
  99. bind "F8" "exec autoexec.cfg"
  100. bind "MOUSE1" "+attack"
  101. bind "MOUSE2" "+attack2"
  102. bind "MOUSE3" "noclip"
  103. bind "MOUSE4" "+jumpthrow"
  104. bind "MWHEELUP" "+jump"
  105. bind "MWHEELDOWN" "+jump"
  106.  
  107. // No Tutorial or Info Messages (FPS BOOST)
  108. gameinstructor_enable "0" //Removes in game lessons
  109. cl_showhelp "0" //Removes on-screen help
  110. cl_autohelp "0" //Removes automatic help
  111. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  112. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  113.  
  114. // Rates (Settings awre optimized for best networking experience)
  115. rate "128000" //Max bytes per second the host can receive data
  116. cl_cmdrate "128" //Max number of command packets sent to server per second
  117. cl_updaterate "128" //Number of packets per second you are requesting from the server
  118. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  119. cl_interp "0" //Sets the interpolation amount, always set this to 0
  120. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  121. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  122. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  123.  
  124. // Video
  125. mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
  126. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  127.  
  128. // Sound
  129. volume "0.65"
  130. voice_scale "0.3" //Turns down the volume of other players voice to 40%
  131. snd_mixahead "0.05" //Makes sound as instant as it can get, making it easier to hear small things
  132. snd_musicvolume "0" //Turns off all music, easier to focus
  133.  
  134. // Net
  135. fps_max "129" //Setting this to 300 for the general gamers
  136. net_graph "1" //Shows my network usage data
  137. net_graphheight "0" //Changes height
  138. net_graphmsecs "400" //The latency graph represents this many milliseconds
  139. net_graphpos "2" //Positioning of Net Graph
  140. net_graphproportionalfont "0" //Makes font smaller
  141. net_graphshowinterp "1" //Shows interpolation value
  142. net_graphshowlatency "1" //Shows latency value
  143. net_graphsolid "1" //Solid Net Graph
  144. net_graphtext "1" //Shows text fields
  145. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  146. net_scale "5" //Makes font smaller
  147.  
  148. // Other
  149. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  150. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  151. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  152. mm_dedicated_search_maxping "120" //Maxping Search in Matchmaking
  153.  
  154. // Mouse
  155. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  156. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  157. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  158. m_customaccel "0" //Custom mouse acceleration disabled
  159.  
  160. // Hud Modification (Made possible from Patch 1 May 2015, YAY!)
  161. hud_showtargetid "1" //Enables display of target names, important
  162. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  163. cl_hud_color "7" //Makes the hud color yellow, for banana style
  164. cl_hud_radar_scale "0.9" //Radar Size, not too big and not too small
  165. cl_radar_scale "0.3" //Radar Map Scale Size, 0.3 is perfect on all maps
  166. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  167. cl_hud_playercount_showcount "1" //Shows player avatars instead of numbers left
  168. cl_hud_playercount_pos "0" //Puts player information in the bottom instead of top
  169. cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
  170. cl_hud_background_alpha "0.2" //Hidden but still visible black bars, easy on the eyes
  171. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  172. cl_radar_icon_scale_min "0.8" //Sets the minimum player icon scale, this value feels good
  173. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  174. hud_scaling "0.95" //Scales hud elements to maximum value
  175. safezonex "0.95" //Centers the hud closer to the middle
  176. safezoney "0.95" //Centers the hud closer to the middle
  177.  
  178. echo done!
  179. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement