Advertisement
Guest User

Kong's CS:GO Config v2019-02-18

a guest
Feb 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.87 KB | None | 0 0
  1. // Autoexec v2019-02-18
  2. // This config file was originally written by Adrian Wiik
  3. // Feel free to use it however you want, edit it however you want and share it however you want with whoever you want.
  4.  
  5.  
  6. echo
  7. echo
  8. echo ___________________________________
  9. echo | ### Loading Kong`s Config... ### |
  10. echo |__________________________________|
  11. echo
  12.  
  13.  
  14. echo # Configuring game settings...
  15.  
  16.  
  17. // Enable console in-game
  18. con_enable "1"
  19.  
  20.  
  21. // Set max FPS in-game
  22. // NOTE: Use a value your GPU is able to keep at max at all times.
  23. // I find lower but stable FPS is better than slightly higher FPS with random FPS drops.
  24. fps_max "240"
  25.  
  26.  
  27. // Set max FPS in menus
  28. // This lets the GPU relax at 120 FPS when you're not in-game
  29. fps_max_menu "120"
  30.  
  31.  
  32. // Force preloading of maps to increase in-game FPS
  33. cl_forcepreload "1"
  34.  
  35.  
  36. // Show info about FPS, ping, % package loss and more on screen
  37. net_graph "1"
  38. net_graphproportionalfont "0"
  39.  
  40.  
  41. // Skip downloading custom sounds from servers to minimize time required to connect
  42. cl_downloadfilter "nosounds"
  43.  
  44.  
  45. // Set mouse sensitivity
  46. sensitivity "2"
  47.  
  48.  
  49. // Disable mouse acceleration
  50. m_customaccel "0"
  51.  
  52.  
  53. // Search for games with a maximum ping of 50
  54. // Note: If searching takes a long time, set this higher
  55. mm_dedicated_search_maxping 50
  56.  
  57.  
  58. // Move weapon out of the way
  59. cl_righthand "1" // Makes you right handed
  60. viewmodel_offset_x "1" // Move weapon right
  61. viewmodel_offset_y "-2" // Move weapon down
  62. viewmodel_offset_z "-2" // Move weapon back
  63. viewmodel_fov "54" // Move weapon out of the way
  64. cl_bobamt_lat "0.1" // Reduce weapon bobbing distance side to side
  65. cl_bobamt_vert "0.1" // Reduce weapon bobbing distance up and down
  66. cl_bobcycle "0.1" // Reduce weapon bobbing frequency (bobs/sec)
  67. cl_viewmodel_shift_left_amt "0.5" // Reduce shifting of left arm
  68. cl_viewmodel_shift_right_amt "0.5" // Reduce shifting of right arm
  69.  
  70.  
  71. // Disable freezecam after you die
  72. cl_disablefreezecam "1"
  73. cl_freezecampanel_position_dynamic "0"
  74.  
  75.  
  76. // Disable automatic start of killer replay
  77. spec_replay_autostart "0"
  78.  
  79.  
  80. // Disable tutorials, info messages and more
  81. gameinstructor_enable "0" // Removes in-game lessons
  82. cl_showhelp "0" // Removes on-screen help
  83. cl_autohelp "0" // Removes automatic help
  84. cl_disablehtmlmotd "0" // Removes "Message of the day" page when joining a server, currently enabled
  85.  
  86.  
  87. //Disable avatars at the top of the screen scoreboard
  88. cl_hud_playercount_showcount "1"
  89.  
  90.  
  91. // Displays damage given and taken in the upper left corner of the screen after you die
  92. // Warning: This will clutter your console window
  93. developer "0" // Enabled is 1, Disabled is 0 (currently disabled)
  94. con_filter_enable "0" // Enabled is 2, Disabled is 0 (currently disabled)
  95. con_filter_text_out "Player:"
  96. con_filter_text "Damage"
  97.  
  98.  
  99. // Enables in-game voice chat every time you start the game
  100. voice_enable "1"
  101.  
  102.  
  103. // Mute in-game music
  104. snd_menumusic_volume "0"
  105.  
  106.  
  107. // Set in-game volume
  108. volume 0.8
  109.  
  110.  
  111. // Disable automatic weapon switching when picking up weapons (this will save your life many times)
  112. cl_autowepswitch "0"
  113.  
  114.  
  115. // Always show equipped weapon(s) and equipment on screen
  116. cl_showloadout 1
  117.  
  118.  
  119. // Custom radar settings
  120. cl_radar_rotate "0" // Makes the radar stop rotating
  121. cl_radar_always_centered "0" // Stops radar from going outside the edge of the map and show useless black space
  122. cl_radar_scale "0.5" // Makes radar show a wider area of the map (0.3 usually shows the whole map)
  123. cl_hud_radar_scale "1.05" // Scales the size of the radar on your screen
  124. cl_radar_square_with_scoreboard "1" // Shows the whole map when opening scoreboard
  125.  
  126.  
  127. // Custom crosshair, check out this website to make your own: http://tools.dathost.net/
  128. cl_crosshairalpha "255" // Crosshair visibility
  129. cl_crosshaircolor "5" // Crosshair color (won't be used here since we specify RGB-vaules below)
  130. cl_crosshaircolor_b "0" // Amount of blue in crosshair color
  131. cl_crosshaircolor_r "255" // Amount of red in crosshair color
  132. cl_crosshaircolor_g "0" // Amount of green in crosshair color
  133. cl_crosshairdot "1" // Activate or deactivate dot in the middle of the crosshair
  134. cl_crosshairgap "-1" // Gap between the crosshair lines (dynamic crosshair)
  135. cl_crosshairsize "1" // Length of the crosshair lines
  136. cl_crosshairstyle "4" // How the crosshair reacts to movement and shooting
  137. cl_crosshairusealpha "1" // Not really sure
  138. cl_crosshairthickness "0.5" // Thickness of the crosshair lines
  139. cl_fixedcrosshairgap "-1" // Gap between the crosshair lines (static crosshair)
  140. cl_crosshair_outlinethickness "0" // Thickness of the outline of the crosshair lines
  141. cl_crosshair_drawoutline "0" // Activate or deactivate crosshair outline
  142.  
  143.  
  144. // Automatically take screenshot of scoreboard at the end of every game
  145. // NOTE: The command exists, but the functionality is not implemented yet by Valve as of January 15th 2017
  146. hud_takesshots "1"
  147.  
  148.  
  149. echo # Game settings configured!
  150.  
  151.  
  152. echo # Configuring binds...
  153.  
  154.  
  155. // Binds for buying weapons and equipment (you can easily make your own custom changes here)
  156. //=====================================================//
  157.  
  158. // Num | / | * | - //
  159.  
  160. // Lock | FAMAS | SSG 08 | VEST //
  161.  
  162. //-------------|-------------|-------------|-----------//
  163.  
  164. // 7 | 8 | 9 | + //
  165.  
  166. // MP7/MP5-SD | AK47/AUG | AWP | //
  167.  
  168. //-------------|-------------|-------------| VESTHELM //
  169.  
  170. // 4 | 5 | 6 | //
  171.  
  172. // P250 | FIVES./CZ75 | DEAG./REVO. | //
  173.  
  174. //-------------|-------------|-------------|-----------//
  175.  
  176. // 1 | 2 | 3 | Enter //
  177.  
  178. // HE GRENADE | MOLLY/INC. | DECOY | DEFUSE //
  179.  
  180. //-------------|-------------|-------------| AND //
  181.  
  182. // 0 | . | RESCUE //
  183.  
  184. // SMOKE GRENADE | FLASHBANG | KIT //
  185.  
  186. //=====================================================//
  187.  
  188. //=========================================//
  189.  
  190. // Insert | Home | Page Up //
  191.  
  192. // | | //
  193.  
  194. //-------------|-------------|-------------//
  195.  
  196. // Delete | End | Page Down //
  197.  
  198. // | | AUG/SG //
  199.  
  200. //=========================================//
  201.  
  202. bind "-" "buy famas;" // NOTE: This binds the weapon to the slash-key on the keypad even though the command says "-", trust me
  203. bind "kp_multiply" "buy ssg08;"
  204. bind "kp_home" "buy mp7; buy mp5sd;"
  205. bind "kp_uparrow" "buy ak47; buy m4a1;"
  206. bind "kp_pgup" "buy awp;"
  207. bind "kp_leftarrow" "buy p250;"
  208. bind "kp_5" "buy tec9; buy fiveseven;"
  209. bind "kp_rightarrow" "buy deagle; buy revolver;"
  210. bind "kp_end" "buy hegrenade;"
  211. bind "kp_downarrow" "buy molotov; buy incgrenade;"
  212. bind "kp_pgdn" "buy decoy;"
  213. bind "kp_ins" "buy smokegrenade;"
  214. bind "kp_del" "buy flashbang;"
  215. bind "kp_minus" "buy vest;"
  216. bind "kp_plus" "buy vesthelm;"
  217. bind "kp_enter" "buy defuser;"
  218. bind "pgdn" "buy aug; buy sg556;"
  219.  
  220. // Basic binds
  221. bind mwheelup "+jump" // Jump
  222. bind space "+speed" // Walk
  223. bind shift "+duck" // Crouch
  224. bind mwheeldown "+reload" // Reload
  225. bind r "+voicerecord" // Push-To-Talk button
  226. bind f "drop" // Drop
  227. bind k "+lookatweapon" // Inspect weapon
  228. bind c "radio1" // Command radio message
  229. bind z "radio2" // Standard radio message
  230. bind x "radio3" // Report radio message
  231. bind j "callvote" // Call a vote
  232.  
  233.  
  234. // Bind to clear decals (bloodstains, gunshot holes, etc)
  235. bind ctrl "r_cleardecals"
  236.  
  237.  
  238. // Bind for dropping bomb
  239. bind t "use weapon_knife; use weapon_c4; drop"
  240.  
  241.  
  242. // Bind for easy jumpthrowing (Hold grenade -> Arm grenade -> Press V)
  243. // alias "+jumpthrow" "+jump; -attack"
  244. // alias "-jumpthrow" "-jump"
  245. // bind v "+jumpthrow"
  246.  
  247.  
  248. // Binds for faster throwing of multiple nades (bind these to keys you want to use)
  249. bind 6 "use weapon_knife; use weapon_hegrenade" // Frag grenade
  250. bind 7 "use weapon_knife; use weapon_flashbang" // Flashbang
  251. bind 8 "use weapon_knife; use weapon_smokegrenade" // Smoke grenade
  252. bind 9 "use weapon_knife; use weapon_decoy" // Decoy grenade
  253. bind 0 "use weapon_knife; use weapon_molotov; use weapon_incgrenade" // Molly or Incendiary grenade
  254.  
  255.  
  256. // Bind to easily say "Move, I have kit"
  257. bind h "say kit behind"
  258.  
  259.  
  260. // Bind game instructions to easily find bomb in a smoke
  261. bindtoggle g "gameinstructor_enable"
  262.  
  263.  
  264. // Bind toggling of voice chat
  265. bind f9 "toggle voice_enable 1 0"
  266.  
  267.  
  268. // Binds to zoom radar in or out
  269. bind f11 "incrementvar cl_radar_scale 0.25 1.0 0.05"
  270. bind f12 "incrementvar cl_radar_scale 0.25 1.0 -0.05"
  271.  
  272.  
  273. // LOL stuff
  274.  
  275. // Bind to praise our lord and saviour
  276. bind p "say ALLAHU AKBAR!"
  277.  
  278.  
  279. // Bind to trigger bomb explosion audio clip
  280. bind o "getout"
  281.  
  282.  
  283. echo # Binds configured!
  284.  
  285.  
  286. // This is needed to write the commands in autoexec.cfg to config.cfg (Keep this as the last command)
  287. host_writeconfig
  288.  
  289.  
  290. echo
  291. echo _____________________________________________
  292. echo |. . . . . . . . . . . . . . . . . . . . . . |
  293. echo |. +--^----------,--------,-----,--------^-, |
  294. echo |. | |||||||||. .`-------'. . |. . . . . O |
  295. echo |. `+---------------------------^----------| |
  296. echo |. . `\_,---------,---------,-------------'|
  297. echo |. . . / XXXXXX /`|. . ./` . . . . . . . . . |
  298. echo |. . ./ XXXXXX / `\. . /`. . . . . . . . . . |
  299. echo |. . / XXXXXX /`------'. . . . . . . . . . |
  300. echo |. ./ XXXXXX / . . . . . . . . . . . . . . . |
  301. echo |. / XXXXXX /. . . . . . . . . . . . . . . . |
  302. echo |. |______(. . . . . . . . . . . . . . . . |
  303. echo |. `------'. . . . . . . . . . . . . . . . |
  304. echo |. . . . . . . . . . . . . . . . . . . . . . |
  305. echo |____________________________________________|
  306. echo | ### Kong`s Config loaded successfully! ### |
  307. echo |____________________________________________|
  308. echo
  309. echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement