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: Handling Multiple Control Schemes with ZSNES and MAMEWAH  (Read 1609 times)

0 Members and 1 Guest are viewing this topic.

starnix17

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:December 19, 2011, 11:00:29 am
Handling Multiple Control Schemes with ZSNES and MAMEWAH
« on: September 17, 2005, 11:45:30 am »
OK.... all of my SNES games are on one list in MAMEWAH. However, I want certain games to use a different control scheme. The only way I can imagine doing this would be to either make a list for each control scheme in MAMEWAH or to change the files that list the games to execute a different ZSNES (but would that file get totally overwritten when I regenerated a list?). Anyways... I would like to keep to one list so I wanna stay away from the first option. Does any else know of any other ways I can pull this off?

StephenH

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 544
  • Last login:January 09, 2023, 06:15:45 am
  • I'm a llama!
Re: Handling Multiple Control Schemes with ZSNES and MAMEWAH
« Reply #1 on: September 17, 2005, 01:52:13 pm »
Maybe turn MAMEwah control options off for MAMEWah for SNES games, and set the controls for SNES games inside the ZSNES default preferences.  Since SNES games use 6 buttons, it is probably easy enough to permanetly assign joysticks and buttons for A,B,L,R,X and Y, for each player plus Start and Select.

starnix17

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:December 19, 2011, 11:00:29 am
Re: Handling Multiple Control Schemes with ZSNES and MAMEWAH
« Reply #2 on: September 17, 2005, 02:31:18 pm »
That's how I have it now, but my button configuration is good for some games and not for other. I would like to be able to use multiple configurations for different games.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re: Handling Multiple Control Schemes with ZSNES and MAMEWAH
« Reply #3 on: September 19, 2005, 04:32:07 am »
Perhaps you could have 2 versions of zsnes.cfg (or whatever the config file is called, with the key mappings in).  Then use a batch file to rename the file appropriately, based on the romname, and then launch zsnes.  The batch file would be your emulator_executable, rather than zsnesw.exe itself.

starnix17

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:December 19, 2011, 11:00:29 am
Re: Handling Multiple Control Schemes with ZSNES and MAMEWAH
« Reply #4 on: September 20, 2005, 03:13:20 pm »
Very good idea, only problem is I never worked with batch files, they're like shell scripts on UNIX right?

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re: Handling Multiple Control Schemes with ZSNES and MAMEWAH
« Reply #5 on: September 20, 2005, 05:38:40 pm »
Very good idea, only problem is I never worked with batch files, they're like shell scripts on UNIX right?

Dunno, I've never used Unix  ???

It's just stuff like you'd use at a commandline...just googled this:

http://www.chebucto.ns.ca/~ak621/DOS/Bat-Adv.html

starnix17

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:December 19, 2011, 11:00:29 am
Re: Handling Multiple Control Schemes with ZSNES and MAMEWAH
« Reply #6 on: September 24, 2005, 01:49:26 pm »
Yeah there sorta like shell scripts, that will work great. Thanks.