Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: DaemonCollector on September 22, 2004, 06:38:54 pm

Title: MAME Combo List
Post by: DaemonCollector on September 22, 2004, 06:38:54 pm
I have been working on adding a Combo Move list into mame, I have it about 80% done and just need to decide on how to display the final information. The way I have it working right now is combo list is in the menu turned on with a command line switch and will bring up a list of chars in the current game. Then you can select a char...how do you guys think I should display the list of moves for each char?
Title: Re:MAME Combo List
Post by: 2600 on September 22, 2004, 08:05:57 pm
Actually this is already being done, command.dat.

It displays pretty nicely, but I wish it was less invasive to the mame source code.

What ideas's did you have on displaying?
Title: Re:MAME Combo List
Post by: DaemonCollector on September 22, 2004, 08:10:57 pm
hmm, do you have and links to the command.dat project? I havn't heard of it.

I just found its project page and thats pretty much what im doing...wow...didn't know this existed
Title: Re:MAME Combo List
Post by: 2600 on September 22, 2004, 08:14:42 pm
Mame32FX has the latest command parser and visuals.
http://digilander.libero.it/mame32FX/home.htm
They have the dat file there too.

Command.dat is maintained here.
http://home.comcast.net/~plotor/command.html


If you worked on some of the combo's you should help contribute.