Difference between revisions of "Sims 3:0x8070223D"
From SimsWiki
HugeLunatic (Talk | contribs) |
HugeLunatic (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{TS3AdvancedModdingHeader}} |
{{TS3Resource | {{TS3Resource | ||
|name=Audio Tuners | |name=Audio Tuners | ||
Line 35: | Line 35: | ||
</pre> | </pre> | ||
− | {{ | + | {{TS3AdvancedModdingHeader}} |
Revision as of 01:27, 5 May 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Audio Tuners | ||
---|---|---|
TypeID: | 0x8070223D | |
Game Version: | The Sims 3 |
Overview
Research by Karybdis
Format
3 BYTES blank BYTE entryCount 4 BYTES BYTE WORD type BYTE repcode (if repcode=00) typeData (if repcode!=00) 3 BYTES DWORD repCount BYTE repSize (unless type=string, where it's 0x10) typeData --(type - format - typeData REPS) 0100 - BOOL - BYTE 0900 - - 4 BYTES 0A00 - - 4 BYTES 0D00 - - 4 BYTES 1300 - STRING - 3 BYTES 0x000000, BYTE numchars (unicode), STRING[numchars*2] E800 - - 8 BYTES, 4 BYTES 0xFFFFFFFF, 4 BYTES 0x00000000
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |