Hi there! I'm in the process of cleaning up and ordering my PS2 games backup files, so I've been building some powershell scripts to help me with that.
For tha reason redump.org has been really helpful so far, but I've come into a problem. I want to have some sort of local database with game's information. So far I've started building it up by hand, but I've discovered that I can download this file:
redump.org/datfile/ps2/
However I've come into a problem with it. In my database I have each element categorized by:
CRC32 |GameID | RedumpID | Name | (PAL vs NTSC vs NTSC-J) | Languages | Version
Using the datfile available, I can automatically build up a great part of my DB, however there are a few inconveniences:
In that file games are missing their ID (SLES-XXXX and such). This is a big deal for me
In that file there is no RedumpID (the number in redump.org/disc/XXXXX) this is not a big deal, however
Also, as a minor inconvenience, the fields "PAL vs NTSC vs NTSC-J", the Languages list and versions are embedded in the game's name. I can extract them with a few scripts that separates the parenthesis, matches them to a few patterns and such. It's possible but it's a hassle. I can live without this, but if I can download your db where that information would be easy to retrieve, that would be awesome.
So in short, the Game ID is a big deal for me, however there are a few other stuff that would be great to have too, so is there a way to get it?
While searching in the forum I stumbled upon this thread:
http://forum.redump.org/topic/19889/is- … -database/
this is how a game name look in normal file
Actua Soccer (E) (v1.0) [SLES-00014]
and this is how it look in no-intro file
Actua Soccer (Europe) (En,Fr,Es,It,Nl,Sv,Da,Fi) (v1.0)
Actually what i was thinking is that user download 1 dat from here
http://redump.org/datfile/psx/
then the second one from here
I could do it with this info if it still was available, however there's only ONE possible download now, and in fact I'm interested in doing that with PS2 games, not PSX.