2014-06-18, 02:06
(2014-06-17, 09:51)malte Wrote:Solid One Wrote:There's something I'd like to know if RCB can do or not.Sounds like having Game sets (similar to Movie sets). Right now this is not possible but could be a nice addition for later releases.
I have two rom collections, one for NES and other one for PS1. On my NES collection, I have a lot of rom hacks from SMB, and I've organized the collection by zipping all these games and adding .ZIP extension to the list of supported files. This way, when I select SMB, a menu will show up with all romhacks from SMB. That's a great feature to avoid showing a lot of repeated games on my collections.
However, on my PS1 rom collection, I have some rom hacks and game translation and I'd like to do the same thing I've done on my NES collection. However, zipping ISO files will make XBMC slower, since it'll need to extract a big file everytime I want to play that game.
I know I can do something similar by using "Disk Indicator" parameter, but I don't know if I can have multiple "Disk Indicator" parameters for a rom collection. I mean, I'm already using that parameter on my PS1 rom collection for games with multiple disks, such as Metal Gear Solid and Resident Evil 2. I just need a way to do the same thing for my romhacks and translations, by inserting a suffix to my ISO filenames such as "_hack" or "_translated".
Is there a way of doing it besides zipping file? Or maybe a special parameter I need to pass to "Disk Indicator" to make it recognize another games on a folder.
Can I at least fill "Disk Indicator" parameter like this: \(.*\)
I mean, I know I can group games with multiple disks this way. But I have these three files below:
Metal Gear Solid (Disk 1).bin
Metal Gear Solid (Disk 2).bin
Metal Gear Solid (Disk 1 PT-BR).bin
I know that if I fill "Disk Indicator" parameter like this: \(Disk .*\), the first two files will be recognized and show up. However, if I simply fill the parameter as \(.*\), will it show the three files?