Wednesday, August 23, 2006

It's been a while...

Between a new job, school starting, and the house getting robbed, I haven't really been too focused on the Cabinet as I would like. Well, here's an update:

Mamewah is the front end I decided on, but I didn't like the fact that you had to create custom lists on your own, so here is a script that I created that takes the XML from Mame and the Catver.ini and creates a Custom list for each category that is in the Catver.ini. This is set up so that you should be able to run this anytime a new version of Mame comes out. If your Catver.ini is older than your copy of Mame, it will put those games not found in a separate custom list called "No Category". Also, all Mature Games are filtered out into the Mature Custom List before anything else is filtered. Here's how to run it:

1) Install PHP from http://www.php.net (PHP has a command line interface, so you don't need to have anything else running);
2) Add c:\php to your path (path=%path%;c:\php;);
3) Run "mame -listxml > list.xml";
4) Put both list.xml and Catver.ini in the same directory as listcreator.php
5) Run "php listcreator.php";
6) Copy the files over your Mamewah install.

You can download the script here.

I'll post some pics next.

0 Comments:

Post a Comment

<< Home