EvilEngine/PRJT: Difference between revisions

m
Seil moved page PRJT to EvilEngine/PRJT
Battlepedia>Igorseabra4
(Created page with "{{AssetInfobox |subtitle=Projectile |type=Object |objectid=0x22 |games=Night of 100 Frights}} ==Format== {| class="wikitable" ! Offset !! Type !! Variable !! Description...")
 
m (Seil moved page PRJT to EvilEngine/PRJT)
 
(6 intermediate revisions by 2 users not shown)
Line 1:
<onlyinclude>
{{AssetInfobox
{{#vardefine:typeid|PRJT}}<nowiki/>
|subtitle=Projectile
{{#vardefine:name|Projectile}}<nowiki/>
|type=[[Object]]
{{#vardefine:type|[[Base]]}}<nowiki/>
|objectid=0x22
{{#vardefine:basetype|0x22}}<nowiki/>
|games=Night of 100 Frights}}
{{#vardefine:games|Scooby}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
{{AutoAssetInfobox}}
 
==Format==
PRJT are [[Base|base assets]], so they start with their 0x8 byte header, then are followed by:
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x08 || int || unknown'''efxType''' ||
|-
| 0x0C || [[AssetID]] || [[MODL]]'''modelID''' ||
|-
| 0x10 || int[[AssetID]] || unknown'''animID''' ||
|-
| 0x14 || int[[AssetID]] || unknown'''atRestModelID''' ||
|-
| 0x18 || int[[AssetID]] || unknown'''atRestAnimID''' ||
|-
| 0x1C || int || unknown'''destructEnabled''' ||
|-
| 0x20 || float || unknown '''destructTime'''||
|-
| 0x24 || float || unknown'''destructDist''' ||
|-
| 0x300x28 || int || unknown'''oriented''' ||
|-
| 0x340x30 || int[6] || unknown'''extra_space''' ||
|-
| 0x38 || int || unknown ||
|-
| 0x3C || int || unknown ||
|-
| 0x40 || int || unknown ||
|-
! colspan="4" | Events
Line 39:
| 0x44 || Event[numberOfEvents] || '''[[Events]]''' ||
|}
 
{{Assets}}
{{AutoGameNavs}}
 
[[Category:Asset]]