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: mala game list creator/editor feature request  (Read 3801 times)

0 Members and 1 Guest are viewing this topic.

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
mala game list creator/editor feature request
« on: June 26, 2008, 03:43:42 pm »
Would it be possible to have mala's game list editor allow us to edit the number of buttons and controls that are put into the list for each ROM?

The reason I ask for this is that the data that is plugged into the .mlg file comes from MAME's xml file (or via romlister, which uses controls.dat info) and sometimes it's inaccurate.

here's an example:
<game name="dingo" sourcefile="galaxian.c">
   <description>Dingo</description>
   <year>1983</year>
   <manufacturer>Ashby Computers and Graphics LTD. (Jaleco license)</manufacturer>
   <category>Maze</category>
   <input players="2" buttons="1" coins="2">
      <control type="joy8way"/>

I believe that Dingo actually uses a 4way joystick.  When using fatfinger's U360 mapper plugin, it is pulling this same data out of the list and programming the wrong map file in, which makes the game fairly tough to play. 

The only solution I've come up with so far is to manually hex-edit the .mlg file.  I could also edit the xml file and rebuild the whole list, but once your list starts getting customized as you go through it by hand, it's pretty impossible to rebuild it again.

thanks!


TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1912
  • Last login:October 22, 2024, 11:51:12 am
    • My Arcade (updated 1/30/13)
Re: mala game list creator/editor feature request
« Reply #1 on: June 26, 2008, 04:44:20 pm »
I think a game details editor would be very nice!
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: mala game list creator/editor feature request
« Reply #2 on: June 26, 2008, 08:31:20 pm »
I think a game details editor would be very nice!

I agree, and this may happen..

But why not do what I do and just edit the linked controls.ini and refresh your game list?

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: mala game list creator/editor feature request
« Reply #3 on: June 27, 2008, 12:09:44 am »
Quote from: loadman
But why not do what I do and just edit the linked controls.ini and refresh your game list?
that works?  Sweet!

I was not aware that refreshing a game list re-imported info from controls.ini.  I thought refreshing a list basically re-scanned the ROM files you had on your drive and made a new list from those.  That wouldn't work in my case, since my list is quite customized and I have lots of misc ROMs tucked away in various folders.

I suppose that's slightly easier than hex editing the file.  :)

thanks-next time I need to make a change, i'll give that a shot.


loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: mala game list creator/editor feature request
« Reply #4 on: July 08, 2008, 10:04:28 pm »
I think a game details editor would be very nice!

I think I will add this to the Game List Editor

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: mala game list creator/editor feature request
« Reply #5 on: July 09, 2008, 09:50:42 am »
yay!

the controls.ini editing and refreshing doesn't work for everything because there are games that simply don't exist in controls.ini.  Those all seem to default to 8way stick, and some of those are most certainly not 8way, so I continue to hex edit my .mlg file to fix them.

This new feature will be very handy.  (I really only need it for buttons and controls though-so don't kill yourself trying to make everything editable!)