EvilEngine/MAPR: Difference between revisions

no edit summary
m (2 revisions imported)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1:
<onlyinclude>
{{AssetInfobox
{{#vardefine:typeid|MAPR}}<nowiki/>
|subtitle=Material Map
{{#vardefine:name|Surface Mapper}}<nowiki/>
|type=[[Binary]]
{{#vardefine:type|[[Binary]]}}<nowiki/>
|games=Night of 100 Frights<br>Battle for Bikini Bottom<br>The SpongeBob SquarePants Movie<br>The Incredibles<br>Rise of the Underminer
{{#vardefine:basetype|}}<nowiki/>
|sourcecode=[https://github.com/bfbbdecomp/bfbb/blob/master/src/Game/zSurface.h zSurface.h]}}
{{#vardefine:games|Scooby BFBB TSSM Incredibles ROTU RatProto}}<nowiki/>
|{{#vardefine:sourcecode=|[https://github.com/bfbbdecomp/bfbb/blob/master/src/Game/zSurface.h zSurface.h]}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
{{AutoAssetInfobox}}
 
A '''MAPR''' asset assigns [[SURF|surfaces]] to certain parts of the [[JSP]] mesh, allowing material effects and surface effects (such as out of bounds) on the level model.
 
==Format==
The asset data starts with the asset ID, then an int which defines the amount of entries in the MAPR table, then the entries themselves. Each entry has the following format:
 
===zMaterialMapAsset===
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || [[AssetID]] ([[SURF|Surface]]) || '''Surface to be appliedid''' || Asset ID of MAPR.
|-
| 0x04 || uint || '''count''' || Amount of entries.
| 0x04 || int || '''Unknown''' - this is likely an index into the JSP to choose which mesh the effect will be applied to.
|}
 
====zMaterialMapEntry====
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || [[AssetID]] || '''surfaceAssetID''' || Asset ID of Surface to be applied
|-
| 0x04 || intuint || '''UnknownmaterialIndex'''|| - thisThis is likely an index into the JSP to choose which mesh the effect will be applied to.
|}
 
{{Assets}}
{{AutoGameNavs}}
 
[[Category:Asset]]
2,079

edits