ptitSeb
Serial Porter
Here is a Pandora port of YGOPRO, a Yu-Gi-Oh Card Dueling Game.
This version use MesaGL for rendering, so it will be slow. You can switch to a Faster but less accurate Software renderer by editing the file "system.conf", that will be in the home of appdata folder after first start (appdata/ygopro/home), and changing
use_d3d = 0
to
use_d3d = 1
New build 03 use OpenGL-ES1 instead of MesaGL, so choosing "use-d3d=0" will get you Hardware Acceleration (but there are graphics artifact on Gigahertz Pandora when using default driver, so update to 4.03 at least)
Note that the perspective is really not accurate in Software mode, so dueling Screen looks a bit strange, but it's useable and much faster.
The game can be translate in French, German, Portuguese/Brazilian, Spanish, and default to English (the original Chinese text is not in the PND). Language is chosen at first start.
Also, note that many files are expanded at first start, to make future updates easier.
History log
========
v1.032.1.05
---------------
v1.032.1.04
---------------
v1.031.0.03
---------------
---------------
----------------

use_d3d = 0
use_d3d = 1
New build 03 use OpenGL-ES1 instead of MesaGL, so choosing "use-d3d=0" will get you Hardware Acceleration (but there are graphics artifact on Gigahertz Pandora when using default driver, so update to 4.03 at least)
Note that the perspective is really not accurate in Software mode, so dueling Screen looks a bit strange, but it's useable and much faster.
The game can be translate in French, German, Portuguese/Brazilian, Spanish, and default to English (the original Chinese text is not in the PND). Language is chosen at first start.
Also, note that many files are expanded at first start, to make future updates easier.
History log
========
v1.032.1.05
---------------
- Fixed startup issue
v1.032.1.04
---------------
- Update sources and scripts
v1.031.0.03
---------------
- Update sources and scripts
- Change MesaGL to OpenGLES-1 hardware Rendering !
- Change compilation option, this build is much faster (even with software rendering)
- Corrected a nasty bug with deck manager when card name was longer the 32 characters.
---------------
- Update sources and scripts
- Compatible with "X11 redirecting"
----------------
- Initial release
- Resized all GUI to Pandora screen (1024x640 -> 800x500, 20 lines at the bottom lost)
- Direct3D renderer changed to Software renderer
Last edited by a moderator: