Advertisement
RUSS14ND0G

CS2 Config

Oct 3rd, 2023 (edited)
1,544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.16 KB | Gaming | 0 0
  1. //CLEAR
  2.  
  3.     unbindall
  4.  
  5. //MOUSE
  6.  
  7.     sensitivity "3.20"
  8.     zoom_sensitivity_ratio "0.818933027098955175"
  9.    
  10.     bind "MOUSE_X" "yaw"
  11.     bind "MOUSE_Y" "pitch"
  12.  
  13.     bind "MOUSE1" "+attack"
  14.     bind "MOUSE2" "+attack2"
  15.     bind "MOUSE3" "player_ping"
  16.     bind mwheeldown "+jump"
  17.     bind mwheelup "+jump"
  18.  
  19.     bind "MOUSE5" "exec jumpthrow"
  20.  
  21.  
  22.  
  23.     bind "MOUSE4" "+voicerecord"
  24.     voice_loopback 1
  25.  
  26.  
  27.  
  28. //ALIASES
  29.  
  30.     //SILENCE IN DM
  31.     alias dm  "ignorerad; ignoremsg; voice_modenable 0"
  32.  
  33.     //EASY DISCONNECT
  34.     alias dc  "disconnect"
  35.  
  36.     //showscores
  37.     bind "tab" "+showscores"
  38.    
  39.     //jumpthrow
  40.     // alias jumpthrow "+jump; -attack; -attack2 ;-jump"
  41.  
  42.     //rainbow hud unused
  43.     alias colors "colors0"
  44.     alias colors0 "cl_hud_color 0; alias colors colors1"
  45.     alias colors1 "cl_hud_color 1; alias colors colors2"
  46.     alias colors2 "cl_hud_color 2; alias colors colors3"
  47.     alias colors3 "cl_hud_color 3; alias colors colors4"
  48.     alias colors4 "cl_hud_color 4; alias colors colors5"
  49.     alias colors5 "cl_hud_color 5; alias colors colors6"
  50.     alias colors6 "cl_hud_color 6; alias colors colors7"
  51.     alias colors7 "cl_hud_color 7; alias colors colors8"
  52.     alias colors8 "cl_hud_color 8; alias colors colors9"
  53.     alias colors9 "cl_hud_color 9; alias colors colors10"
  54.     alias colors10 "cl_hud_color 10; alias colors colors11"
  55.     alias colors11 "cl_hud_color 11; alias colors colors12"
  56.     alias colors12 "cl_hud_color 12; alias colors colors0"
  57.  
  58.     //Viewmodel Commands:
  59.     viewmodel_presetpos 0
  60.     viewmodel_offset_x 2.5
  61.     viewmodel_offset_y 2
  62.     viewmodel_offset_z -2
  63.     viewmodel_fov 68
  64.  
  65.  
  66. //KEYBOARD
  67.  
  68.     //DIRECTIONAL
  69.  
  70.     bind "w" "+forward"
  71.     bind "s" "+back"
  72.     bind "a" "+left"
  73.     bind "d" "+right"
  74.     bind "ctrl" "+duck;"
  75.     bind "shift" "+sprint"
  76.     bind "SPACE" "+jump"
  77.  
  78.    
  79.  
  80.     //INTERACT/SELECT
  81.  
  82.     bind "r" "+reload"
  83.     bind "e" "+use;"
  84.     bind "g" "drop;"
  85.     bind "q" "lastinv;switchhandsleft"
  86.     bind "0" "slot0"
  87.     bind "1" "slot1;switchhandsleft"
  88.     bind "2" "slot2;switchhandsleft"
  89.     bind "3" "slot3;switchhandsright"
  90.     bind "4" "slot4;switchhandsleft"
  91.     bind "5" "slot5;switchhandsleft"
  92.     bind "5" "slot5"
  93.     bind "6" "slot6"
  94.     bind "7" "slot7"
  95.     bind "8" "slot8"
  96.     bind "9" "slot9"
  97.     bind "f" "+lookatweapon"
  98.     bind "i" "toggle show_loadout_toggle"
  99.     bind "b" "buymenu"
  100.     bind "m" "teammenu"
  101.     bind "u" "say_team"
  102.     bind "t" "+spray_menu"
  103.     bind "y" "messagemode"
  104.     bind x "toggle voice_modenable"
  105.     bind z "use weapon_knife; use weapon_c4; drop; slot1"
  106.     bind c "use slot12"
  107.     bind k "toggle cl_drawhud;toggle cl_draw_only_deathnotices"
  108.  
  109.  
  110.     //SPECIAL SHIT
  111.  
  112.     bind "DEL" "dm"
  113.     bind "INS" "dc"
  114.     bind "F3" "autobuy"
  115.     bind "F4" "rebuy"
  116.     bind "F9" "toggleconsole"
  117.     bind "F10" cs_quit_prompt
  118.  
  119.     //BUY
  120.     bind KP_1 "buy smokegrenade"
  121.     bind KP_2 "buy hegrenade"
  122.     bind KP_3 "buy flashbang"
  123.     bind KP_0 "buy molotov; buy incgrenade"
  124.     bind KP_DEL "buy decoy"
  125.     bind KP_7 "buy vesthelm"
  126.     bind KP_8 "buy defuser"
  127.     bind KP_9 "buy vest"
  128.     bind KP_4 "buy m4a4; buy ak47"
  129.     bind KP_5 "buy awp"
  130.     bind "kp_minus" "buy awp; buy p250"
  131.     bind KP_6 "buy galilar; buy famas"
  132.     bind "kp_plus" "buy mac10; buy mp9"
  133.     bind "kp_enter" "buy p90"
  134.     bind "kp_multiply" "buy m4a1; buy g3sg1"
  135.     bind "/" "buy ssg08"
  136.     bind "uparrow" "buy deagle; buy revolver"
  137.     bind "downarrow" "buy p250"
  138.     bind "leftarrow" "buy tec9; buy fiveseven"
  139.     bind "rightarrow" "buy elite"
  140.  
  141. //VOLUME
  142.  
  143.     snd_tensecondwarning_volume ".03"
  144.     snd_menumusic_volume "0"
  145.     snd_roundend_volume "0.02"
  146.     snd_roundstart_volume "0"
  147.     snd_deathcamera_volume "0"
  148.     snd_mapobjective_volume "0"
  149.     snd_roundstart_volume 0
  150.     snd_roundend_volume 0
  151.     snd_deathcamera_volume 0
  152.  
  153. //HUD
  154.  
  155.     cl_use_opens_buy_menu 0
  156.     cl_showloadout 1
  157.     sv_steamgroup 1
  158.     cl_color 3
  159.     cl_hud_color "0"
  160.     cl_hud_radar_scale "1.3"
  161.     hud_scaling "0.900000"
  162.     hud_showtargetid "1"
  163.     cl_radar_always_centered "1"
  164.     cl_radar_icon_scale_min "1.000000"
  165.     cl_radar_rotate "1"
  166.     cl_radar_scale "1.000000"
  167.     cl_radar_square_with_scoreboard "1"
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. //EXTRA
  175.  
  176.     fps_max 500
  177.     joystick false
  178.     mm_dedicated_search_maxping 30
  179.     host_writeconfig
  180.  
  181.  
  182.  
  183. //-novid -nojoy -exec autoexec -high -tickrate 128 +mat_queue_mode 2 -threads 8
  184.  
  185.  
  186. clear
  187.  
  188. echo "config loaded"
Tags: csgo Config cs2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement