Skip to content

Commit

Permalink
skin info
Browse files Browse the repository at this point in the history
  • Loading branch information
DexrnZacAttack committed Jan 27, 2025
1 parent b070d71 commit 87512e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LCE/Game/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Tables are sorted by ID
### Table of contents

1. [Settings](#settings) - Game Settings
3. [Skins](#skins) - Chosen skins and favorite skins
2. [Actions](#actions-controller-bindings) - Game Controls
- [Buttons](#buttons) - Controller button IDs
3. [Extra](#extra) - Extra notes and technical stuff
Expand Down Expand Up @@ -60,6 +61,17 @@ Things that aren't known are under Unknown, due to my test hook not printing tha
| Auto Jump | Boolean | 0x2c | 0x54 (Bit 26) | 1 | False | |
| Unknown | Unknown | 0x2d | 0x57 (Bits 0-3) | 4 | Unknown | Not referenced anywhere else????? |

## Skins
Skins are stored using their 4 byte ID.

The player's chosen skin is stored at offset `0x4c`.
There's also a thing for a Player Cape at offset `0x5c`, I assume this is only set when the chosen skin has a cape.

Favorite skins are stored at offset `0x60`, 4 bytes for each skin, with a maximum of 10 favorited skins allowed (0x60-0x87)

### Skin IDs
TODO

## Actions (Controller bindings)
| Name | ID | Offset in OPTIONSDATA | Default bind |
|-----------------------|----|-----------------------|--------------|
Expand Down

0 comments on commit 87512e6

Please sign in to comment.