shawngmc / game-extraction-toolbox

Python tools for extracting ROMs from games and investigating files
MIT License
66 stars 7 forks source link

Future: Piko Interactive #52

Open Feilakas opened 1 year ago

Feilakas commented 1 year ago

Not a collection per se but Piko Interactive's cartridge-based console ports usually follow the same pattern. Inside the game file there is a folder named "res" and inside it there is a file called "game" which is the rom.

So far I have confirmed this to be true for the following games:

The following offer multiple versions. The version is chosen either through a separate installer or through the Galaxy client by choosing from a list in the "beta channel".

Games that are most likely using a ROM (NOT confirmed):

Games that most likely are NOT using a rom:

shawngmc commented 1 year ago

So the wikipedia page for Piko is useful: https://en.wikipedia.org/wiki/Piko_Interactive#Digital_releases

Also worth looking into from Piko:

SNES

Genesis

NES

PS1

TG16

shawngmc commented 1 year ago

Also might be able to try:

shawngmc commented 1 year ago

So, I'm thinking of doing the Piko Interactive games as a library search.

For example, point it at Steam, it looks for every known Piko Interactive title and grabs the appropriate ROMs.

Feilakas commented 1 year ago

So, I'm thinking of doing the Piko Interactive games as a library search.

For example, point it at Steam, it looks for every known Piko Interactive title and grabs the appropriate ROMs.

I could see this work and be easier than the current method of having to compile all of the compatible games. Would that approach also work with GOG that tends to simply install the games in a folder? (provided all games are in the same master folder e.g. "D:\Games")