Difference between revisions of "RwType"
Jump to navigation
Jump to search
m |
m |
||
| Line 25: | Line 25: | ||
| rwCLUMP || 16 || <tt>0x0010</tt> || [[RwClump]] | | rwCLUMP || 16 || <tt>0x0010</tt> || [[RwClump]] | ||
|- | |- | ||
| − | | rwLIGHT || 18 || <tt>0x0012</tt> || | + | | rwLIGHT || 18 || <tt>0x0012</tt> || RwLight |
|- | |- | ||
| rwATOMIC || 20 || <tt>0x0014</tt> || [[RwAtomic]] | | rwATOMIC || 20 || <tt>0x0014</tt> || [[RwAtomic]] | ||
| Line 35: | Line 35: | ||
| rwGEOMETRYLIST || 26 || <tt>0x001a</tt> || [[RwGeometryList]] | | rwGEOMETRYLIST || 26 || <tt>0x001a</tt> || [[RwGeometryList]] | ||
|- | |- | ||
| − | | rwMATERIALSPLIT || 124 || <tt>0x007c</tt> || | + | | rwMATERIALSPLIT || 124 || <tt>0x007c</tt> || RwMaterialSplit |
|- | |- | ||
| rwFRAME || 39056126 || <tt></tt> || [[RwFrame]] | | rwFRAME || 39056126 || <tt></tt> || [[RwFrame]] | ||
| Line 45: | Line 45: | ||
! style="width:20%" | Enum name !! style="width:10%" | Value (dec) !! style="width:10%" | Value (hex) !! Associated section | ! style="width:20%" | Enum name !! style="width:10%" | Value (dec) !! style="width:10%" | Value (hex) !! Associated section | ||
|- | |- | ||
| − | | rwPLUGIN_PARTICLES || || <tt>0x0118</tt> || | + | | rwPLUGIN_PARTICLES || || <tt>0x0118</tt> || RwPluginParticles |
|- | |- | ||
| − | | rwPLUGIN_MATERIALEFFECTS || || <tt>0x0120</tt> || | + | | rwPLUGIN_MATERIALEFFECTS || || <tt>0x0120</tt> || RwPluginMaterialEffects |
|- | |- | ||
| − | | rwPLUGIN_BINMESH || || <tt>0x050e</tt> || | + | | rwPLUGIN_BINMESH || || <tt>0x050e</tt> || RwPluginBinMesh |
|} | |} | ||
Revision as of 03:53, 30 May 2007
Notes
The RwType is a single value (u16) data contained in the sectionType field of the RwHeader.
Default Renderware Sections
| Enum name | Value (dec) | Value (hex) | Associated section |
|---|---|---|---|
| rwDATA | 1 | 0x0001 | RwData |
| rwSTRING | 2 | 0x0002 | RwString |
| rwEXTENSION | 3 | 0x0003 | RwExtension |
| rwTEXTURE | 6 | 0x0006 | RwTexture |
| rwMATERIAL | 7 | 0x0007 | RwMaterial |
| rwMATERIALLIST | 8 | 0x0008 | RwMaterialList |
| rwFRAMELIST | 14 | 0x000e | RwFrameList |
| rwGEOMETRY | 15 | 0x000f | RwGeometry |
| rwCLUMP | 16 | 0x0010 | RwClump |
| rwLIGHT | 18 | 0x0012 | RwLight |
| rwATOMIC | 20 | 0x0014 | RwAtomic |
| rwTEXTURENATIVE | 21 | 0x0015 | RwTextureNative |
| rwTEXDICT | 22 | 0x0016 | RwTexdict |
| rwGEOMETRYLIST | 26 | 0x001a | RwGeometryList |
| rwMATERIALSPLIT | 124 | 0x007c | RwMaterialSplit |
| rwFRAME | 39056126 | RwFrame |
Plugin Sections
| Enum name | Value (dec) | Value (hex) | Associated section |
|---|---|---|---|
| rwPLUGIN_PARTICLES | 0x0118 | RwPluginParticles | |
| rwPLUGIN_MATERIALEFFECTS | 0x0120 | RwPluginMaterialEffects | |
| rwPLUGIN_BINMESH | 0x050e | RwPluginBinMesh |