Difference between revisions of "Sims 4:0x319E4F1D"
From SimsWiki
(Initial discovery about OBJD resource type) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Format== | ==Format== | ||
− | + | <pre> | |
− | + | DWORD version | |
+ | then commonblock... | ||
+ | </pre> | ||
+ | [[Sims 4:CatResCommonBlock]] | ||
+ | <pre> | ||
+ | then... | ||
− | + | DWORD unk01 | |
− | + | DWORD hash01 | |
+ | DWORD hash02 | ||
+ | DWORD hash03 | ||
+ | DWORD unk02 | ||
+ | DWORD hash04 | ||
+ | DWORD hash05 | ||
+ | |||
+ | DWORD unkFlags01 | ||
+ | DWORD Category flags | ||
+ | DWORD unkFlags03 | ||
+ | DWORD unkFlags04 | ||
+ | DWORD Placement flags | ||
+ | |||
+ | QWORD unkIID01 | ||
+ | BYTE unk03 | ||
+ | QWORD unkIID02 | ||
+ | BYTE unk04 | ||
+ | |||
+ | BYTE count | ||
+ | For count | ||
+ | DWORD (RGBA or variation of it) | ||
+ | |||
+ | BYTE unk05 | ||
+ | BYTE unk06 | ||
+ | BYTE unk07 | ||
+ | BYTE unk08 | ||
+ | BYTE unk09 | ||
+ | |||
+ | BYTE buildbuy=00/buymode=01 | ||
+ | |||
+ | if version == 19 | ||
+ | DWORD unk10 | ||
+ | DWORD unk11 | ||
+ | DWORD unk12 | ||
+ | DWORD unk13 | ||
+ | </pre> |
Latest revision as of 01:08, 19 November 2014
[edit] Format
DWORD version then commonblock...
then... DWORD unk01 DWORD hash01 DWORD hash02 DWORD hash03 DWORD unk02 DWORD hash04 DWORD hash05 DWORD unkFlags01 DWORD Category flags DWORD unkFlags03 DWORD unkFlags04 DWORD Placement flags QWORD unkIID01 BYTE unk03 QWORD unkIID02 BYTE unk04 BYTE count For count DWORD (RGBA or variation of it) BYTE unk05 BYTE unk06 BYTE unk07 BYTE unk08 BYTE unk09 BYTE buildbuy=00/buymode=01 if version == 19 DWORD unk10 DWORD unk11 DWORD unk12 DWORD unk13