EvilEngine/DYNA/effect:smoke emitter: Difference between revisions

m
(New info)
 
(3 intermediate revisions by 2 users not shown)
Line 3:
{{#vardefine:version|1}}<nowiki/>
{{#vardefine:hash|0x0903FBB9}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
Line 10:
 
==Format==
 
<source lang=cpp>
struct asset_type : xDynAsset
{
uint32 flags;
_class_5 region;
uint32 texture;
uint16 texture_rows;
uint16 texture_columns;
float32 rate;
float32 life_min;
float32 life_max;
float32 size_min;
float32 size_max;
float32 vel_min;
float32 vel_max;
float32 growth;
xVec3 vel_dir;
float32 vel_dir_vary;
float32 wind;
xColor_tag color_birth;
xColor_tag color_death;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || intuint || '''flags''' ||
|-
| 0x04 || int[[AssetID]] || '''attach_to''' ||
|-
| 0x08 || [[Vector3]] || '''positionloc''' ||
|-
| 0x14 || [[Vector3]] || '''directiondir''' ||
|-
| 0x180x20 || [[Vector3]] || '''scale''' ||
|-
| 0x1C0x2C || float[[AssetID]] || '''unknowntexture''' ||
|-
| 0x200x30 || floatushort || '''unknowntexture_rows''' ||
|-
| 0x240x32 || floatushort || '''unknowntexture_columns''' ||
|-
| 0x28 || float || '''unknown''' ||
|-
| 0x2C || [[Asset ID]] || [[RWTX]] ||
|-
| 0x30 || short || '''texture_rows''' ||
|-
| 0x32 || short || '''texture_columns''' ||
|-
| 0x34 || float || '''rate''' ||
Line 84 ⟶ 51:
| 0x64 || float || '''wind''' ||
|-
| 0x68 || short[[Color]] || '''unknowncolor_birth''' ||
|-
| 0x6A || short || '''unknown''' ||
|-
| 0x6C || short || '''unknown''' ||
|-
| 0x6E0x6C || short[[Color]] || '''unknowncolor_death''' ||
|}