MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

Firehawke
Manual Meister
Reged: 08/12/06
Posts: 665
Send PM


Oddball front end question.
#237570 - 10/28/10 06:23 PM


I've messed with a number of front ends over the years (most recently Mala), but it occurs to me that there's one feature I've never actually seen in any front end.

Every front end has you select a system, then a game. You can't select, for instance, a series and have all titles from that series across all systems pop up in a list.

I'd like to be able to tell the thing, "Show me all the Castlevania stuff on my machine." and have it bring up the complete list.

Has anyone actually ever implemented a way of tagging games as part of a series in a frontend? Bonus points if it's cabinet friendly.



---
Try checking the MAME manual at http://docs.mamedev.org



abelenki
Super Drunk
Reged: 10/20/03
Posts: 962
Loc: Perm, Russia
Send PM


Re: Oddball front end question. new [Re: Firehawke]
#237577 - 10/28/10 06:51 PM


> I've messed with a number of front ends over the years (most recently Mala), but it
> occurs to me that there's one feature I've never actually seen in any front end.
>
> Every front end has you select a system, then a game. You can't select, for instance,
> a series and have all titles from that series across all systems pop up in a list.
>
> I'd like to be able to tell the thing, "Show me all the Castlevania stuff on my
> machine." and have it bring up the complete list.
>
> Has anyone actually ever implemented a way of tagging games as part of a series in a
> frontend? Bonus points if it's cabinet friendly.

to implement that feature, there should be some .ini file which has such information and which is updated regularly. so, frontends can support that feature.



MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration



Firehawke
Manual Meister
Reged: 08/12/06
Posts: 665
Send PM


Re: Oddball front end question. new [Re: abelenki]
#237582 - 10/28/10 07:32 PM


Why an INI? Why not just let the user determine what they want to add?

Adding an additional INI just adds an extra layer of hoops which you'd basically either need emulator authors to support or end-users to run out and download updated content sets periodically.



---
Try checking the MAME manual at http://docs.mamedev.org



franciscohs
M.A.M.E. fan
Reged: 10/04/08
Posts: 174
Loc: Argentina
Send PM


Re: Oddball front end question. new [Re: abelenki]
#237583 - 10/28/10 07:34 PM


> to implement that feature, there should be some .ini file which has such information
> and which is updated regularly. so, frontends can support that feature.

history.dat does provide that kind of info, but only if there is at least one of the titles on the series that was available on arcade.

for example: Castlevania

Then there is the problem of uniquely match the titles...



franciscohs
M.A.M.E. fan
Reged: 10/04/08
Posts: 174
Loc: Argentina
Send PM


Re: Oddball front end question. new [Re: Firehawke]
#237584 - 10/28/10 07:46 PM


> Why an INI? Why not just let the user determine what they want to add?
>
> Adding an additional INI just adds an extra layer of hoops which you'd basically
> either need emulator authors to support or end-users to run out and download updated
> content sets periodically.

Well, for the same reason you use any other ini, so that you don't have to do it manually...



CptGuapo
Beat'em-ups Lover
Reged: 03/18/08
Posts: 342
Loc: Off to Never Never Land
Send PM


Re: Oddball front end question. new [Re: Firehawke]
#237604 - 10/29/10 12:27 AM


Solved: Series.ini. A little outdated, it's true, but easy to edit and build as you wish.

Hope this helps.



"Mythology is what grownups believe, folklore is what they tell children and religion is both."



Firehawke
Manual Meister
Reged: 08/12/06
Posts: 665
Send PM


Re: Oddball front end question. new [Re: CptGuapo]
#237609 - 10/29/10 01:24 AM


I should have been more specific. I'm not talking JUST MAME, I mean other platforms as well. I'm talking NES, SNES, Genesis, you name it.



---
Try checking the MAME manual at http://docs.mamedev.org



Firehawke
Manual Meister
Reged: 08/12/06
Posts: 665
Send PM


Re: Oddball front end question. new [Re: franciscohs]
#237610 - 10/29/10 01:24 AM


The problem here being that an INI solution isn't feasible for console stuff with 30,000 different filenames-- doing CRC/MD5/etc isn't feasible for that sort of thing simply because it would drop a frontend to an utter crawl on any updating.

If it were JUST MAME, an INI is fine. Console? No way.

That's why I said "user specified"-- everyone's going to have their own filenames in the end. I bet if I said here, "Let's mandate GoodXXXX filenames!" I'd get at _LEAST_ ten responses telling me to go to hell within ten minutes. That's not even taking into account all the debates over the existing databases for this sort of material. TOSEC, GoodXXXX, they all have points people argue over.

Edited by Firehawke (10/29/10 01:26 AM)



---
Try checking the MAME manual at http://docs.mamedev.org



franciscohs
M.A.M.E. fan
Reged: 10/04/08
Posts: 174
Loc: Argentina
Send PM


Re: Oddball front end question. new [Re: Firehawke]
#237614 - 10/29/10 03:57 AM


> The problem here being that an INI solution isn't feasible for console stuff with
> 30,000 different filenames-- doing CRC/MD5/etc isn't feasible for that sort of thing
> simply because it would drop a frontend to an utter crawl on any updating.
>
> If it were JUST MAME, an INI is fine. Console? No way.
>
> That's why I said "user specified"-- everyone's going to have their own filenames in
> the end. I bet if I said here, "Let's mandate GoodXXXX filenames!" I'd get at _LEAST_
> ten responses telling me to go to hell within ten minutes. That's not even taking
> into account all the debates over the existing databases for this sort of material.
> TOSEC, GoodXXXX, they all have points people argue over.

Or you could use MESS sets... there are other problems, but nothing that can't be solved, it doesn't seem that hard really, just someone that has the will to do it.



TriggerFin
Gnu Truth
Reged: 09/21/03
Posts: 5266
Loc: Stuck in a hole
Send PM


Re: Oddball front end question. new [Re: Firehawke]
#237622 - 10/29/10 06:13 AM


You'd still end up with a file that looks much like an .ini, so what you need is
a frontend for all the systems
that supports .inis or similar
and has a way to edit them, or has available another tool that will allow you to go through the games and add/remove them from arbitrary lists.


Pages: 1

MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert, Tafoid 
1 registered and 204 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1901