This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
openomf:setup.cfg [2022/09/04 19:21] – aokmaniac13 | openomf:setup.cfg [2025/03/01 15:36] (current) – aokmaniac13 | ||
---|---|---|---|
Line 6: | Line 6: | ||
| Speed | 1 BYTE | Should be 0-10 | | | Speed | 1 BYTE | Should be 0-10 | | ||
- | | Unknowns | | + | | Unknowns | |
+ | | P1 Custom Controls | 10 BYTES | Scan Codes | | ||
+ | | Unknown | 10 BYTES | TODO | | ||
+ | | P2 Custom Controls | 10 BYTES | Scan Codes | | ||
+ | | Unknowns | 142 BYTES | TODO | | ||
| P1 Control Type | 1 WORD | Observed values are 1-Custom | | P1 Control Type | 1 WORD | Observed values are 1-Custom | ||
| P2 Control Type | 1 WORD | Observed values are 2-Custom | | P2 Control Type | 1 WORD | Observed values are 2-Custom | ||
- | | Also P2 Control? | 1 WORD | | + | | P2 Control |
| Unknowns | 18 BYTES | TODO | | | Unknowns | 18 BYTES | TODO | | ||
| Difficulty | 1 WORD | From Punching Bag to Ultimate (0 - 6) | | | Difficulty | 1 WORD | From Punching Bag to Ultimate (0 - 6) | | ||
Line 40: | Line 44: | ||
| Sound Volume | 1 BYTE | Should be 0-10 | | | Sound Volume | 1 BYTE | Should be 0-10 | | ||
| Music Volume | 1 BYTE | Should be 0-10 | | | Music Volume | 1 BYTE | Should be 0-10 | | ||
+ | |||
+ | ==== Custom Keyboard Configuration ==== | ||
+ | |||
+ | Each byte represents a key according to the Scan Code it corresponds to. For more information you can find PC Keyboard Scan Codes online. | ||
+ | |||
+ | | Jump Up | 1 BYTE | | ||
+ | | Jump Right | 1 BYTE | | ||
+ | | Walk Right | 1 BYTE | | ||
+ | | Duck Forward | 1 BYTE | | ||
+ | | Duck | 1 BYTE | | ||
+ | | Duck Back | 1 BYTE | | ||
+ | | Walk Back | 1 BYTE | | ||
+ | | Jump Left | 1 BYTE | | ||
+ | | Punch | 1 BYTE | | ||
+ | | Kick | 1 BYTE | |