Advertisement
Guest User

kikyou2's CS:GO config

a guest
Jul 28th, 2014
3,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. // *!* Game Settings *!* \\
  2.  
  3. fps_max 999 //remove standard Fps cap of 300
  4. r_drawtracers_firstperson 0 //removes firstperson tracers, not enemy tracers
  5. cl_disablefreezecam 1 //shows the cam after death so you can get info
  6. cl_showloadout 1 //always shows inventory @ HUD
  7. cl_autowepswitch 0 //deactivate autoweaponswitch if you pick a weapon
  8. cl_disablehtmlmotd "1" //disables motd
  9. cl_forcepreload "1" //forces to preload the map while loadingscreen
  10. cl_timeout "150000" //you auto reconnect to server if you loose connection without leaving
  11. cl_color "3" //preferred team colour blue
  12. cl_righthand "1" // Weapon right-sided
  13. cl_show_clan_in_death_notice "1" //shows team tag in death messages
  14. cl_showpluginmessages "0" //disables messages from plugins
  15. cl_spec_mode "5" //first person spec mode shows first
  16. cl_use_opens_buy_menu "0" //buy menu doesn't open on pressing e
  17. con_enable "1" //activates console
  18. hud_takesshots "1" //Auto-save a scoreboard screenshot at the end of a map
  19. mm_dedicated_search_maxping "50" //maximum acceptable matchmaking ping of opponents
  20. option_duck_method "0" //hold duck key to stay ducked instead of toggle
  21. option_speed_method "0" //hold creep key to stay creeping instead of toggle
  22.  
  23. // Disable Newbie Hints \\
  24. cl_autohelp "0"
  25. gameinstructor_enable "0"
  26. cl_showhelp "0"
  27.  
  28. // crosshair \\
  29. cl_crosshair_drawoutline "1"
  30. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  31. cl_crosshair_dynamic_splitalpha_innermod "1"
  32. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  33. cl_crosshair_dynamic_splitdist "7"
  34. cl_crosshair_outlinethickness "1"
  35. cl_crosshairalpha "255"
  36. cl_crosshaircolor "5"
  37. cl_crosshaircolor_b "255"
  38. cl_crosshaircolor_g "50"
  39. cl_crosshaircolor_r "255"
  40. cl_crosshairdot "0"
  41. cl_crosshairgap "-1"
  42. cl_crosshairscale "0"
  43. cl_crosshairsize "4"
  44. cl_crosshairstyle "5" //classic crosshair; static would be 4
  45. cl_crosshairthickness "1"
  46. cl_crosshairusealpha "1"
  47. cl_fixedcrosshairgap "-1"
  48. cl_scalecrosshair "1"
  49.  
  50. // HUD Settings \\
  51. safezonex "0.85"
  52. safezoney "1.0"
  53. hud_scaling "0.850000"
  54. cl_hud_background_alpha "1.000000"
  55. cl_hud_bomb_under_radar "0"
  56. cl_hud_color "3"
  57. cl_hud_healthammo_style "1"
  58. cl_hud_playercount_pos "1"
  59. cl_hud_playercount_showcount "1""
  60. cl_loadout_colorweaponnames "0" // colours of weapon grade ingame viewable
  61. hud_showtargetid //shows target names
  62. ui_steam_overlay_notification_position "topright" //shows steam messages at topright
  63.  
  64. // Radar Settings \\
  65. cl_radar_always_centered "0"
  66. cl_radar_icon_scale_min "0.5"
  67. cl_radar_rotate "1"
  68. cl_radar_scale "0.3"
  69. cl_hud_radar_scale "1.3"
  70. cl_radar_square_with_scoreboard "0"
  71. cl_teammate_colors_show "1" //chosen colours of teammates are visible on the radar
  72.  
  73. // Show given damage ingame at the left upper corner of the screen \\
  74. developer "1"
  75. con_filter_text "Damage given"
  76. con_filter_text_out "Player:"
  77. con_filter_enable "2"
  78.  
  79. // Net Graph \\
  80. net_graph "1"
  81. net_graphheight "2000"
  82. net_graphpos "2"
  83. net_graphproportionalfont "0"
  84.  
  85. alias graph "graphon"
  86. alias graphon "net_graphheight 75; alias graph graphoff"
  87. alias graphoff "net_graphheight 2000; alias graph graphon"
  88. bind "n" "graph"
  89.  
  90.  
  91. // Net Settings 64 Tick \\
  92. cl_interp "0"
  93. cl_cmdrate "64"
  94. cl_updaterate "64"
  95. cl_interp_ratio "1"
  96. rate "80000"
  97.  
  98. alias "64tick" "cl_interp 0;cl_cmdrate 64;cl_updaterate 64;cl_interp_ratio 1;rate 80000" //you must be spectating or not on a server to change netsettings
  99.  
  100. // Net Settings 128 tick \\
  101. //cl_interp "0"
  102. //cl_cmdrate "128"
  103. //cl_updaterate "128"
  104. //cl_interp_ratio "1"
  105. //rate "80000"
  106.  
  107. alias "128tick" "cl_interp 0;cl_cmdrate 128;cl_updaterate 128;cl_interp_ratio 1;rate 80000" //you must be spectating or not on a server to change netsettings
  108.  
  109. // Viewmodel Settings \\
  110. cl_viewmodel_shift_left_amt "1.5"
  111. cl_viewmodel_shift_right_amt "0.75"
  112. viewmodel_fov "60"
  113. viewmodel_offset_x "1"
  114. viewmodel_offset_y "1"
  115. viewmodel_offset_z "-1"
  116. viewmodel_presetpos "1"
  117. cl_bob_lower_amt "21"
  118. cl_bobamt_lat "0.33"
  119. cl_bobamt_vert "0.14"
  120. cl_bobcycle "0.98"
  121.  
  122. // Soundsettings \\
  123. lobby_voice_chat_enabled "0" //disables Voice in lobby
  124. snd_musicvolume "0.000000" //disables music
  125. voice_scale "1"
  126. volume "0.07"
  127. snd_mixahead 0.05
  128. windows_speaker_config -1
  129. snd_rear_speaker_scale 1
  130. snd_mixahead 0.1
  131. //headphone\\
  132. snd_headphone_pan_exponent 1
  133. snd_headphone_pan_radial_weight 1
  134. snd_rear_headphone_position 90
  135. snd_front_headphone_position 90
  136. //surround\\
  137. snd_surround_speaker_pan_exponent 1.5
  138. snd_surround_speaker_pan_radial_weigh 0
  139. snd_rear_surround_speaker_position 135
  140. snd_front_surround_speaker_position 45
  141.  
  142. // Mousesettings @ 1000 DPI \\
  143. sensitivity "1"
  144. m_customaccel "0"
  145. m_customaccel_exponent "1.05"
  146. m_customaccel_max "0"
  147. m_customaccel_scale "0.04"
  148. m_forward "1"
  149. m_rawinput "1" //disables mouseaccel of windows and use windows sens 6/11
  150. m_mouseaccel1 "0" //disables mouseaccel of cs go
  151. m_mouseaccel2 "0" //disables mouseaccel of cs go
  152. m_mousespeed "1"
  153. m_pitch "0.022"
  154. m_side "0.8"
  155. m_yaw "0.022"
  156.  
  157. // ------------------------------------------------------------------------------ \\
  158.  
  159. // *!* Usefull Keybinds & Alias *!* \\
  160.  
  161. bind "Z" "holdpos" //for commanding the fucking bot
  162. bind "\" "say_team -=DROP PLEASE! NEED WEAPON=- :);play items/medshot4"
  163. bind "p" "buy ak47; buy m4a1;drop" //buys ak/m4 and drops it instant, good for drops or warmups
  164. bind "," "hud_reloadscheme" // reload HUD/GUI for bug
  165. bind "F5" "ignoremsg" // Ignore broadcast and teamchat
  166. bind "F6" "ignorerad" // Ignore radio commands
  167. bind "F7" "say -=Good luck and have fun=-"
  168. bind "F8" "say -=Good half=-"
  169. bind "F9" "say -=Good game,well played=-"
  170. bind "F10" "toggleconsole" // opens console
  171. //bind "BACKSPACE" "disconnect" // fast disconnect bind for getting kick from MM
  172. bind "l" "+lookatweapon;r_cleardecals" //removes bulletholes and blood everytime you inspect your weapon
  173. bind "MWHEELDOWN" "+jump" //binds jumping on mousewheeldown for bhopping
  174.  
  175. alias "dc" "disconnect"
  176.  
  177. // Radar Zoom in \\
  178. bind "E" "+radar" //makes the radar zoom in when you press the E key but still allows you to use the key as your "use" key
  179. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  180. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.3"
  181.  
  182. // Quickswitch to Grenades \\
  183. bind "MOUSE3" "use weapon_knife;slot8" //fast switches to smoke ;slot8 == use weapon_smokegrenade
  184. bind "MOUSE4" "use weapon_knife;slot6" //fast switches to HE ;slot6 == use weapon_hegrenade
  185. bind "4" "use weapon_knife;slot6" //fast switches to HE // slot6 == use weapon_hegrenade //additionally, just in case
  186. bind "MOUSE5" "use weapon_knife;slot7" //fast switches to flashbang ;slot7 == use weapon_flashbang
  187. bind "o" "use weapon_knife;slot10" //fast switches to molotov/incgrenade ;slot10 == use weapon_molotov;use weapon_incgrenade
  188. bind "." "use weapon_knife;slot9" //fast switches to decoy ;slot9 == use weapon_Decoy
  189.  
  190. // Toggle between my 2 used Volume Settings \\
  191. bind "ENTER" "toggle volume 0.01 0.07"
  192.  
  193. // Autojumpthrow smokes for consistency \\
  194. alias "+jumpthrow" "+jump;-attack"
  195. alias "-jumpthrow" "-jump"
  196. bind "v" "+jumpthrow" //may be forbidden in certain leagues (not mm)
  197.  
  198. // Deactivate Voice for Clutch \\
  199. alias clutch "clutchon"
  200. alias clutchon "voice_enable 0;say_team "Clutchtime! Voice is deactivated to focus and hearing steps.";alias clutch clutchoff"
  201. alias clutchoff "voice_enable 1;say_team "Clutch over. Voice is activated. Hopefully it was an success, if not fight on!"; alias clutch clutchon"
  202. bind "F4" "clutch"
  203.  
  204. // Switch to primary or if you're on primary it switches to pistol \\
  205. bind "mwheelup" "invnextnongrenade" //pistol rifle
  206.  
  207. // Start Demo Recording \\
  208. alias RecDemo "RecOn"
  209. alias RecOn "record CSDemo1;play items/suitchargeok1; alias RecDemo RecOff"
  210. alias RecOff "stop;play items/suitchargeok1; alias RecDemo RecOn"
  211. bind "F3" "RecDemo"
  212.  
  213. // Demo playback helpers \\
  214. alias "demoplaytoggle" "demopause"
  215. alias "demopause" "demo_pause; alias demoplaytoggle demoresume"
  216. alias "demoresume" "demo_resume; alias demoplaytoggle demopause"
  217. bind "H" "demoplaytoggle"
  218.  
  219. // Demo speed changer \\
  220. alias "demoslow1" "demo_timescale 0.275; echo demo_timescale 0.275; alias demofaster demoslow"
  221. alias "demoslow" "demo_timescale 0.5; echo demo_timescale 0.5; alias demofaster demonormal; alias demoslower demoslow1"
  222. alias "demonormal" "demo_timescale 1; echo demo_timescale 1; alias demofaster demofast; alias demoslower demoslow"
  223. alias "demofast" "demo_timescale 2; echo demo_timescale 2; alias demoslower demonormal; alias demofaster demofast2"
  224. alias "demofast2" "demo_timescale 3; echo demo_timescale 3; alias demoslower demofast; alias demofaster demofast3"
  225. alias "demofast3" "demo_timescale 4; echo demo_timescale 4; alias demoslower demofast2; alias demofaster demofast4"
  226. alias "demofast4" "demo_timescale 5; echo demo_timescale 5; alias demoslower demofast3"
  227.  
  228. alias "demoslower" "demoslow"
  229. alias "demofaster" "demofast"
  230.  
  231. bind "J" "demofaster"
  232. bind "K" "demoslower"
  233.  
  234. // Wireframe Toggle \\
  235. alias "+walls" "r_drawothermodels 2"
  236. alias "-walls" "r_drawothermodels 1"
  237. alias "wallstoggle" "incrementvar r_drawothermodels 1 2 1"
  238.  
  239. bind "'" "wallstoggle" // toggles wireframe (like wallhack)
  240. //bind "'" "+walls" // If you only want drawothermodels on whilst you HOLD the button, use this.
  241.  
  242.  
  243. // ------------------------------------------------------------------------------ \\
  244.  
  245. // *!* Buyscript *!* \\
  246.  
  247. // Buyscript Alias \\
  248.  
  249. // Pistols \\
  250. alias glock "buy glock;give weapon_glock"
  251. alias usp "buy usp_silencer;give weapon_usp_silencer" //seems to not work at the moment
  252. alias dualies "buy elite;give weapon_elite"
  253. alias fiveseven "buy fiveseven;give weapon_fiveseven"
  254. alias deagle "buy deagle;give weapon_deagle"
  255. alias p2k "buy hkp2000;give weapon_hkp2000"
  256. alias tec9 "buy tec9;give weapon_tec9"
  257. alias p250 "buy p250;give weapon_p250"
  258. alias cz "buy cz;give weapon_cz75a"
  259.  
  260. alias pistols "glock;usp;dualies;fiveseven;deagle;p2k;tec9;p250;cz"
  261.  
  262. // Rifles \\
  263. alias primary "buy ak47; buy m4a1;give weapon_ak47;give weapon_m4a1;give weapon_m4a1_silencer"
  264. alias ak47 "buy ak47;give weapon_ak47"
  265. alias m4a4 "give weapon_m4a1"
  266. alias m4a1 "give weapon_m4a1_silencer"
  267. alias primary2 "buy galilar; buy famas;give weapon_galilar;give weapon_famas";
  268. alias galil "give weapon_galilar"
  269. alias famas "give weapon_famas"
  270. alias rifle-zoom "buy sg556; buy aug;give weapon_sg557;give weapon_aug"
  271. alias sg "buy sg556; give weapon_sg557"
  272. alias aug "buy aug; give weapon_aug"
  273.  
  274. alias rifles "primary;primary2;rifle-zoom"
  275.  
  276. // SMG \\
  277. alias p90 "buy p90;give weapon_p90"
  278. alias mp7 "buy mp7;give weapon_mp7"
  279. alias mac10 "buy mac10;give weapon_mac10"
  280. alias bizon "buy bizon;give weapon_bizon"
  281. alias ump "buy ump45;give weapon_ump45"
  282.  
  283. alias smg "p90;mp7;mac10;bizon;ump"
  284.  
  285. // Snipers \\
  286. alias awp "buy awp;give weapon_awp"
  287. alias auto "buy g3sg1;give weapon_g3sg1;give weapon_scar20"
  288. alias scar "buy scar20;give weapon_scar20"
  289. alias g3sg1 "buy g3sg1;give weapon_G3SG1"
  290. alias scout "buy ssg08;give weapon_ssg08"
  291.  
  292. alias snipers "awp;auto;scar;g3sg1;scout"
  293.  
  294. // Shotguns \\
  295. alias autoshotty "buy xm1014;give weapon_xm1014"
  296. alias shotgun1 "buy sawedoff; buy mag7;give weapon_sawedoff;give weapon_mag7"
  297. alias sawedoff "buy sawedoff; give weapon_sawedoff"
  298. alias mag7 "buy mag7; give weapon_mag7"
  299. alias nova "buy nova;give weapon_nova"
  300.  
  301. alias shotguns "autoshotty;shotgun1;nova"
  302.  
  303. // Machine guns \\
  304. alias negev "buy negev;give weapon_negev"
  305. alias m249 "buy m249;give weapon_m249"
  306.  
  307. alias yolo "negev;m249"
  308.  
  309. // Grenades \\
  310. alias flash "buy flashbang;give weapon_flashbang"
  311. alias smoke "buy smokegrenade;give weapon_smokegrenade"
  312. alias he "buy hegrenade;give weapon_hegrenade"
  313. alias fire "buy molotov; buy incgrenade;give weapon_molotov;give weapon_incgrenade"
  314. alias molotov "buy molotov;give weapon_molotov"
  315. alias inc "buy incgrenade;give weapon_incgrenade"
  316. alias decoy "buy decoy;give weapon_decoy"
  317.  
  318. alias grenades "flash;smoke;he;fire;molotov;inc;decoy"
  319.  
  320. // Gear \\
  321. alias vesthelm "buy vesthelm;give weapon_vesthelm"
  322. alias vest "buy vest;give weapon_vest"
  323. alias defuser "buy defuser;give weapon_defuser"
  324. alias taser "buy taser;give weapon_taser"
  325.  
  326. alias gear "vesthelm;vest;defuser;taser" //dumb
  327.  
  328. // * Buyscript Hotkeys * \\
  329.  
  330. bind "DEL" "deagle"
  331. bind "HOME" "rifle-zoom"
  332. bind "END" "negev"
  333.  
  334. bind "KP_INS" "p250"
  335. bind "KP_END" "primary"
  336. bind "KP_DOWNARROW" "defuser"
  337. bind "KP_PGDN" "primary2"
  338. bind "KP_LEFTARROW" "he"
  339. bind "KP_5" "flash"
  340. bind "KP_RIGHTARROW" "smoke"
  341. bind "KP_HOME" "awp"
  342. bind "KP_UPARROW" "vesthelm"
  343. bind "KP_PGUP" "vest"
  344. bind "-" "shotgun1"
  345. bind "pgup" "scout"
  346. bind "pgdn" "auto"
  347. bind "KP_MULTIPLY" "p90"
  348. bind "KP_MINUS" "fire"
  349. bind "KP_PLUS" "decoy"
  350. bind "KP_ENTER" "fiveseven"
  351. bind "KP_DEL" "nova"
  352.  
  353. // ------------------------------------------------------------------------------ \\
  354.  
  355. // *!* Practice Bindings and Alias *!* \\
  356.  
  357. bind "backspace" "god;play ui\beep07" //turns on godmode, no damage at all except kevlar
  358.  
  359. // Bot Controls \\
  360. bindtoggle "RCTRL" "bot_stop" //toggle bot movement (stops them)
  361. bind "UPARROW" "bot_place" //place a bot in front of you
  362. bind "LEFTARROW" "bot_add_ct" //add a CT bot
  363. bind "RIGHTARROW" "bot_add_t" //add a T bot
  364. bind "DOWNARROW" "bot_kick" //kick all bots
  365.  
  366. // Get the bomb even if you're CT \\
  367. alias "ctbomb" "sv_cheats 1;game_type 2;give weapon_c4;game_type 0;slot5"
  368. bind "RSHIFT" "ctbomb"
  369.  
  370. // Toggle 3rd Person \\
  371. alias third "thirdon"
  372. alias thirdon "thirdperson; alias third thirdoff"
  373. alias thirdoff "firstperson; alias third thirdon"
  374. bind "semicolon" "third"
  375.  
  376. // NoClip \\
  377. alias +noclip noclip
  378. alias -noclip noclip
  379. bind ALT +noclip
  380.  
  381. // Drop all available Weapons + Tools \\
  382. bind "I" "sv_cheats 1;pistols;rifles;smg;snipers;shotguns;yolo;grenades;gear;play ui\achievement_earned"
  383.  
  384. // Recoil Training \\
  385. alias recoil "recoiltrain"
  386. alias recoiltrain "sv_showimpacts 0;sv_infinite_ammo 2;weapon_accuracy_nospread 1; alias recoil recoilnormal"
  387. alias recoilnormal "weapon_accuracy_nospread 0; alias recoil recoiltrain"
  388. bind "/" "recoil"
  389.  
  390. // Alias for mapchange \\
  391. alias "dust2" "changelevel de_dust2"
  392. alias "dust" "changelevel de_dust"
  393. alias "mirage" "changelevel de_mirage"
  394. alias "inferno" "changelevel de_inferno"
  395. alias "atzec" "changelevel de_atzec"
  396. alias "cache" "changelevel de_cache"
  397. alias "blackgold" "changelevel de_blackgold"
  398. alias "castle" "changelevel de_castle"
  399. alias "cobble" "changelevel de_cbble"
  400. alias "mist" "changelevel de_mist"
  401. alias "nuke" "changelevel de_nuke"
  402. alias "overgrown" "changelevel de_overgrown"
  403. alias "overpass" "changelevel de_overpass"
  404. alias "toscan" "changelevel de_toscan"
  405. alias "train" "changelevel de_train"
  406. alias "vertigo" "changelevel de_vertigo"
  407. alias "seaside" "changelevel de_seaside"
  408. alias "agency" "changelevel cs_agency"
  409. alias "assault" "changelevel cs_assault"
  410. alias "insertion" "changelevel cs_insertion"
  411. alias "italy" "changelevel cs_italy"
  412. alias "militia" "changelevel cs_militia"
  413. alias "office" "changelevel cs_office"
  414. alias "rush" "changelevel cs_rush"
  415.  
  416. // Exec shortcuts \\
  417.  
  418. alias "exe" "exec autoexec" //short way too execute autoexec ingame, sometimes needed to refresh settings
  419.  
  420.  
  421. // Starts Practice Settings with showing impacts of bullets, infinite ammo, standard weapons, infinite grenades, enables grenade tails etc \\
  422. bind "F11" "exec testserver"
  423.  
  424. alias "bottrain" "exec bottraining_1h_ak" //executes AK Bot Train Script
  425.  
  426. // ------------------------------------------------------------------------------ \\
  427.  
  428. host_writeconfig //to ensure everything is written to config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement