Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: List Creator v0.2 *UPDATED*  (Read 1172 times)

0 Members and 1 Guest are viewing this topic.

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
List Creator v0.2 *UPDATED*
« on: August 18, 2006, 02:24:39 am »
Here's a little script I made that others might like. If you don't like the script, then you might like the custom .ini and .lst files that come with it  From the readme.txt:

List Creator v0.1
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.

Enjoy!

Any problems, please email me at keeftm@hotmail.com with "List Creator" in the title, or else I might miss it. Thanks!

If you have any questions, let me know.

(oh, and delete the .txt extension from the download)
« Last Edit: August 25, 2006, 12:57:05 am by Banacek »

elvis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1154
  • Last login:January 13, 2025, 08:48:40 am
  • penguin poker
    • StickFreaks
Re: List Creator v0.1
« Reply #1 on: August 19, 2006, 07:39:46 pm »
3) Run "mame -listxml | list.xml";
Should that be "mame -listxml > list.xml" ?

And your RAR file seems corrupt to me.  Could be at my end tho.
« Last Edit: August 19, 2006, 07:42:06 pm by elvis »

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
Re: List Creator v0.1
« Reply #2 on: August 19, 2006, 09:51:03 pm »
3) Run "mame -listxml | list.xml";
Should that be "mame -listxml > list.xml" ?

And your RAR file seems corrupt to me.  Could be at my end tho.


You're right, it should. Sorry about that! Try this link:

http://rapidshare.de/files/30049865/listcreator.rar.html

if this doesn't work I'll have to find somewhere to host this...

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
Re: List Creator v0.1
« Reply #3 on: August 25, 2006, 12:56:48 am »
New version! This version correctly gives you the controls for the game that are located in Mame (I think). It also outputs a file called no_controls.txt that lists the rom names and game names with no controls documented in Mame. Sorry this wasn't included before. Also tested it with the XML output from Mame v0.108 just to make sure :) Enjoy!

http://rapidshare.de/files/30667411/listcreator02.rar.html