Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: RayB on October 20, 2005, 08:17:28 pm

Title: Umm, how do I configure a single game?
Post by: RayB on October 20, 2005, 08:17:28 pm
This is really a noobish question, so feel free to flame me guys!
Title: Re: Umm, how do I configure a single game?
Post by: Buddabing on October 20, 2005, 09:23:13 pm
Make a folder named ini in your mame directory.

In that folder, create gamename.ini, with one line in it:

Code: [Select]
artwork 0

gamename.ini would be defender.ini, pacman.ini, or whatever.

You must be using an older version of mame. Newer versions have editable .cfg files. The newer cfg files are for controls.

Regards,
Buddabing




Title: Re: Umm, how do I configure a single game?
Post by: SirPeale on October 20, 2005, 09:23:36 pm
Copy your 'mame.cfg' or 'mame.ini' file.  Make necessary changes.  Save as 'gamename.ini' or cfg.
Title: Re: Umm, how do I configure a single game?
Post by: jcrouse on October 21, 2005, 09:51:36 am
You also need to go into your mame.ini file and make sure the "path" for ini (in the top section) is not commented out and is correct.

John
Title: Re: Umm, how do I configure a single game?
Post by: tray262 on October 21, 2005, 10:26:57 am
I'd like to add to the question if I can. I'm using the lastest mame 1.01 I think. I found out to make the mame.ini, I had to command line run mame -cc   "create config file". Now I also want to create game specific controls. i.e. my controls are set-up with 6 buttons. It's basically the Street Fighter set-up, now Mortal Kombat does not play correct with my buttons, I want to change the controls for that one game, How do I go about doing this ? I read above to create a ini folder and make the mk2.ini in there. OR with the new mame do I need to make a cfg file. If ini will still work that's fine. If I have use a cfg file can someone help me out with this file. As I don't really know how these files work. Thanks..

ps. not trying to highjack the thread, I just think we are trying to get the same results.
Tray
Title: Re: Umm, how do I configure a single game?
Post by: RayB on October 21, 2005, 12:47:00 pm
Thank you peeps.
* added to my post that I am using 0.78 and 0.55
Title: Re: Umm, how do I configure a single game?
Post by: tray262 on October 23, 2005, 10:44:28 pm
Anyone ?
Title: Re: Umm, how do I configure a single game?
Post by: RayB on October 24, 2005, 12:49:34 am
I just want you guys to know that INI files do not work with DOS MAME 0.78

They aren't even mentioned in the documentation, but I found that it IS mentioned in the documentation for the Windows version of 0.78. ( "inipath" )

I'm not sure what I'll do now.
Title: Re: Umm, how do I configure a single game?
Post by: u_rebelscum on October 24, 2005, 01:00:02 pm
I'd like to add to the question if I can. I'm using the lastest mame 1.01 I think. I found out to make the mame.ini, I had to command line run mame -cc   "create config file". Now I also want to create game specific controls. i.e. my controls are set-up with 6 buttons. It's basically the Street Fighter set-up, now Mortal Kombat does not play correct with my buttons, I want to change the controls for that one game, How do I go about doing this ?

Don't confuse the .ini and .cfg files*.  The ini files contain mame options, the cfg files hold input controls and the such.  MameFAQ (http://www.mame.net/mamefaq.html#h03) talks about remapping.

*OTOH, dmame, which RayB is using, doesn't have ini files, but a different type of cfg file that does almost the same thing as mame's ini files.  So for dmame, it should say "Don't confuse the 'mame.cfg' and the game cfg files."

I just want you guys to know that INI files do not work with DOS MAME 0.78

If you let us know you were using dmame, we could have told you that. ;)
Title: Re: Umm, how do I configure a single game?
Post by: RayB on October 24, 2005, 03:06:37 pm
If you let us know you were using dmame, we could have told you that. ;)

Yeah I know that now. I assumed both versions were identical but just compiled for the different platform. I was wrong!