diff --git a/data/common/games/quake/CONFIG.CFG b/data/common/games/quake/CONFIG.CFG new file mode 100644 index 000000000..f80e2caff --- /dev/null +++ b/data/common/games/quake/CONFIG.CFG @@ -0,0 +1,82 @@ +bind "TAB" "+showscores" +bind "ENTER" "+jump" +bind "ESCAPE" "togglemenu" +bind "SPACE" "+jump" +bind "+" "sizeup" +bind "," "+moveleft" +bind "-" "sizedown" +bind "." "+moveright" +bind "/" "impulse 10" +bind "0" "impulse 0" +bind "1" "impulse 1" +bind "2" "impulse 2" +bind "3" "impulse 3" +bind "4" "impulse 4" +bind "5" "impulse 5" +bind "6" "impulse 6" +bind "7" "impulse 7" +bind "8" "impulse 8" +bind "=" "sizeup" +bind "\" "+mlook" +bind "`" "toggleconsole" +bind "a" "+lookup" +bind "c" "+movedown" +bind "d" "+moveup" +bind "t" "messagemode" +bind "z" "+lookdown" +bind "~" "toggleconsole" +bind "UPARROW" "+forward" +bind "DOWNARROW" "+back" +bind "LEFTARROW" "+left" +bind "RIGHTARROW" "+right" +bind "ALT" "+strafe" +bind "CTRL" "+attack" +bind "SHIFT" "+speed" +bind "F1" "help" +bind "F2" "menu_save" +bind "F3" "menu_load" +bind "F4" "menu_options" +bind "F5" "menu_multiplayer" +bind "F6" "echo Quicksaving...; wait; save quick" +bind "F9" "echo Quickloading...; wait; load quick" +bind "F10" "quit" +bind "F11" "zoom_in" +bind "F12" "screenshot" +bind "INS" "+klook" +bind "DEL" "+lookdown" +bind "PGDN" "+lookup" +bind "END" "centerview" +bind "MOUSE1" "+attack" +bind "MOUSE2" "+forward" +bind "MOUSE3" "+mlook" +bind "PAUSE" "pause" +m_side "0.8" +m_forward "1" +m_yaw "0.022" +m_pitch "0.022" +sensitivity "1.000000" +lookstrafe "0" +lookspring "0" +cl_backspeed "400.000000" +cl_forwardspeed "400.000000" +_cl_color "0" +_cl_name "player" +_snd_mixahead "0.1" +bgmvolume "1" +volume "1.000000" +viewsize "100" +_config_modem_hangup "AT H" +_config_modem_init "" +_config_modem_clear "ATZ" +_config_modem_dialtype "T" +_config_com_modem "1" +_config_com_baud "57600" +_config_com_irq "4" +_config_com_port "0x3f8" +saved4 "0" +saved3 "0" +saved2 "0" +saved1 "0" +savedgamecfg "0" +gamma "0.750000" +crosshair "0" diff --git a/data/common/games/quake/PAK0.PAK b/data/common/games/quake/PAK0.PAK new file mode 100644 index 000000000..88c2532d1 Binary files /dev/null and b/data/common/games/quake/PAK0.PAK differ diff --git a/data/common/games/quake/sdlquake b/data/common/games/quake/sdlquake new file mode 100644 index 000000000..5e2edec8c Binary files /dev/null and b/data/common/games/quake/sdlquake differ