Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: jcrouse on September 07, 2005, 07:46:13 pm

Title: Mame NMS File Generator
Post by: jcrouse on September 07, 2005, 07:46:13 pm
I'm not sure if anyone would ever need this but I figured I'd make it available. It hasn't been tested much but should be pretty bug free due to the simplicity of the code.

Requirements:
Microsoft .Net Framework
Mame 0.94 or later
Windows 2000 or Windows XP

You can grab it at http://home.comcast.net/~cpviewer/applications.htm

Enjoy,
John
Title: Re: Mame NMS File Generator
Post by: jcrouse on September 07, 2005, 10:34:01 pm
I added automatic sorting of the list so it is now alphabetical.

John
Title: Re: Mame NMS File Generator
Post by: papaschtroumpf on September 20, 2005, 12:04:36 pm
OK, what does this do? what's an NMS file?


This is a comment I have for most of your page JCrouse, most downloads aren't described.
Title: Re: Mame NMS File Generator
Post by: jcrouse on September 20, 2005, 12:12:19 pm
If you have to ask you will not need this. That being said, an NMS files takes an actual rom name and converts it to something more user friedly for the front end to display in its game list. It must be supported by the front end.

a typical entry would be something like:

Donkey Kong|dkong

with the part before the "|" being the rom name and the part after the "|" being the user freindly part.

John
Title: Re: Mame NMS File Generator
Post by: papaschtroumpf on September 20, 2005, 12:21:03 pm
Cool thanks.
Title: Re: Mame NMS File Generator
Post by: Minwah on September 20, 2005, 05:43:12 pm
Just to add that NMS files aren't usually required for MAME (fe's can get the name from -listxml or whatever).  They are usually used for emulators which can only handle 8.3 filenames.

I know John is using this for a special case...