[Caanoo] PyBoom

Tutte le novità riguardanti le console open source e il gaming
Post Reply
User avatar
Zip
Site Admin
Posts: 3100
Joined: 3 May 2011, 21:03
Console open: Attuali Caanoo , Wiz, dingoo a320 (possedute Wiz, s7100B, s5110, s7300B, OpenPandora)
Location: Sicilia
Contact:

[Caanoo] PyBoom

Post by Zip »

il nostro aggaz ha rilasciato questo piccolo launcher per PrBoom
PyBoom is a little PrBoom launcher deeloped for CAANOO.

Is an alternative to PickleLauncher that gives the possibility to select more than a single WAD file.
With it it is possible to run mods against a "base" WAD file.

The proper way to run PrBoom in order to play with a mod is the following:

prboom -iwad $base -file $mod

where $base is the principal WAD location (i.e. freedoom.wad) and $mod is the mod WAD location (i.e. sdm.wad).
PyBoom is just a graphical way for calling the above command.

It is developd in by using pygame and albow, and it needs the python runtime for caanoo packaged by Sepulep.
"python" directory is supposed to be paced at the root directory of your SD card.

In order to have windows that fits in the caanoo little screen I had to modify a file from albow library.
This distribution contains also this file.

In order to install PyBoom you just need to copy the files in the "game" and "python" directories by following their paths.
i.e., assuming that you are in the same folder of this README file:

cp python/lib/python2.6/site-packages/albow/file_dialogs.py /media/sda1/python/lib/python2.6/site-packages/albow/file_dialogs.py
cp -R game/prboom/* /media/sda1/game/prboom
cp game/prboom.ini /media/sda1/game/prboom.ini

Thats all!

Once the program is installed you can run it by opening PrBoom. Then you need to select your wads by taking advantage
of the touchscreen. Other input interfaces (buttons, joystick) are not supported at the moment, however buttons are big enough
to be pressed with your finger.

Please notice that this is a python script, so it takes a little time to run!
download :caanoo: http://dl.openhandhelds.org/cgi-bin/caa ... ,0,0,4,857
Post Reply