From dac3d3127fc94231bdde0c0822bb12de01e9e836 Mon Sep 17 00:00:00 2001 From: enneract Date: Tue, 25 Feb 2014 13:03:43 +0100 Subject: 0.1.7 --- assets/default.cfg | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 assets/default.cfg (limited to 'assets/default.cfg') 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 + -- cgit