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: Display instructions while on pause  (Read 2451 times)

0 Members and 1 Guest are viewing this topic.

bigjase

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 23, 2012, 04:23:22 pm
  • I want to build my own arcade controls!
Display instructions while on pause
« on: September 26, 2011, 01:06:31 pm »
Ok, so I'm familiar with the controls.dat concept where I can use something like cpwizard to display what each buttons does. What I'm trying to do, however, is have this information displayed, along with the "special" moves for games like WWF Wrestlemania and Golden Tee. For example, I'd like to see what the button combos are for the Undertaker to Tombstone his opponent, or the trackball directions to slice a ball around the trees. Is there anything out there like this? I see that the current controls file states on Golden Tee the instructions are displayed on the control panel, but that really doesn't help when you have a custom control panel!  :)

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Display instructions while on pause
« Reply #1 on: September 27, 2011, 03:21:57 am »
You can use CPWizard to export bezel layouts so you can display custom controls ingame. There is an old patch (that probably doesn't work with newer versions of MAME) but it allows you to show the bezel when you pause MAME. You could take this template and overlay whatever graphics you like for individual games.

bigjase

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 23, 2012, 04:23:22 pm
  • I want to build my own arcade controls!
Re: Display instructions while on pause
« Reply #2 on: September 27, 2011, 07:22:28 pm »
The main game I'm looking to have controls for is WWF Wrestlemania. I found the command.dat feature on CPWizard and that is exactly what I'm looking for. I created the controls for the Wrestlemania game, but the option to bring this up doesn't show up in CPWizard. I know my WWF portion of the file works because I changed the rom name to XMen vs. Street Fighter and was able to see the controls. Is there a file in CPWizard I need to update so the menu on WWF Wrestlemania includes the command.dat file option?

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Display instructions while on pause
« Reply #3 on: September 28, 2011, 02:42:31 am »
You should just be able to add it to the CPWizard\Data\commad.dat file.

Something lie this

Code: [Select]
$info=wwfmania
$cmd
...
$end

bigjase

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 23, 2012, 04:23:22 pm
  • I want to build my own arcade controls!
Re: Display instructions while on pause
« Reply #4 on: September 28, 2011, 10:06:38 am »
I did that, but for some reason I still don't get the menu in CPWizard for that game. I'll check tonight and make sure there isn't a typo.

bigjase

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 23, 2012, 04:23:22 pm
  • I want to build my own arcade controls!
Re: Display instructions while on pause
« Reply #5 on: September 28, 2011, 01:46:30 pm »
Just checked my command.dat file and noticed I used a clone rom name instead of the parent. Hopefully that fixes it.