User Tools

Site Tools


openomf:setup.cfg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
openomf:setup.cfg [2022/09/04 19:21] aokmaniac13openomf: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 | 211 BYTES | TODO |+| Unknowns | 39 BYTES | TODO | 
 +| 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  3-Joystick1  4-Joystick2  7-Left Keyboard  8-Right Keyboard | | P1 Control Type | 1 WORD | Observed values are 1-Custom  3-Joystick1  4-Joystick2  7-Left Keyboard  8-Right Keyboard |
 | P2 Control Type | 1 WORD | Observed values are 2-Custom  3-Joystick1  4-Joystick2  7-Left Keyboard  8-Right Keyboard | | P2 Control Type | 1 WORD | Observed values are 2-Custom  3-Joystick1  4-Joystick2  7-Left Keyboard  8-Right Keyboard |
-Also P2 Control? | 1 WORD | Same as above |+| P2 Control Type 2 | 1 WORD | Redundant for special reasons, should almost always match the previous value |
 | 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 |
openomf/setup.cfg.1662340886.txt.gz · Last modified: 2022/09/04 19:21 by aokmaniac13