RetroFE forums

General Category => General Discussion & Help => Topic started by: t.h.c on September 05, 2018, 10:01:25 PM

Title: anyone know way to split up mame romset
Post by: t.h.c on September 05, 2018, 10:01:25 PM
Hi want more uniform split up mame romset pretty much extract everything out of mame but in arcades,consoles,handhelds,and computers

and curate an database with just arcades only that work in each system name of systems AAE,Dice,CPS1,2,3,Neo Geo Mvs i know more etc.. but give you ideal what im doing just need find way to find out which for each system this specifically mame but arcades outside man should be noted as well any help is helpful
Title: Re: anyone know way to split up mame romset
Post by: Pieter Hulshoff on September 05, 2018, 10:21:22 PM
Exactly what are you trying to achieve by doing this if I may ask? RetroFE may have better ways to achieve your goal than by splitting the rom sets.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 05, 2018, 10:31:22 PM
its not specially made for retrofe it be universal listing i got upcoming fe which support all fes and this one
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 06, 2018, 12:49:39 AM
I hope you dont think I was being rude @Pieter
Exactly what are you trying to achieve by doing this if I may ask? RetroFE may have better ways to achieve your goal than by splitting the rom sets.

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Agent47 on September 06, 2018, 01:53:18 AM
He probably just didn't understand what you're asking for and wanted better clarification. I don't understand what you're asking either, tbh.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 06, 2018, 01:58:33 AM
Ok there's arcades in Mame romset how do you make a list of em like I know cps1,cps2,cps3 and neo geo mvs set I'm sure there is more

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Agent47 on September 06, 2018, 04:07:29 AM
I think RomLister might have filters for those or be able to filter by driver. Its been a long time since I messed with that program so I'm not totally sure.
Title: Re: anyone know way to split up mame romset
Post by: Pieter Hulshoff on September 06, 2018, 06:20:41 AM
Creating the lists should be easy if you’re on Linux. The listxml output of MAME has the bios set of those games listed as neogeo, cps1, etc., so mame64.exe piped to grep and cut should do the trick. I may have a look later this week.
Title: Re: anyone know way to split up mame romset
Post by: Pieter Hulshoff on September 06, 2018, 06:21:30 AM
I hope you dont think I was being rude @Pieter
Exactly what are you trying to achieve by doing this if I may ask? RetroFE may have better ways to achieve your goal than by splitting the rom sets.

Sent from my H710VL using Tapatalk

No worries, I don’t do offended, triggered or any of those modern day problems.


Sent from my iPad using Tapatalk
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 06, 2018, 07:24:16 AM
I hope you dont think I was being rude @Pieter
Exactly what are you trying to achieve by doing this if I may ask? RetroFE may have better ways to achieve your goal than by splitting the rom sets.

Sent from my H710VL using Tapatalk

No worries, I don’t do offended, triggered or any of those modern day problems.


Sent from my iPad using Tapatalk
That's great attitude to have just thought it be better if database is created arcades,consoles, computers and handhelds then like each uniform like Nintendo,Sega,Atari etc.

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Pieter Hulshoff on September 06, 2018, 08:02:32 AM
That's great attitude to have just thought it be better if database is created arcades,consoles, computers and handhelds then like each uniform like Nintendo,Sega,Atari etc.

RetroFE doesn't need that, but I'll have a look at my XML generation code next time I work on MAME to see if I can also spit out bios based XML files. It shouldn't be too difficult, but I give RetroFE priority at the moment.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 06, 2018, 08:17:30 AM
Thanx I'll appreciate it

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 06, 2018, 09:52:11 PM
what im trying to do is split up mame romset into arcade machines supported by mame if that make any sense
such as neo geo mvs,dice,sega hikaru,sega st-v,sega triforce etc.
Title: Re: anyone know way to split up mame romset
Post by: Agent47 on September 06, 2018, 11:43:53 PM
Yeah, I understand now. At first I thought you may have been trying to split out the actual rom files from the main set into individual directories.

So you'll need to generate and use include.txt files for each one of you want to keep all the roms in the same directory but only show the specific ones for each group.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 06, 2018, 11:45:12 PM
Sorry I worded it wrong

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 07, 2018, 12:02:51 AM
Could you give me examples how agent49

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Agent47 on September 07, 2018, 01:52:03 AM
For how to use the include files you can read the documentation page on the site. For generating the includes you would have to use a script or a regex in a text editor to pull the names from the xmls or from the mame lx output.

I wrote tools to do both but they're in a program I use for all my dat, xml and Rom stuff but that's not fit for public use atm as I desperately need to reorganize it and add a gui. I think I also added them to my retrofe config program but unfortunately that's in an unfinished state also. I've been meaning to finish both but time has been lacking for me recently.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 07, 2018, 02:15:15 AM
Documentation page? Also thanx again

Sent from my KFDOWI using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Agent47 on September 07, 2018, 05:01:25 PM
http://www.retrofe.nl/wiki/doku.php (http://www.retrofe.nl/wiki/doku.php)

The include file should be described in the Collections section, I think.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 07, 2018, 06:53:46 PM
Collections is right ideal but in xml format is it able be used ?

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Pieter Hulshoff on September 07, 2018, 08:18:03 PM
When it comes to RetroFE, it is important to remember that, contrary to many other front-ends, the meta XML is only used for the display of additional information, and not for the population of the game lists. The game lists are populated by the following files and directories:
- menu.txt (containing collections)
- include.txt (containing games that should be included)
- exclude.txt (containing games that should be excluded)
- roms directory (selected based on the extension defined in the settings.conf file)
For more details, see the wiki.

All in all though: you can use 1 XML file containing all MAME games for all arcade collections, and simply use include.txt files to fill the game list of each arcade collection.
Title: Re: anyone know way to split up mame romset
Post by: t.h.c on September 07, 2018, 08:20:59 PM
Nice but how do we know which games in each collection to include like Sega st-v and Sega Hikaru etc.

Sent from my H710VL using Tapatalk

Title: Re: anyone know way to split up mame romset
Post by: Agent47 on September 07, 2018, 08:52:28 PM
Using the meta xml game list as a reference or parsing mame output like I mentioned above.