DOSBox:Tyrian 2000
From wiki.gp2x.org
Tyrian 2000 | |
Download | Download Game |
Developer | |
Version | |
Webpage | |
Status | A bit slow. See below. |
Contents |
Installation
See DosBox
Status
A bit slow. Use frameskip 1 or 2. Set Detail:Low and Speed:Turbo in the Ingame Menu.
Controls
- Vol- and START
- Quit Game/Dosbox
- L and Vol+
- Increase Frameskip
- L and Vol-
- Decrease Frameskip
- Stick
- Move Ship
- X
- Shoot
- B
- Sound On/Off / Menu Selection
- Y
- Music On/Off
- L
- Change Brightness (1-4)
- R
- Ingame Help
- Start
- Pause
- Select
- Ingame Menu
Special
dosbox.conf
[sdl] output=surface mapperfile=./mapper.txt [dosbox] machine=vga memsize=4 [cpu] core=dynamic [sblaster] type=sb1 [gus] gus=false [speaker] pcspeaker=false [dos] xms=false ems=false [autoexec] mount C "/mnt/sd/dosbox/tyrian2000" c: tyrian.exe
mapper.txt
hand_shutdown "key 105 mod1" hand_decfskip "key 114 mod2" hand_incfskip "key 113 mod2" key_esc "key 106" key_p "key 105" key_enter "key 110" key_s "key 110" key_m "key 111" key_F1 "key 108" key_F11 "key 107" key_space "key 112" key_ralt "key 109" key_rctrl "key 109" key_up "key 97" key_left "key 99" key_down "key 101" key_right "key 103" mod_1 "key 114" "key 305" mod_2 "key 107" "key 307"
tyrian.gpe
#! /bin/sh DIRROOT=/mnt/sd/dosbox DIRGAME=${DIRROOT}/tyrian2000 ${DIRGAME} ${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf cd /usr/gp2x exec /usr/gp2x/gp2xmenu