Initial commit.
This commit is contained in:
141
base/mpdefault.cfg
Normal file
141
base/mpdefault.cfg
Normal file
@@ -0,0 +1,141 @@
|
||||
//
|
||||
// MP JEDI ACADEMY DEFAULT CONFIG
|
||||
//
|
||||
|
||||
unbindall
|
||||
|
||||
//
|
||||
// weapons
|
||||
//
|
||||
bind 1 "weapon 1"
|
||||
bind 2 "weapon 2"
|
||||
bind 3 "weapon 3"
|
||||
bind 4 "weapon 4"
|
||||
bind 5 "weapon 5"
|
||||
bind 6 "weapon 6"
|
||||
bind 7 "weapon 7"
|
||||
bind 8 "weapon 8"
|
||||
bind 9 "weapon 13"
|
||||
bind 0 "weapon 9"
|
||||
bind - "weapon 10"
|
||||
bind = "weapon 0"
|
||||
|
||||
|
||||
//
|
||||
// CHARACTER CONTROLS
|
||||
//
|
||||
|
||||
bind CTRL +attack
|
||||
bind ALT +altattack
|
||||
bind SHIFT +speed
|
||||
bind z +strafe
|
||||
bind PGUP +lookup
|
||||
bind PGDN +lookdown
|
||||
bind END centerview
|
||||
bind c +movedown
|
||||
bind SPACE +moveup
|
||||
bind ENTER +use
|
||||
bind r +use
|
||||
|
||||
|
||||
bind UPARROW +forward
|
||||
bind DOWNARROW +back
|
||||
bind LEFTARROW +left
|
||||
bind RIGHTARROW +right
|
||||
bind w +forward
|
||||
bind a +moveleft
|
||||
bind s +back
|
||||
bind d +moveright
|
||||
bind , +moveleft
|
||||
bind . +moveright
|
||||
|
||||
//
|
||||
// FORCE POWERS
|
||||
//
|
||||
|
||||
bind F1 force_throw
|
||||
bind F2 force_pull
|
||||
bind F3 force_speed
|
||||
bind F4 force_seeing
|
||||
bind F5 force_heal
|
||||
bind F6 force_protect
|
||||
bind F7 force_absorb
|
||||
bind F8 force_distract
|
||||
bind F9 +force_grip
|
||||
bind F10 +force_lightning
|
||||
bind F11 force_rage
|
||||
bind F12 +force_drain
|
||||
bind \ force_forcepowerother
|
||||
bind ] force_healother
|
||||
|
||||
|
||||
bind f +useforce
|
||||
bind e forcenext
|
||||
bind q forceprev
|
||||
|
||||
bind TAB +scores
|
||||
bind INS scoresUp
|
||||
bind DEL scoresDown
|
||||
bind p "cg_thirdperson !"
|
||||
bind l saberAttackCycle
|
||||
|
||||
//
|
||||
// QUICK KEYS
|
||||
//
|
||||
|
||||
|
||||
//multi only
|
||||
bind KP_HOME use_field
|
||||
|
||||
//bind KP_RIGHTARROW use_field
|
||||
//bind KP_UPARROW use_field
|
||||
//bind KP_DOWNARROW use_field
|
||||
//bind KP_END use_field
|
||||
//bind KP_PGDN use_field
|
||||
//bind KP_INS use_field
|
||||
//bind KP_DEL use_field
|
||||
//bind KP_ENTER use_field
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// MOUSE OPTIONS
|
||||
//
|
||||
|
||||
bind / +mlook
|
||||
|
||||
//
|
||||
// MOUSE BUTTONS
|
||||
//
|
||||
|
||||
bind MOUSE1 +attack
|
||||
bind MOUSE2 +altattack
|
||||
bind MOUSE3 saberAttackCycle
|
||||
bind mwheelup weapprev
|
||||
bind mwheeldown weapnext
|
||||
|
||||
//
|
||||
// CLIENT ENVIRONMENT COMMANDS
|
||||
//
|
||||
|
||||
bind ~ "toggleconsole"
|
||||
bind ` "toggleconsole"
|
||||
|
||||
|
||||
//yell to all
|
||||
bind y messagemode
|
||||
//team talk
|
||||
bind t messagemode2
|
||||
//target
|
||||
bind u messagemode3
|
||||
//attacker
|
||||
bind i messagemode4
|
||||
//voicechat
|
||||
bind v voicechat
|
||||
//Automap toggle
|
||||
bind m automap_toggle
|
||||
//Objectives menu
|
||||
bind o "ui_opensiegemenu ingame_objectives"
|
||||
|
||||
// Saber Challenge
|
||||
bind k engage_duel
|
||||
Reference in New Issue
Block a user