This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
openomf:setup.cfg [2022/09/04 18:46] – created 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 | ||
+ | | P2 Control Type | 1 WORD | Observed values are 2-Custom | ||
+ | | P2 Control Type 2 | 1 WORD | Redundant for special reasons, should almost always match the previous value | | ||
+ | | Unknowns | 18 BYTES | TODO | | ||
| Difficulty | 1 WORD | From Punching Bag to Ultimate (0 - 6) | | | Difficulty | 1 WORD | From Punching Bag to Ultimate (0 - 6) | | ||
| Throw Range | 1 WORD | Defaults to 100 | | | Throw Range | 1 WORD | Defaults to 100 | | ||
Line 36: | 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 | |