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 experts, need help with key-mapping  (Read 4021 times)

0 Members and 1 Guest are viewing this topic.

IG-88

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2042
  • Last login:Yesterday at 05:56:01 pm
  • Posts: 48,764
Mala experts, need help with key-mapping
« on: May 01, 2008, 10:21:05 pm »
After discovering this fantastic FE recently I would like to try and use it for a bunch of PC games that I have. Remakes, abandon-ware, indies, my old DOS collection, ect. ect.

I've figured out how to get them to list and to run but what I was wondering is if there is a way for me to re-map the keys for each individual game (that needs it) so I could use the same set of joysticks and buttons. I wanted to make a bartop that ran just these types of games but am running into the problem of using a set amount of controls.

I am thinking Mala can do this but I haven't been able to figure it out. Any suggestions?
"I know what a HAL 9000 is... I was wondering if HAL 7600 was his retarded cousin or something..."
-HarumaN

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 experts, need help with key-mapping
« Reply #1 on: May 01, 2008, 10:59:24 pm »
Mala can't do that directly, but what encoder do you have? You can probably have it set up to download a new map for each game on the fly. I haven't done it, but I know the ipac can be set up to do that. IIRC there is a mala plugin for the ipac that handles it.
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

IG-88

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2042
  • Last login:Yesterday at 05:56:01 pm
  • Posts: 48,764
Re: Mala experts, need help with key-mapping
« Reply #2 on: May 02, 2008, 07:02:28 am »
I haven't got an encoder yet. I'll check out that Ipac. Wonder what that plugin involves?

Thanks
"I know what a HAL 9000 is... I was wondering if HAL 7600 was his retarded cousin or something..."
-HarumaN

BobbyG66

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 588
  • Last login:November 13, 2016, 11:52:09 am
  • Current project: Dodgeball
Re: Mala experts, need help with key-mapping
« Reply #3 on: May 02, 2008, 12:26:02 pm »
I used Autohotkey to remap my controls for PC games.
It works well.

http://www.autohotkey.com/

 :cheers:
Half of the people you meet are below average.

IG-88

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2042
  • Last login:Yesterday at 05:56:01 pm
  • Posts: 48,764
Re: Mala experts, need help with key-mapping
« Reply #4 on: May 03, 2008, 02:06:26 pm »
Mala can't do that directly, but what encoder do you have? You can probably have it set up to download a new map for each game on the fly. I haven't done it, but I know the ipac can be set up to do that. IIRC there is a mala plugin for the ipac that handles it.

Didn't see that plugin on the Mala site.....

BobbbyG66, are those batch files you use for each individual game? Are they hard to make?
"I know what a HAL 9000 is... I was wondering if HAL 7600 was his retarded cousin or something..."
-HarumaN

IG-88

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2042
  • Last login:Yesterday at 05:56:01 pm
  • Posts: 48,764
Re: Mala experts, need help with key-mapping
« Reply #5 on: May 03, 2008, 02:13:16 pm »
Anyone know how to get to this:

http://mala.arcadezentrum.com/hotkeys.html

I can't find it in the options menu.
"I know what a HAL 9000 is... I was wondering if HAL 7600 was his retarded cousin or something..."
-HarumaN

SGT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1146
  • Last login:May 31, 2025, 10:10:32 pm
Re: Mala experts, need help with key-mapping
« Reply #6 on: May 03, 2008, 04:51:58 pm »
Image attached:

BobbyG66

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 588
  • Last login:November 13, 2016, 11:52:09 am
  • Current project: Dodgeball
Re: Mala experts, need help with key-mapping
« Reply #7 on: May 07, 2008, 09:29:58 pm »
Mala can't do that directly, but what encoder do you have? You can probably have it set up to download a new map for each game on the fly. I haven't done it, but I know the ipac can be set up to do that. IIRC there is a mala plugin for the ipac that handles it.

Didn't see that plugin on the Mala site.....

BobbbyG66, are those batch files you use for each individual game? Are they hard to make?
IG-88,

Here are the AHK scripts I used to run two different games.

run "C:\games\TheBlob\De Blob\Blob EN\De Blob.exe" EN
WinWait, De Blob
WinWaitClose, De Blob
ExitApp
Return

y::space
v::LButton
u::RButton

*** and ***

run "C:\games\Stopple\Stopple.exe"
WinWait, Stopple
WinWaitClose, Stopple
ExitApp
Return

y::space
v::LButton
u::RButton

*****************
You do have to set the key numbers (y, v and u) in my example to match your keys.
These scripts were designed to use remap my buttons to mouse buttons.

Hope this helps... :)
Half of the people you meet are below average.