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: Software Request (ATTN: NOP!?)  (Read 1470 times)

0 Members and 1 Guest are viewing this topic.

DillonFoulds

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 605
  • Last login:August 27, 2019, 05:04:44 am
Software Request (ATTN: NOP!?)
« on: June 10, 2010, 09:00:35 pm »
Hey guys, is there a program that does the REVERSE of Romlister?

Ie: Here's a folder with my roms, search through it and tell me what are the maximum controls needed by the roms. 8-way, 4 buttons (excluding start/coin)?

I don't imagine the syntax would be too much different from Romlister, but I wouldn't really know...

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: Software Request (ATTN: NOP!?)
« Reply #1 on: June 11, 2010, 09:30:05 am »
Indirectly, it's already there.

romlister has a rom scan utility in which it will take your complete merged xml file and truncate it down to just the roms that exist on your hard drive.  after doing that, you will have an xml file that contains all the information about all the roms on your drive.  Then, you could do a "list all roms" and output that list as a CSV file, in which you export out the controls, number of buttons, etc and then sort that list to know what the maximums are.

clumsy for sure, but already in your hands.

DillonFoulds

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 605
  • Last login:August 27, 2019, 05:04:44 am
Re: Software Request (ATTN: NOP!?)
« Reply #2 on: June 11, 2010, 06:21:14 pm »
Thanks NOP, I tried this, and I'm getting oddball results.

Some say 2&2, some say 0&1, others say just 4, or just 0.

How do i decipher these results?

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: Software Request (ATTN: NOP!?)
« Reply #3 on: June 14, 2010, 09:35:30 am »
2&2 stuff comes from the fact that we've merged both MAME and controls data.  The 1st # is what MAME says, the 2nd is what controls.xml has.  when there are multiple values, you should prolly always go with the 2nd number, as controls.xml seems to be closer to reality.

we can also work around the doubles altogether, but we'd need to go back and make a new merged input xml file.  Pop me an email or PM and I can step you through that.