Prboom

From DingooWiki

Jump to: navigation, search
Prboom
Platform(s): Dingoo-Linux
Download(s): Openhandhelds archive
Developer(s): joyrider
Version:  ?
Status: Released and functional
Homepage: Prboom release thread

Prboom is port of Doom for dingux.

[edit] Installation

Find yourself a copy of the shareware doom.wad file, copy the doom.wad, prboom.wad (you can find this file in the prboom-dingoo directory and prboom from the src directory to a place on your root file system (like /usr/games/prboom) - run prboom on the dingoo

To launch it with dmenu use this in your dmenu.cfg (adjust your folders accordingly) :

    MenuItem Doom
   {
       Icon = "res/games/doom.png"
       Name = "Doom"
       Executable = "chmod +x prboom ; ./prboom"
       WorkDir = "/usr/local/games/prboom"
   }

[edit] Controls

Dingoo Left Shoulder Button STRAFE LEFT
Dingoo Right Shoulder Button STRAFE RIGHT
Dingoo A Button USE/OPEN DOOR etc
Dingoo B Button SHOOT
Dingoo Start Button BRING UP MENUS / SELECT MENUS
Dingoo Select Button EXIT MENUS
Dingoo Y Button SELECT (BEST ?) WEAPON / ANSWER "YES" ON QUESTIONS
Dingoo X Button ANSWER "NO" ON QUESTIONS

[edit] Changelog

  • default settings for the dingoo (like 320x240x16 screen res, inputs)
  • changed Y/N questions to be handled with Y/X button
  • Removed SDL_DOUBLEBUF, it segfaults otherwise !
  • added putenv("SDL_NOMOUSE=1"); so you don't have to type it in before running prboom
  • removed the configure file so one doesn't accidently run it and overwrite the makefiles
  • made sure it compiled by changing a few settings in the make files and config.h file
Personal tools