0% found this document useful (0 votes)
69 views3 pages

Install 2 DGames XML

This document provides instructions for installing 2D and 3D games from a USB drive onto the Pandora 3D handheld system. It explains the required folder structure on the USB, including an install.txt file listing games and a folder for each game containing its XML metadata file and optional video. The XML file specifies game properties and files. Supported emulators and file extensions are also listed.

Uploaded by

kyuzoyisus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views3 pages

Install 2 DGames XML

This document provides instructions for installing 2D and 3D games from a USB drive onto the Pandora 3D handheld system. It explains the required folder structure on the USB, including an install.txt file listing games and a folder for each game containing its XML metadata file and optional video. The XML file specifies game properties and files. Supported emulators and file extensions are also listed.

Uploaded by

kyuzoyisus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

How to install 2D and 3D Games from USB in

Pandora 3D With .xml file

This guide explains how to install new games from USB.


When you insert the USB with the specific structure folder, the system launches the apk
GameInstaller.apk and copies game files into internal sdcard. It adds the games to the
database too.
You must have free space on the sdcard to install games.

Put the file “/mcgames/install.txt” in the root folder of the usb with a list of games to
install, each game in a row. The file must be in UTF-8 encoding.

The name of the game is the primary key of the database (cannot be repeated) and you
must create a folder with the same name into /mcgames/ for each game.

For each folder, you have to add the desired game and create a xml file with the propertie
of the game. The name of the xml has to be the same than the name of the folder.
For each game, you can add a mp4 video in the same folder, with the name of the game
ending with .mp4

The content of the game.xml is:

<game emulator="12">
<information>
<description>Super mario world 2</description>
<genre>5</genre>
</information>
<file>
<rom name="smw2yi.smc"/>
</file>
<translation>
<string language="en">
<name>Super mario world 2</name>
</string>
</translation>
<config>
<load_time>0</load_time>
<free_play>1</free_play>
<save_state>1</save_state>
<start_directly>1</start_directly>
</config>
</game>

Where emulator is the emulator_type of the game

This is the list of Emulators supported:

NAME EMULATOR_TYPE FOLDER EXT DESC

Final Burn Alpha 0 fba42 .zip "FBA_SDL_main",


0.2.97.42 Modified by "FBA_compatible"
Moorechip

Final Burn Alpha Version1 fba42 .zip "FBA_SDL_main",


0.2.97.42 "FBA42_opt"

Multiple Arcade Machine2 mame37 .zip "android_main",


Emulator Version 0.37b" "mame4all"

Multiple Arcade Machine3 mame139 .zip "android_main",


Emulator Version 0.139u1 "mame4roid"

Multiple Arcade Machine4 mame78 .zip "FBA_SDL_main",


Emulator Version 0.78 "MAME78"

Final Burn Alpha Version5 fba42 .zip "FBA_SDL_main",


0.2.97.42 Optimized by "FBA42_opt"
Michael

PPSSPP Version 1.7.1 6 family .iso

PS 7 family ".bin", ".img"

Mupen64 Plus 8 family ".n64", ".z64"

com.snkplaymore.kof201
9 family
2a

Final Burn Alpha Version10 fba42 .zip "FBA_SDL_main",


0.2.97.42 Family Version "FBA42_opt"

libretro_fceumm 11 FC ".fds", ".nes", ".unf", retro_arch_main


".unif"

libretro_snex9 12 SFC ".smc", ".sfc", ".swc", retro_arch_main


".fig", ".bs"

libretro_gpsp 13 GBA ".gba", ".bin", ".agb", "game_boy_main",


".gbz" "game_boy"

libretro_tgbdual 14 GBC ".gb", ".gbc", ".sgb" retro_arch_main

libretro_genesis 15 MD ".mdx", ".md", ".smd", retro_arch_main


".gen", ".bin", ".cue", ".iso",
".chd", ".sms", ".gg", ".sg"

libretro_wswan 16 WSC ".ws", ".wsc", ".pc2" retro_arch_main

libretro_pce 17 PCE ".pce", ".cue", ".ccd", retro_arch_main


".chd"

libretro_reicast 18 DC ".chd", ".cdi", ".iso", ".elf",


retro_arch_main
".cue", ".gdi", ".lst", ".bin",
".dat", ".zip",".7z"

Multiple Arcade Machine19 mame19 .zip "mame19_main",


Emulator Version mame "android_mame19"
19

Multiple Arcade Machine20 mame139 .zip "retro_arch_main",


Emulator Version mame "RETRO_ARCH"
139 retro

Description is the display name of the game.

Genre is the gametype of the game:

0 – Other
1 – Fighting
2 – Action
3 – Shotting
4 – Sport
5 – Puzzle
6 - Racing

rom name is the name of the gamefile


save_state shows in pause menu the posibility of save/load state

You might also like