-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per game MCD cant load disc2's savedata #4
Comments
Sorry, I don't really understand what you are trying to say. IIRC for per game mcd the ID of the disc is used as a filename, which makes sense to fail because the IDs are different. That is a bug, but I am not sure what behavior the game expects. Can you elaborate please? |
It can be easily corrected for PAL games by not checking the first digit: NTSC-J/U don't use this logic. |
Thank you for this information. I looked into it a few days ago but as you mentioned, I couldn't find a clear pattern either for all regions. The database file might be the most compatible solution but it is tedious work and I couldn't know where to begin with it, especially in the case of games that can read save files of others. Are you aware of any existing comprehensive databases that can provide that information? |
For multiple discs games ctrl+F "Discs" in psxdatacenter.com is the easiest solution, but it's long (as I said not really needed for PAL games it can be done automatically) For games sharing saves I only know MGS :/ I think adding in memory card options:
The database can be added it the emulator files like PCSX2 with the games hacks. Some years ago I imagined something like Folder MemoryCard from PCSX2: Et Voilà. |
Thanks for the link, I can programmaticaly extract a list of multi disk games from there. |
So, small update, I was able to extract a list of multidisk games from that site but I am still awaiting permission to use it from the site authors. As for the other suggestions you make:
Without a list of known games that use this I can't do anything about it. I don't want to do it per-game or with hacks
Since the list contains PAL games too, this is unneeded.
While this can be quite useful, it is a completely different implementation and more complicated. |
It will great a memory file as a disc ID when I load disc2, but the game need loading disc1 memory file.
The text was updated successfully, but these errors were encountered: