FRD Savegame: Difference between revisions
Identify strings in account |
Identify some unknown fields in account, fix mydata table |
||
Line 17: | Line 17: | ||
| 4 | | 4 | ||
| File magic number (0x20101021) | | File magic number (0x20101021) | ||
|- | |||
| 0x08 | |||
| 8 | |||
| Padding | |||
|- | |- | ||
| 0x10 | | 0x10 | ||
| | | 4 | ||
| Unknown | | Unknown | ||
|- | |- | ||
| 0x14 | | 0x14 | ||
| 4 | | 4 | ||
| | | PrincipalID | ||
|- | |- | ||
| 0x18 | | 0x18 | ||
| | | 8 | ||
| | | LocalFriendCode | ||
|- | |- | ||
| 0x20 | | 0x20 | ||
Line 40: | Line 40: | ||
| 0x32 | | 0x32 | ||
| (8 + 1) * 2 | | (8 + 1) * 2 | ||
| | | PrincipalID HMAC (Used for logging into NASC server) | ||
|- | |- | ||
| 0x44 | | 0x44 | ||
Line 100: | Line 100: | ||
u8 platform = 2 | u8 platform = 2 | ||
u8 padding[3] | u8 padding[3] | ||
|- | |- | ||
| 0x5C | | 0x5C |