Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

0x8B18FF6E

IngeJones edited this page Jul 26, 2014 · 5 revisions

#0x8B18FF6E Some sort of strange files found in CASDemoFullBuild.package. Hopefully others can use the pattern documented below to figure out the purpose of these files and the meaning of the data contained within them.

##Format

DWORD           // version?  always 0x0000000B ?
DWORD           // always 0x00002078 ?
DWORD
DWORD
DWORD
DWORD count
--repeat count:
    SHORT
    FLOAT
    FLOAT
    DWORD[8]    // parts of it seem to repeat between all list items

Also see http://svn.gib.me/public/sims4/trunk/Gibbed.Sims4.UnknownFormats/Type8B18FF6E.cs

Clone this wiki locally