Advertisement
stormyark

CS config by stormy

Feb 14th, 2020 (edited)
1,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. //CS2 Config
  2. //Author: stormyark
  3. //autoexec.cfg
  4.  
  5. echo "***************************************"
  6. echo "* Loading game\csgo\cfg\autoexec.cfg..."
  7. echo "***************************************"
  8. echo "* Author: stormy"
  9. echo "*"
  10.  
  11. //-------------- 1. Steam launch options
  12.  
  13. //Launch options: -novid -tickrate 128 -nojoy -processheap -forcenovsync -fullscreen -language colormod -heapsize 2097152 -dxlevel 70
  14.  
  15. //-------------- 2. Video
  16.  
  17. fps_max 160 //Limit fps
  18. fps_max_ui 100
  19. fps_max_tools 100
  20. r_fullscreen_gamma 2.6
  21.  
  22. //-------------- 3. Audio
  23.  
  24. snd_front_headphone_position "90" //adjusts the volume to resolution(16:9) default: 90
  25. snd_disable_radar_visualize
  26.  
  27. //-------------- 4. Hud
  28.  
  29. //0 = default, 1 = white, 2 = light blue, 3 = dark blue, 4 = purple, 5 = red, 6 = orange, 7 = yellow, 8 = light green, 9 = turquois, 10 = pink
  30.  
  31. cl_hud_color "3" //HUD color(0-10)
  32. hud_scaling "0.95" //HUD scale
  33. cl_showloadout "1" //Show inventory permanently
  34.  
  35. //-------------- 5. Radar
  36.  
  37. cl_radar_always_centered 0 //Radar always centered
  38. cl_radar_scale 0.4 //Radar scale
  39. cl_hud_radar_scale 1.3
  40. sv_disable_radar 0 //0: regular radar; 1: always disabled; 2: disabled in warmup
  41. cl_radar_square_with_scoreboard 1 //Radar will toggle to square when the scoreboard is visible
  42. cl_radar_rotate 1
  43.  
  44. //-------------- 6. Viewmodel (Forced + Personal preference)
  45.  
  46. viewmodel_offset_x "2.5"
  47. viewmodel_offset_y "1.5"
  48. viewmodel_offset_z "-1.5"
  49. viewmodel_fov "68" //Highest viewmodel FOV (54 to 68)
  50.  
  51. //-------------- 7. Network (settings are optimized for fastest connection)
  52.  
  53. rate "786432" //Your download rate to the server (Max rate: 786432 Default: 196608)
  54. //cl_interp_ratio "2" //Sets the interpolation amount (Default: 2)
  55.  
  56. //-------------- 9. Other
  57.  
  58. //cl_parachute_autodeploy "1" //Automatically deploy parachute in Danger Zone (Default: 1)
  59. cl_join_advertise "2" //Allow friends to join your community servers via friends list (Rec: 2 Default: 0)
  60. spec_replay_autostart "0" //Disable auto kill cam
  61. gameinstructor_enable "0" //Disable game instructor
  62. cl_join_advertise "2"
  63. cl_allow_animated_avatars "false"
  64. cl_playerspray_auto_apply "true"
  65. con_enable "true"
  66. // -> noch inaktiv -> apply_crosshair_code CSGO-eKA3h-uyecO-z7FNF-iqCMB-M4syM
  67.  
  68. //-------------- 10. Mouse
  69.  
  70. bind "MOUSE1" "+attack" //Fire
  71. bind "MOUSE2" "+attack2" //Secondary fire
  72. bind "MOUSE4" "player_ping" //Playerping
  73. bind "MOUSE5" "+voicerecord" //Use mic
  74. bind "MWHEELUP" "" //Unbind MWHEELUP
  75. bind "MWHEELDOWN" "" //Unbind MWHEELDOWN
  76. zoom_sensitivity_ratio "0.818933027098955175" //Additional mouse sensitivity scale factor applied when FOV is zoomed in.
  77. //sensitivity "3.5" //Mouse sensitivity
  78. //DPI = 800 //Mouse dpi
  79.  
  80. //-------------- 11. Keyboard
  81.  
  82. //bind "c" "use weapon_knife; slot12; use weapon_flashbang"
  83. bind "v" "use weapon_knife; use weapon_hegrenade"
  84. bind "y" "use weapon_knife; use weapon_molotov; use weapon_incgrenade"
  85. bind "x" "use weapon_knife; use weapon_smokegrenade"
  86. bind "p" "say_team Need Weapon"
  87. bind "n" "noclip"
  88. bind "F11" "exec practice.cfg"
  89.  
  90. //-------------- 11.1 Scripts + shortcuts for console commands
  91.  
  92. alias "d" "disconnect"
  93. alias "q" "quit"
  94. alias "rs" "mp_restartgame 1"
  95. alias "vol" "volume"
  96. alias "sen" "sensitivity"
  97. alias "v1" "voice_modenable 1"
  98. alias "v0" "voice_modenable 0"
  99. alias "rs" "mp_restartgame 1"
  100.  
  101. //-------------- 12. Buyscript
  102.  
  103. //Pistols: "glock", "hkp2000", "tec9", "p250", "deagle", "elites", "fiveseven"
  104. //Shotguns: "nova", "sawedoff", "mag7", "xm1014"
  105. //SMGs: "mac10", "mp9", "bizon", "ump45", "mp7", "p90"
  106. //Rifles: "galilar", "ak47", "famas", "m4a1_silencer", "aug", "sg556", "ssg08", "awp", "g3sg1", "scar20"
  107. //Machine Guns: "m249", "negev"
  108. //Equipment: "vest", "vesthelm", "defuser", "taser"
  109. //Grenade: "flashbang", "hegrenade", "smokegrenade", "decoy", "molotov", "incgrenade"
  110.  
  111. //PISTOLS - NUMPAD 1-3
  112. bind "KP_1" "buy deagle"
  113. bind "KP_2" "buy p250"
  114. bind "KP_3" "buy tec9; buy fiveseven"
  115.  
  116. //SMGS - NUMPAD 4-6
  117. bind "KP_4" "buy mac10; buy mp9"
  118. bind "KP_5" "buy mp7"
  119. bind "KP_6" "buy p90"
  120.  
  121. //RIFLES - NUMPAD 7-9
  122. bind "KP_7" "buy ak47; buy m4a1_silencer"
  123. bind "KP_8" "buy famas; buy galilar"
  124. bind "KP_9" "buy awp"
  125.  
  126. //EQUIPMENT - NUMPAD 0, DEL, ENTER, PLUS, MINUS, MULTIPLY, SLASH
  127. bind "KP_0" "buy hegrenade"
  128. bind "KP_DEL" "buy defuser"
  129. bind "KP_ENTER" "buy vest"
  130. bind "KP_PLUS" "buy vesthelm"
  131. bind "KP_MINUS" "buy smokegrenade"
  132. bind "KP_MULTIPLY" "buy flashbang"
  133. bind "KP_DIVIDE" "buy molotov; buy incgrenade"
  134.  
  135. //-------------- Final part
  136.  
  137. host_writeconfig //Useful for forcing viewmodel settings
  138.  
  139. echo "*"
  140. echo "* EOF autoexec.cfg"
  141. echo "* OK!"
  142. echo "***************************************"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement