as for scummvm:Hi @fledge68
thanks for the beta.
I can confirm that the multidisk support works as described. Interesting approach to solving the problem. Respect!
EDIT:
File name truncation has a negative effect. I have two versions of Zelda with the following names:
Code:91fa13e9 The Legend of Zelda (Europe).nes c6cf8fa2 The Legend of Zelda (U) [T-German].nes 431c39e5 Zelda II - The Adventure of Link (Europe).nes cad61ada Zelda II - The Adventure of Link (U) [T-German1.0_GTrans].nes
Only one game of Legend of Zelda is displayed, and two games of Zelda II.
To be clear: the game does not fall into the multi disc category. What do I have to do so that both versions are displayed?
EDIT2:
Some cover images are no longer found. Generally, all files are named according to the form "game (region) (disk n).bin". I would now expect that either no more images are found or that all of them continue to be found. However, I can see absolutely no system why the existing images are not found.
As for Scummvm, unfortunately I have bad news. Without changes in scummvm_plugin.ini nothing is found. With the romdir=sd:/apps/scummvm/scummvm.ini you specified, "No games found in sd:/sd:/apps/scummvm/scummvm.ini" is always output, regardless of the value in rompartition. Note the double "sd:".
the double sd:/ is just a weird typo that i can easily fix. its because romdir doesn't normally include the partition. so its supposed to be rompartition and romdir combined. which means to me your rompartition is always set to zero (SD) or -1 which means to use the global default which in your case is probably set to SD as well. have you tried rompartion=1 (USB). and have you looked inside your scummvm.ini to see if all the games are set to USB or SD? if they are all set to USB then your games must be on USB and your rompartition set to 1. if they are all set to SD then your games must be on SD and your rompartition set to zero. any time you change it you will need to do a reload cache.
as for losing nes or snes games from different regions i was worried that might be a problem. of course you could always just remove the () around Europe and they will show again. the title of the game will be taken from the database. but in any case i will look into an alternate way to not show multi disk covers. so what systems use multi disk files?