Difference between revisions of "Super Smash Bros. Ultimate/Custom Stages"

From Deep Sea Knowledge
Jump to navigation Jump to search
(more fields)
(more offsets)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{WIP}}
 
{{WIP}}
  
 +
All values are little endian unless otherwise noted.
 
{| class="wikitable"
 
{| class="wikitable"
 
! Offset !! Description !! Length !! Additional Notes
 
! Offset !! Description !! Length !! Additional Notes
 
|-
 
|-
| 0x0 || Stage ID || 2 || Little endian
+
| 0x0 || Stage ID || 4 ||  
 
|-
 
|-
| 0x1E || Time Edited: Year || 2 || Little endian
+
| 0x4 || Unknown || 4 || Always 2 as of April 25 2019, could be file format version
 +
|-
 +
| 0xC || Unknown || 1 || 1 if uploaded, 0 if not
 +
|-
 +
| 0xD || Unknown || 1 || 4 if uploaded, 0 if not
 +
|-
 +
| 0xE || Unknown || 1 || Always 1
 +
|-
 +
| 0xF || Unknown || 1 || Always 1
 +
|-
 +
| 0x10 || Unknown || 4 || Gets bigger the later the upload but doesn't appear to be a timestamp. 0 if not uploaded
 +
|-
 +
| 0x1E || Time Edited: Year || 2 ||  
 
|-
 
|-
 
| 0x20 || Time Edited: Month || 1 ||  
 
| 0x20 || Time Edited: Month || 1 ||  
Line 19: Line 32:
 
|-
 
|-
 
| 0x26 || Creator Nickname || possibly up to 0x54 || UTF16LE
 
| 0x26 || Creator Nickname || possibly up to 0x54 || UTF16LE
 +
|-
 +
| 0x7A || Country Code || 2 || "US", "CA", etc...
 
|-
 
|-
 
| 0x80 || User-specific identifier || 8 || Possibly NEX Unique ID?
 
| 0x80 || User-specific identifier || 8 || Possibly NEX Unique ID?
 +
|-
 +
| 0x110 || Stage Name || 0x24 || UTF16LE
 +
|-
 +
| 0xC998 || JPEG Thumbnail || 0x25800 ||
 
|}
 
|}
  
 
[[Category:Super Smash Bros. Ultimate]]
 
[[Category:Super Smash Bros. Ultimate]]

Latest revision as of 19:13, 25 April 2019

All values are little endian unless otherwise noted.

Offset Description Length Additional Notes
0x0 Stage ID 4
0x4 Unknown 4 Always 2 as of April 25 2019, could be file format version
0xC Unknown 1 1 if uploaded, 0 if not
0xD Unknown 1 4 if uploaded, 0 if not
0xE Unknown 1 Always 1
0xF Unknown 1 Always 1
0x10 Unknown 4 Gets bigger the later the upload but doesn't appear to be a timestamp. 0 if not uploaded
0x1E Time Edited: Year 2
0x20 Time Edited: Month 1
0x21 Time Edited: Day 1
0x22 Time Edited: Hour 1
0x23 Time Edited: Minutes 1
0x24 Time Edited: Seconds 1
0x26 Creator Nickname possibly up to 0x54 UTF16LE
0x7A Country Code 2 "US", "CA", etc...
0x80 User-specific identifier 8 Possibly NEX Unique ID?
0x110 Stage Name 0x24 UTF16LE
0xC998 JPEG Thumbnail 0x25800