Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs authored Aug 27, 2023
1 parent 9529a99 commit 57b6247
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ You must already have a Perfect Dark ROM to run the game, as specified above.
2. Put your Perfect Dark ROM named `pd.ntsc-final.z64` into it.
3. Run `pd.exe`.


## Bindings

1964-style and Xbox-style bindings are partially implemented.

N64 controller literal X and Y refer to the RESERVED buttons which was previously leveraged by 1964.


| Action | keyboard | xbox | N64 literal |
|- | - | - | - |
| Use / Cancel Menu | e | n/a | b |
| Use / Accept Menu | n/a | a | a |
| reload | r | x | x `(0x40)` |
| weapon-back | Mousewheel-Forward | b | D-Left |
| weapon-forward | Mousewheel-Back | y | y `(0x80)` |
| radial menu | q | LB | D-Down |
| alt mode | f | RB | L-trigger |
| quick-detonate | e + q | a + b | a + D-Left |
## Controls

1964GEPD-style and Xbox-style bindings are partially implemented.

N64 pad buttons X and Y (or `X_BUTTON`, `Y_BUTTON` in the code) refer to the reserved buttons 0x40 and 0x80, which are also leveraged by 1964GEPD.

| Action | Keyboard and mouse | Xbox pad | N64 pad |
| - | - | - | - |
| Fire / Accept | LMB/Space | RT | Z Trigger |
| Aim mode | RMB/Z | LT | Z Trigger |
| Use / Cancel | E | N/A | B |
| Use / Accept | N/A | A | A |
| Reload | R | X | X `(0x40)` |
| Previous weapon | Mousewheel forward | B | D-Left |
| Next weapon | Mousewheel back | Y | Y `(0x80)` |
| Radial menu | Q | LB | D-Down |
| Alt fire mode | F | RB | L Trigger |
| Quick-detonate | E + Q | A + B | A + D-Left |

## Building

Expand Down

0 comments on commit 57b6247

Please sign in to comment.