diff --git a/baseq3r/default.cfg b/baseq3r/default.cfg index b915674f..c58c0c8d 100644 --- a/baseq3r/default.cfg +++ b/baseq3r/default.cfg @@ -2,4 +2,43 @@ // KEY BINDINGS // -unbindall \ No newline at end of file +bind TAB "+scores" +bind SPACE "+button14" +bind 0 "weapon 1" +bind 1 "weapon 2" +bind 2 "weapon 3" +bind 3 "weapon 4" +bind 4 "weapon 5" +bind 5 "weapon 6" +bind 6 "weapon 7" +bind 7 "weapon 8" +bind 8 "weapon 9" +bind 9 "weapon 10" +bind a "+left" +bind d "+right" +bind e "+movedown" +bind g "headlights" +bind h "+button3" +bind j "record" +bind k "stoprecord" +bind q "+moveup" +bind r "messagemode" +bind s "+back" +bind t "messagemode2" +bind u "messagemode4" +bind w "+forward" +bind z "messagemode3" +bind UPARROW "+lookup" +bind DOWNARROW "+lookdown" +bind ALT "+speed" +bind CTRL "+button2" +bind SHIFT "+mlook" +bind KP_ENTER "centerview" +bind KP_MINUS "dropWeapon" +bind KP_PLUS "+zoom" +bind MOUSE1 "+attack" +bind MOUSE2 "+button5" +bind MOUSE3 "+button12" +bind MWHEELDOWN "weapnext" +bind MWHEELUP "weapprev" +bind WORLD_47 "+button2" \ No newline at end of file diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index c1e969d7..e1f38000 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define BASETA "missionpack" #ifndef PRODUCT_VERSION -#define PRODUCT_VERSION "v0.3c_r448" +#define PRODUCT_VERSION "v0.3c_r449" #endif