cs2 configs
This commit is contained in:
9
binds/all.cfg
Normal file
9
binds/all.cfg
Normal file
@ -0,0 +1,9 @@
|
||||
key_updatelayout
|
||||
input_button_code_is_scan_code_scd "1"
|
||||
|
||||
exec "binds/buy"
|
||||
exec "binds/chat"
|
||||
// Don't execute binds/drop, this is only toggled
|
||||
exec "binds/gameplay"
|
||||
exec "binds/slots"
|
||||
exec "binds/ui"
|
||||
15
binds/buy.cfg
Normal file
15
binds/buy.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
bind "scancode5" buymenu // [b]
|
||||
|
||||
bind "scancode58" "buy ak47; buy m4a1; buy m4a1_silencer" // [f1]
|
||||
bind "scancode59" "buy galilar; buy famas" // [f2]
|
||||
bind "scancode60" "buy deagle" // [f3]
|
||||
bind "scancode61" "buy awp" // [f4]
|
||||
|
||||
bind "scancode62" "buy molotov; buy incgrenade" // [f5]
|
||||
bind "scancode63" "buy flashbang" // [f6]
|
||||
bind "scancode64" "buy hegrenade" // [f7]
|
||||
bind "scancode65" "buy smokegrenade" // [f8]
|
||||
|
||||
bind "scancode66" "buy vest" // [f9]
|
||||
bind "scancode67" "buy vesthelm" // [f10]
|
||||
bind "scancode68" "buy defuser" // [f11]
|
||||
5
binds/chat.cfg
Normal file
5
binds/chat.cfg
Normal file
@ -0,0 +1,5 @@
|
||||
bind "scancode24" messagemode2 // [u]
|
||||
bind "scancode29" messagemode // [y]
|
||||
bind "scancode27" +voicerecord // [x]
|
||||
bind "scancode28" radio // [z]
|
||||
bind "scancode23" +spray_menu // [t]
|
||||
13
binds/drop.cfg
Normal file
13
binds/drop.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
bind f1 "buy unused 15 unused2; impulse 101"
|
||||
bind f2 "buy unused 14 unused2; impulse 101"
|
||||
bind f3 "buy unused 6 unused2; impulse 101"
|
||||
bind f4 "buy unused 18 unused2; impulse 101"
|
||||
|
||||
bind f5 "buy molotov; buy incgrenade"
|
||||
bind f6 "buy flashbang"
|
||||
bind f7 "buy hegrenade"
|
||||
bind f8 "buy smokegrenade"
|
||||
|
||||
bind f9 "buy vest"
|
||||
bind f10 "buy vesthelm"
|
||||
bind f11 "buy defuser"
|
||||
24
binds/gameplay.cfg
Normal file
24
binds/gameplay.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
bind "scancode26" +forward // [w]
|
||||
bind "scancode4" +left // [a]
|
||||
bind "scancode22" +back // [s]
|
||||
bind "scancode7" +right // [d]
|
||||
|
||||
bind mouse_x yaw
|
||||
bind mouse_y pitch
|
||||
|
||||
bind "scancode225" +sprint // [shift]
|
||||
bind "scancode44" +jump // [space]
|
||||
bind "scancode224" +duck // [ctrl]
|
||||
|
||||
bind MOUSE1 +attack
|
||||
bind MOUSE2 +attack2
|
||||
bind MOUSE3 player_ping
|
||||
bind MWHEELUP invprev
|
||||
bind MWHEELDOWN invnext
|
||||
|
||||
bind "scancode20" drop // [q]
|
||||
bind "scancode21" +reload // [r]
|
||||
bind "scancode9" +lookatweapon // [f]
|
||||
|
||||
bind "scancode54" buyammo1 // [,]
|
||||
bind "scancode55" buyammo2 // [.]
|
||||
8
binds/slots.cfg
Normal file
8
binds/slots.cfg
Normal file
@ -0,0 +1,8 @@
|
||||
bind "scancode30" slot1 // [1]
|
||||
bind "scancode31" slot2 // [2]
|
||||
bind "scancode32" slot3 // [3]
|
||||
bind "scancode33" slot4 // [4]
|
||||
bind "scancode34" slot5 // [5]
|
||||
bind "scancode35" slot6 // [6]
|
||||
bind "scancode36" slot7 // [7]
|
||||
bind "scancode37" slot8 // [8]
|
||||
3
binds/ui.cfg
Normal file
3
binds/ui.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
bind "scancode43" +showscores // [tab]
|
||||
bind "scancode41" cancelselect // [esc]
|
||||
bind "scancode72" pause // [pause]
|
||||
Reference in New Issue
Block a user