The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started by: JohnEDollar on September 17, 2011, 11:21:01 am
-
Hi BYOACers!
I'm asking if there is a front end out there, that actually keeps track of the number of times a game is played (coined up)?
I'm currently using MAMEUIFX32 0.138. (For ROM testing & cleanup.)
If I launch Crusin' USA (for example), and coin it up and play 4 times, the "games played" column in the MAMEUI menu increments by 1. :badmood:
Is there a front end you can recommend that accurately tracks the times a particular game is actually played, as opposed to launched?
(Can I get the desired result by using a scripting program, such as AutoHotKey?)
Just looking for a way to track the "most played" games on my future arcade cab.
All comments and input appreciated.
Thanks.
- John
-
I know GameEx does but I'm not sure about any others. I'd bet that some others do.
-
Thanks, Hoopz.
I'll check out GameEX.
Are there any others?
- John
-
mala does
-
MAMEWah does but does not display the data directly. It uses it to generate "Must Played" and "Longest Played" lists.
-
Thanks, guys.
I've heard good things about Mala. (I'll have to add that one to the list. ;D)
Any others?
-
From what I can tell about Mala, it only tracks the number of times a game was "started" not actual plays of a game. Ie if you stay in the game and just add another credit and play again, Mala won't pick that up as "another game counted".
At least, That's what it seemed to do when I tried it out a bit ago.
I'm not sure how you'd know "games played" without some kind of hook into Mame itself.
-
From what I can tell about Mala, it only tracks the number of times a game was "started" not actual plays of a game. Ie if you stay in the game and just add another credit and play again, Mala won't pick that up as "another game counted".
At least, That's what it seemed to do when I tried it out a bit ago.
I'm not sure how you'd know "games played" without some kind of hook into Mame itself.
Thanks, drventure for your input.
I suspected there may not be a front end out there, to accurately track the number of games played. :badmood:
In the meantime, I'll keep searching. (Maybe I can write an app to handle this using Visual Basic, hmm.)
- John
-
Number of times launched is all that you're going to get. You would have to modify each emulator you used to collect the stats, and modify your frontend to sort using them.
I'm not saying that it can't be done, though.