fastfile-gsc-iw5/zone_raw/patch_mp/default_mp_controls.cfg
6arelyFuture 4e910323f1
Some checks failed
link / Link assets on Linux (push) Failing after 8s
init
2024-05-23 10:46:11 +02:00

66 lines
1.2 KiB
INI

unbindall
// Movement
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
// Weapon Controls
bind SHIFT "+breath_sprint"
bind MOUSE1 "+attack"
bind MOUSE2 "+toggleads_throw"
bind e "+melee_zoom"
bind 3 "+actionslot 3" //Grenade Launcher
// Killstreak Controls
bind 4 "+actionslot 4" //Use Killstreak slot 0
bind 5 "+actionslot 5" //Use Killstreak slot 1
bind 6 "+actionslot 6" //Use Killstreak slot 2
bind 7 "+actionslot 7" //Use Killstreak slot 3
// Weapon Slots
bind 1 "weapnext"
bind 2 "weapnext"
// Inventory
bind MOUSE3 "+frag"
bind g "+frag"
bind q "+smoke"
// Interaction
bind f "+activate"
bind r "+reload"
bind TAB "+scores"
// Stance
bind SPACE "+gostand"
bind CTRL "toggleprone"
bind c "togglecrouch"
// Mouse movement dvars
set sensitivity "5"
set cl_freelook "1"
set ui_mousePitch "0"
set m_pitch "0.022"
set m_filter "0"
set cl_mouseAccel "0"
// Menus
bind PAUSE "toggle cl_paused"
bind ESCAPE "togglemenu"
bind ~ "toggleconsole"
bind ` "toggleconsole"
// MULTIPLAYER CONTROLS
bind t "chatmodepublic"
bind y "chatmodeteam"
bind z "+talk"
//bind x "openscriptmenu ingame changeweapon"
// CLIENT ENVIRONMENT COMMANDS
bind F1 "vote yes"
bind F2 "vote no"
bind F12 "screenshotJPEG"