Sims 3:0xB1CC1AF6
From SimsWiki
Revision as of 05:53, 16 November 2010 by FordGT90Concept (Talk | contribs)
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
| Movies | ||
|---|---|---|
| TypeID: | 0xB1CC1AF6 | |
| Game Version: | The Sims 3 | |
Overview
Movies strangely enough seem to be the easier of these to decode since there's a known spec for them. They are basically a general EA container format with encoded pieces of data stored in them using (luckily) known codecs.
The movies are VP6 video encoded with SCxI/GSTR/adpcm_ea_r3 audio.
Further information may be found here:
- Main Format
- Video - VP6 Codec
- Audio - SCx1 Codec
Based on contributions from Karybdis.
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |