DosBox:Cyberdogs

From wiki.gp2x.org

Contents

Download Game

Status

A bit slow. Use frameskip 1 or 2. Disable Sound and Music in Options.

Controls

Vol- and START 
Quit Game/Dosbox
L and Vol+ 
Increase Frameskip
L and Vol- 
Decrease Frameskip
Stick 
Move Character
A/B/X/Y 
Shoot
Hold L/R 
Map
Stick Click/Start 
Start Game / Menu Selection / Change Weapon
Select 
ESC / Quit Game

Special

  • Game Icon Icon #1
  • Game Icon Icon #2
  • Game Icon Icon #3

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/cdogs"
c:
dogs.exe

mapper.txt

hand_shutdown "key 105 mod1" 
hand_decfskip "key 114 mod2" 
hand_incfskip "key 113 mod2" 
key_esc "key 106" 
key_enter "key 105" "key 115"
key_F1 "key 107" "key 108" 
key_lctrl "key 109" "key 110" "key 111" "key 112" 
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" 

cdogs.gpe

#! /bin/sh
DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/cdogs ${DIRGAME}
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Personal tools