Arcade ROM sorting - help needed to get 1G1R
-
I downloaded a piece of software called Arcade Manager that did this for me. My list is down to 1315, which is about right.
-
@Dinsdale said in Arcade ROM sorting - help needed to get 1G1R:
So now I need a dat file with this information, which is proving impossible to find. I think I've sussed the software itself... it's just pointless rebuilding when there's no parent/clone info.
Just get the DAT from the Github. https://github.com/libretro/FBNeo/tree/master/dats
-
That DAT didn't have parent/clone. Regardless, I've acomplished what I wanted by using Arcade Manager. So easy and fast, and just a GUI that works.
-
@Dinsdale said in Arcade ROM sorting - help needed to get 1G1R:
That DAT didn't have parent/clone.
The DAT contains this info. For instance, the famous pacman - which is a clone/child of puckman :
<game name="pacman" cloneof="puckman" romof="puckman"> <description>Pac-Man (Midway)</description> <year>1980</year> <manufacturer>Namco (Midway license)</manufacturer> <rom name="pacman.6e" size="4096" crc="c1e6ab10"/> <rom name="pacman.6f" size="4096" crc="1a6fb2d4"/> <rom name="pacman.6h" size="4096" crc="bcdd1beb"/> <rom name="pacman.6j" size="4096" crc="817d94e3"/> <rom name="pacman.5e" size="4096" crc="0c944964"/> <rom name="pacman.5f" size="4096" crc="958fedf9"/> <rom name="82s123.7f" size="32" crc="2fc650bd"/> <rom name="82s126.4a" size="256" crc="3eb3a8e4"/> <rom name="82s126.1m" size="256" crc="a9cc86bf"/> <rom name="82s126.3m" size="256" crc="77245b66"/> </game>
-
Well, according to the documentation this option is greyed out if the DAT file doesn’t contain that info so I don’t know what to say.
Clrmamepro is way too complex anyway - this Arcade Manager did it quickly and easily with no DAT file needed.
I’d recommend that above romcenter (which gave a strange error) and clrmamepro if all you want is a list of games without 400 different versions, hacks, etc.
-
@Dinsdale The problem with just using Arcade Manager is that your ROMs aren't verified to be what the emulator expects so if they don't match the emulator they may not run correctly or at all, and, in the case of MAME emulator, the game would just not run (not that there aren't games like that in MAME due to it being an archival project).
Still, we all have different standards and if all the games you want to play are working for you then great.
I've got an arcade project of my own you might find useful. Has a barebones step-by-step for CLRMAMEPRO that just tells you to do stuff if that's more your speed. Even has custom
.csv
lists to use in Arcade Manager.https://retropie.org.uk/forum/topic/20348/all-in-one-overclocked-rpi3b-arcade-rom-set-setup
Keep in mind the project is over half a year old so the active emulators may have improved emulation for certain games or increased the system requirements to emulate full speed.
-
@Dinsdale - There's two pieces to make it work. The parent/clone relationships for "1G1R" and region used for filter/sort but really both are needed. I have no idea if region information is stored in the driver or somewhere else in the emulator code for the ROM sets. Then it would have to be added as a release name tag. The good it would only need to be done once.
Mame2003, mame2003-plus, FBNeo, etc. could be "retro-fit" if that information was available. I think the Wiki has 1G1R information lumped in with building and validating ROM sets but it's more applicable to "consoles" per se rather than MAME. Not even DAT-O-Matic can deliver here.
It would be slick to sort by US or Europe only or Europe versions first followed by a US version if a Europe version of the game isn't available etc. The 1G1R is a pretty powerful sort while validating the sets but the work to get it usable would potentially be messy without the information easily accessible and coded into the DAT.
-
@Riverstorm said in Arcade ROM sorting - help needed to get 1G1R:
I have no idea if region information is stored in the driver or somewhere else in the emulator code for the ROM sets
It's not available in FBNeo, and adding it for 12119 games is not gonna happen, i also think it's a non-issue : parent is generally the most recent version of the game, and that's generally what people want. The only thing i can think of : it might be interesting to add to DAT files if the game is working or not (as i said dozens of time, some parents only exist for the purpose of making their clones work), so you can use clones instead when the parent isn't working.
-
@barbudreadmon - Ah well thanks, that's good to know, so it would be a long and tedious with no easy way to accomplish the task. =/
True, I agree usually the parent is the recent/desired version and is fairly easy to filter but when I think of "1G1R" I think more along the lines of region sorting or better yet filtering. It allows you to easily cut say Chinese, Japanese or other languages that you can't read or at a minimum set the sort priority lower after say English, Spanish, etc. if you really want a game.
Basically I would do US, EUR, CA & AUS cutting the other regions/languages with exceptions of notable games in other languages that are really good but sometimes I do pull specific manufacturers versions like Gremlin, Bally, Williams and what not vs. the parent too.
The only thing i can think of : it might be interesting to add to DAT files if the game is working or not (as i said dozens of time, some parents only exist for the purpose of making their clones work), so you can use clones instead when the parent isn't working.
I agree mame2003-plus does this along with some other useful information which is pretty handy. The DAT creation is "on the fly" as they add, update or change game statuses. It's always been one of my favorite features of mame2003-plus. :)
<driver status="good" color="good" sound="imperfect" palettesize="1032"/>
-
@Riverstorm driver status added : https://github.com/libretro/FBNeo/commit/f6527f19e204b5b113bfde48552e563d79fc6dcd
-
@barbudreadmon - I've grabbed the new DATs and see the information. Thanks a lot for adding it! I find it a very useful quick reference if a game has a working status. Much appreciated! :)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.