Moonquake !Run file

Discuss the project, or ask a general question
Post Reply
eddebaby
Posts: 6
Joined: Sun Aug 07, 2022 5:27 pm

Moonquake !Run file

Post by eddebaby »

I have used ADFFS to get Moonquake running on my Pi, with USB joystick support. Here is the !Run file I am using:

Code: Select all

Set Moon$Dir <Obey$Dir>
IF ADFFS$OSVersion>=&50000 THEN GOARM3JIT 0

ADFJoystickKeys J1 L=78 R=79 U=63 D=80 B1=64
| Player 1 (Green Suit, start: bottom right)
| Z       / Left     - Move Left
| X       / Right    - Move Right
| F       / Up       - Move Up
| C       / Down     - Move Down
| G       / B1       - Bomb

ADFJoystickKeys J2 L=90 R=91 U=74 D=92 B1=75
| Player 2 (Red Suit, start: top left)
| Keypad 1 / Left     - Move Left
| Keypad 2 / Right    - Move Right
| Keypad 6 / Up       - Move Up
| Keypad 3 / Down     - Move Down
| Keypad + / B1       - Bomb

<Moon$Dir>.!RunImage

ADFJoystickKeys
IF ADFFS$OSVersion>=&50000 THEN GOARM3JIT
UnSet Moon$Dir
Note: you can also get Moonquake running on a Pi with Aemulor and AnyMode, without any changes to the !Run file, but that method seems to have no USB joystick support (even with USBJoystick), and you can't quit the game with Ctrl+Shift+F12 like you can with ADFFS.
Post Reply