Difference between revisions of "STUD/Sound Master"
Line 22: | Line 22: | ||
record_t sound; // 09B file | record_t sound; // 09B file | ||
record_t definition; // 00D file | record_t definition; // 00D file | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
[[Category:STUD_Types|Sound_Master]] | [[Category:STUD_Types|Sound_Master]] |
Revision as of 02:56, 16 October 2016
Outlines the format for the 05F file blob. To see the generic STUD structure that wraps the blob and array definition, see STUD.
Common Types
struct record_t { uint64 padding; uint64 key; }
Header
TODO
Reference Record
Instance Table ID 0x95B7E9BB9D96E8F2, Local ID 0x8884C15A
struct reference { uint id; uint next; record_t owner; // 06F file record_t sound; // 09B file record_t definition; // 00D file }