summaryrefslogtreecommitdiff
path: root/assets/default.cfg
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-02-25 13:03:43 +0100
committerenneract <trem.redman@gmail.com>2014-02-25 13:03:43 +0100
commitdac3d3127fc94231bdde0c0822bb12de01e9e836 (patch)
tree17829bc1a1b0ddb2d49421c5ea0114b4c2eff436 /assets/default.cfg
parentcd9f8731a13a29d51a401f67ec2aa0b8962e01c8 (diff)
0.1.7
Diffstat (limited to 'assets/default.cfg')
-rw-r--r--assets/default.cfg97
1 files changed, 97 insertions, 0 deletions
diff --git a/assets/default.cfg b/assets/default.cfg
new file mode 100644
index 0000000..0308dbc
--- /dev/null
+++ b/assets/default.cfg
@@ -0,0 +1,97 @@
+//
+// KEY BINDINGS
+//
+
+unbindall
+
+bind - sizedown
+bind _ sizedown
+bind = sizeup
+bind + sizeup
+
+//
+// WEAPONS/UPGRADES
+//
+bind MOUSE1 +attack
+bind MOUSE2 +button5
+
+bind [ weapprev
+bind ] weapnext
+bind mwheelup weapprev
+bind mwheeldown weapnext
+bind ENTER +button2
+bind MOUSE3 +button2
+
+
+//
+// CHARACTER CONTROLS
+//
+
+bind CTRL +attack
+
+bind ALT +strafe
+bind SHIFT +speed
+
+bind DEL +lookdown
+bind PGDN +lookup
+bind END centerview
+
+bind c +movedown
+bind SPACE +moveup
+
+
+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 x +button8
+bind v +button6
+
+bind \ +mlook
+
+//
+// MISC
+//
+
+bind t messagemode
+bind y messagemode2
+bind u messagemode3
+bind i messagemode4
+
+bind r reload
+bind b "buy ammo"
+bind m "itemact medkit"
+bind g "itemact gren"
+bind j "itemtoggle jetpack"
+bind z "itemtoggle blaster"
+bind q +button7
+bind e deconstruct
+bind f +button3
+bind h scoresUp
+bind n scoresDown
+
+//
+// CLIENT ENVIRONMENT COMMANDS
+//
+
+bind PAUSE pause
+bind ESCAPE togglemenu
+
+bind TAB +scores
+
+bind F1 "vote yes"
+bind F2 "vote no"
+bind F3 "teamvote yes"
+bind F4 "teamvote no"
+
+
+//
+// DEVELOPER KEYS
+//
+bind F11 screenshotJPEG
+