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: Umm, how do I configure a single game?  (Read 2118 times)

0 Members and 1 Guest are viewing this topic.

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Umm, how do I configure a single game?
« on: October 20, 2005, 08:17:28 pm »
This is really a noobish question, so feel free to flame me guys!
« Last Edit: October 21, 2005, 12:44:53 pm by RayB »
NO MORE!!

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re: Umm, how do I configure a single game?
« Reply #1 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




I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re: Umm, how do I configure a single game?
« Reply #2 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.

jcrouse

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1027
  • Last login:January 09, 2010, 05:53:51 pm
    • CPViewer
Re: Umm, how do I configure a single game?
« Reply #3 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

tray262

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:February 13, 2022, 07:07:52 pm
  • I want to build my own arcade controls!
Re: Umm, how do I configure a single game?
« Reply #4 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

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Umm, how do I configure a single game?
« Reply #5 on: October 21, 2005, 12:47:00 pm »
Thank you peeps.
* added to my post that I am using 0.78 and 0.55
NO MORE!!

tray262

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:February 13, 2022, 07:07:52 pm
  • I want to build my own arcade controls!
Re: Umm, how do I configure a single game?
« Reply #6 on: October 23, 2005, 10:44:28 pm »
Anyone ?

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Umm, how do I configure a single game?
« Reply #7 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.
NO MORE!!

u_rebelscum

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3633
  • Last login:April 21, 2010, 03:06:26 pm
  • You rebel scum
    • Mame:Analog+
Re: Umm, how do I configure a single game?
« Reply #8 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 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. ;)
Robin
Knowledge is Power

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Umm, how do I configure a single game?
« Reply #9 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!

NO MORE!!