PS2 Taito Legends
It's been a while, but I think this works on a *nix-like system:
- Get https://github.com/arpruss/xsr
- Copy disc to taito directory (or edit taito-extract.py)
- python3 taito-extract.py
- sh taito-2003.sh
I skipped all the games protected by a cchip due to DMCA concerns in the USA.
Many thanks for this - I was able to get it working on a UK PAL version of the game. It looks like the FILES.HDR has a different starting point for the files in the UK version. In case anyone else has this version, I changed 0x388 to 0x2000 in taito-extract.py and it ran great.
Thanks! I updated and now you can specify the offset as an argument, with 0x388 being the default. So now you can run: python3 taito-extract.py 0x2000
Thanks for the quick code update - I've tested it and can confirm it works.
Would it be possible to make this usable on the japanese 'Taito Memories' 1 & 2, 4 volumes on PS2? Here the archive files are in a different format it seems, and they are respectively named 'GAMESET1.GZH' & 'GAMESET2.GZH' on each 2 discs...