DosBox:Master of Orion

From wiki.gp2x.org

Contents

Download Game

Status

Playable.

Make sure you have the following in your config, or the mouse cursor will not be positioned precisely.

[sdl]
gp2x_fullscreen=true

Controls

The hotkey in this case is Vol+, hold it and press the following keys to zoom:

1:1 zoom (no scaling)
full screen scaling
Left, Right, Up, Down 
move the current view
more zoom
less zoom
Select 
show/hide the OSD
Home 
Exit dosbox

You may not enter your name because of a missing keyboard ;-)

OSD Debug

You need to a truetype font to dosbox/dbfont.ttf to see the osd output. Which font you choose does not matter at all.

dosbox.conf

Almost completely taken from GP2X_Dosbox_0.72_Readme.txt...

[dosbox]
machine=vga
memsize=4

[sdl]
gp2x_fullscreen=true
fulldouble=false
output=surface
mapperfile=mapper.txt

[render]
frameskip=0
scaler=none

[cpu]
core=simple     
cycles=auto
cycleup=50
cycledown=200

[speaker]
pcspeaker=false

[dos]
xms=true
ems=true
umb=false

[autoexec]
mount C "/mnt/sd/dosbox/Moo"
c:
orion.exe

mapper.txt

Standard mapper.txt from dosbox-0.72

hand_g2zoom "key 107 mod2"
hand_g2nozoom "key 108 mod2"
hand_g2zleft "key 99 mod2"
hand_g2zright "key 103 mod2"
hand_g2zup "key 97 mod2"
hand_g2zdown "key 101 mod2"
hand_g2zmore "key 111 mod2"
hand_g2zless "key 112 mod2"
hand_g2debug "key 106 mod2"
hand_shutdown "key 105 mod2"
mod_2 "key 113" "key 305"

Moo.gpe

Overclocking Optional

/mnt/sd/cpu_speed.gpe 1 2 266
#! /bin/sh
/mnt/sd/cpu_speed.gpe 1 2 266
DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/Moo
cd ${DIRGAME}
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Personal tools