1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00
iw4x-rawfiles/iw4x/iw4x_00/default_mp_controls.cfg
2022-08-24 18:18:33 +02:00

71 lines
1.3 KiB
INI

unbindall
// Movement
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
bind q "+leanleft"
bind e "+leanright"
// Weapon Controls
bind SHIFT "+breath_sprint"
bind MOUSE1 "+attack"
bind MOUSE2 "+toggleads_throw"
bind v "+melee"
bind n "+actionslot 1" //Nightvision
bind 3 "+actionslot 3" //Grenade Launcher
bind 6 "+actionslot 4" //equipment (c4 + airsupport)
bind 5 "+actionslot 2" //
// Weapon Slots
bind 1 "weapnext"
bind 2 "weapnext"
// Inventory
bind MOUSE3 "+frag"
bind g "+frag"
bind 4 "+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 b "mp_QuickMessage" //nightvision is on n now
bind y "chatmodeteam"
bind z "+talk"
//bind x "openscriptmenu ingame changeweapon"
// CLIENT ENVIRONMENT COMMANDS
bind F1 "vote yes"
bind F2 "vote no"
bind F4 "+scores"
bind F12 "screenshotJPEG"
// Default controller bindings
exec default_mp_controller.cfg