mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2024-11-10 06:41:53 +00:00
2838832544
Also ensure the grenade launcher uses the trjectory for the laser sight
83 lines
1.8 KiB
INI
83 lines
1.8 KiB
INI
|
|
//set cheats "1"
|
|
set gl_texturemode "GL_LINEAR_MIPMAP_Linear"
|
|
set gl_shadows "1"
|
|
set gl1_stencilshadow "1"
|
|
set s_loadas8bit "0"
|
|
set cl_showfps "1"
|
|
|
|
/////////////////////// key bindings
|
|
bind AUX3 "weapnext"
|
|
bind AUX6 "+moveup"
|
|
bind AUX9 "+movedown"
|
|
bind TAB "inven"
|
|
//bind ENTER "invuse"
|
|
bind ENTER "+movedown"
|
|
bind ESCAPE "togglemenu"
|
|
bind SPACE "+moveup"
|
|
bind ' "invdrop"
|
|
bind + "sizeup"
|
|
bind , "+moveleft"
|
|
bind - "sizedown"
|
|
bind . "+moveright"
|
|
bind / "weapnext"
|
|
bind 0 "use BFG10K"
|
|
bind 1 "+moveup"
|
|
bind 2 "+attack"
|
|
bind 3 "use Super Shotgun"
|
|
bind 4 "use Machinegun"
|
|
bind 5 "use Chaingun"
|
|
bind 6 "use Grenade Launcher"
|
|
bind 7 "use Rocket Launcher"
|
|
bind 8 "use HyperBlaster"
|
|
bind 9 "use Railgun"
|
|
bind = "sizeup"
|
|
bind [ "invprev"
|
|
bind \ "+mlook"
|
|
bind ] "invnext"
|
|
bind ` "toggleconsole"
|
|
bind a "+lookup"
|
|
bind b "use rebreather"
|
|
bind c "+movedown"
|
|
bind e "use environment suit"
|
|
bind g "use grenades"
|
|
bind h "wave 0"
|
|
bind i "use invulnerability"
|
|
bind j "wave 1"
|
|
bind k "wave 2"
|
|
bind l "wave 3"
|
|
bind p "use power shield"
|
|
bind q "use quad damage"
|
|
bind s "use silencer"
|
|
bind t "messagemode"
|
|
bind u "wave 4"
|
|
bind x "score"
|
|
bind z "+lookdown"
|
|
bind ~ "toggleconsole"
|
|
bind BACKSPACE "invdrop"
|
|
bind UPARROW "+forward"
|
|
bind DOWNARROW "+back"
|
|
//bind LEFTARROW "+left"
|
|
bind LEFTARROW "+moveleft"
|
|
//bind RIGHTARROW "+right"
|
|
bind RIGHTARROW "+moveright"
|
|
bind ALT "+strafe"
|
|
bind CTRL "+attack"
|
|
bind SHIFT "+speed"
|
|
bind F1 "cmd help"
|
|
bind F2 "menu_savegame"
|
|
bind F3 "menu_loadgame"
|
|
bind F4 "menu_keys"
|
|
bind F5 "menu_startserver"
|
|
bind F6 "echo Quick Saving...; wait; save quick"
|
|
bind F9 "echo Quick Loading...; wait; load quick"
|
|
bind F10 "menu_quit"
|
|
bind F12 "screenshot"
|
|
bind INS "+klook"
|
|
bind DEL "+lookdown"
|
|
bind PGDN "+lookup"
|
|
bind END "centerview"
|
|
bind MOUSE1 "+attack"
|
|
bind MOUSE2 "+strafe"
|
|
bind MOUSE3 "+forward"
|
|
bind PAUSE "pause"
|