Jump to content

Pac-Man Championship Edition DX Controls


Visitor Q

Recommended Posts

Posted
For the PC? I just configured them in-game.

I'll have to look again but I could have sworn I tried to click and change them but it would not let me...

I just double checked, I see where it tells you what they are but I see no way to click on and configure them?? Am I missing something??

Posted

I just double checked and you are right, you cannot change them in-game. I never noticed it because I only ever worried about the directional. Never though to use a bomb. If you want to configure anything, I would just use an AHK file for he game. I used one for Contra on TTX and then cloned it and modified it for Sine Mora. No reason why you can use one for Pac-Man

Posted

Not sure how to create one of those. If I gave you a simple map of what I am looking for, anyway you could create one for me? I would really appreciate it!

Posted

Here is one, modified for PACMAN

#UseHook

#MaxHotkeysPerInterval 200

1::Esc

o::Space

u::Enter

Up::w

Down::s

Left::a

Right::D

Basically, the key you want to use is on the left side, the key it is going to emulate (hard coded in the game) is on the right side.

You could probably get away with removing the Up, Down, Left, Right, since that is default in the game anyway. Otherwise, this basically maps O for the space and U for the Enter so bombs are dropped with O or U. And then 1 for Esc, which pauses, since if you hit esc in Hyperspin, you'd exit the game.

Offhand I cannot remember the folder name it goes in, but if you go in HyperlaunchHQ, you can enter it under the Keymapper section. If you have trouble, let me know. I have to go downstairs and do some "work" on my cabinet anyway. :)

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...