JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Detailed Breakdown of SS Clone Map Formats
Intro
Sound Space (txt)
Vulnus (JSON)
Binary Breakdown
SSPMv1 (Binary)
SSPMv2 (Binary)
SSPMv2 Optimized (Binary)
Data Types for SSPMv2
Rhym v1 (JSON) (Scrapped)
Rhym v2 (JSON + Binary...?)
QEM (Binary)
QEMZ (Zip)
More
Share
Explore
Data Types for SSPMv2
Data type options (Extended)
Data type options (Extended)
Byte
The value this byte represents in a marker
Byte
The value this byte represents in a marker
0x01
8 bit unsigned integer (1 byte)
0x02
16 bit unsigned integer (2 bytes)
0x03
32 bit unsigned integer (4 bytes)
0x04
64 bit unsigned integer (8 bytes)
0x05
32 bit floating point number (4 bytes)
0x06
64 bit floating point number (8 bytes)
0x07
x|y position, used for notes and will be described for marker data later
0x08
Buffer (2 bytes for length, then the buffer’s bytes after)
0x09
UTF-8 String (2 bytes for length, then the string’s bytes after)
0x0a
Long Buffer (4 bytes for length, then the buffer’s bytes after)
0x0b
Long UTF-8 String (4 bytes for length, then the string’s bytes after)
0x0c
Array of values, this is NOT for markers, only for the Custom Data section
There are no rows in this table
0x0c Array Format
Total byte length of the value (4 bytes)
32 bit unsigned integer (00 00 00 00)
Length of the Array (2 bytes)
16 bit unsigned integer (00 00)
Array (Exactly N values of the type)
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.