Changes

Jump to navigation Jump to search
1,669 bytes added ,  22:45, 3 November 2017
Created page with "This page describes the contents of the friend sysmodule savegame. == mydata == {| class="wikitable" |- ! Offset ! Size ! Description |- | 0x00 | 4 | Fi..."
This page describes the contents of the [[Friend_Services|friend]] sysmodule savegame.


== mydata ==

{| class="wikitable"
|-
! Offset
! Size
! Description
|-
| 0x00
| 4
| File magic "FPAC" (Friends Preference Account Config)
|-
| 0x04
| 4
| File magic number (0x20101021)
|-
| 0x08
| 0x3A
| Unknown
|-
| 0x42
| (8 + 1) * 2
| UTF16 string of some identifier
|-
| 0x54
| 4
| Unknown
|}

== account ==

{| class="wikitable"
|-
! Offset
! Size
! Description
|-
| 0x00
| 4
| File magic "FPMD" (Friends Preference My Data/Device)
|-
| 0x04
| 4
| File magic number (0x20101021)
|-
| 0x08
| 8
| Padding
|-
| 0x10
| 0x20
| Unknown
|-
| 0x30
| 16 * 2
| UTF16 string of personal message
|-
| 0x50
| 0x10
| Unknown
|-
| 0x60
| 8
| LocalFriendCodeSeed u64
|-
| 0x68
| (12 + 1) * 2
| UTF16 string of unknown hexadecimal identifier
|-
| 0x82
| (15 + 1) * 2
| UTF16 string of console serial number without the checksum digit
|-
| 0xA2
| 12? * 2
| UTF16 string of Display name
|-
| 0xBB
| 0x60
| Unaligned [[Mii#Mii_format|Mii data]]
|-
| 0x11B
| 5
| Padding (0x120)
|}

== friendlist ==

=== Header ===

{| class="wikitable"
|-
! Offset
! Size
! Description
|-
| 0x00
| 4
| File magic "FPFL" (Friends Preference Friend List)
|-
| 0x04
| 4
| File magic number (0x20101021)
|-
| 0x08
| 8
| Padding
|-
| 0x10
| ? * 0x100
| [[FRD_Savegame#Friend_entry|Friend entries]]...
|}

=== Friend entry ===

{| class="wikitable"
|-
! Offset
! Size
! Description
|-
| 0x00
| 0x30
| Unknown
|-
| 0x30
| 16 * 2
| UTF16 string of personal message
|-
| 0x50
| 0x20
| Unknown
|-
| 0x70
| 0x60
| [[Mii#Mii_format|Mii data]]
|-
| 0xD0
| 12? * 2
| UTF16 string of display name
|-
| 0xE8
| 0x18
| Unknown
|}
215

edits

Navigation menu