EvilEngine/CSNM: Difference between revisions

m
add ROTU
Battlepedia>Seil
(Created page with "==Format== Cutscene managers are object assets, so they start with their 0x8 byte header, then are followed by: {| class="wikitable" ! Offset !! Type !! Desc...")
 
m (add ROTU)
 
(11 intermediate revisions by 4 users not shown)
Line 1:
<onlyinclude>
==Format==
{{#vardefine:typeid|CSNM}}<nowiki/>
Cutscene managers are [[Object Asset|object assets]], so they start with their 0x8 byte header, then are followed by:
{{#vardefine:name|Cutscene Mgr}}<nowiki/>
{{#vardefine:type|[[Base]]}}<nowiki/>
{{#vardefine:basetype|0x28}}<nowiki/>
{{#vardefine:games|Scooby BFBB TSSM Incredibles ROTU}}<nowiki/>
{{#vardefine:sourcecode|[https://github.com/bfbbdecomp/bfbb/blob/master/src/Core/x/xCutsceneMgr.h xCutsceneMgr.h]}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
{{AutoAssetInfobox}}
 
==Format: Night of 100 Frights and Battle for Bikini Bottom==
Cutscene managers are [[Object AssetBase|objectbase assets]], so they start with their 0x8 byte header, then are followed by:
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x08 || [[AssetID]] ([[CSN|Cutscene]]) || '''cutsceneAssetID''' ||
|-
| 0x0C || unsigned int || '''flags''' ||
|-
| 0x10 || float || '''interpSpeed''' ||
|-
| 0x14 || float[15] || '''startTime''' ||
|-
| 0x50 || float[15] || '''endTime''' ||
|-
| 0x8C || [[AssetID]][15] || '''emitID''' ||
|-
! colspan="4" | Events
|-
| 0xC8 || Event[numberOfEvents] || '''[[Events]]''' ||
|}
 
==Format: The SpongeBob SquarePants Movie and The Incredibles==
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x08 || [[AssetID]] ([[CSN|Cutscene]]) || '''cutsceneAssetID''' ||
|-
| 0x0C || unsigned int || '''flags''' || Usually 1C
|-
| 0x10 || float || '''interpSpeed''' ||
|-
| 0x14 || [[SUBT]] || '''uSubtitlesID''' || Subtitles_AssetID
|-
| 0x080x18 || float[[AssetID]15] ([[CSN|Cutscene]]) || '''CutscenestartTime''' ||
|-
| 0x0C0x54 || intfloat[15] || Unknown.'''endTime''' Always 16 or|| 28
|-
| 0x100x90 || unsigned int[4615] || null'''emitID''' ||
|-
! colspan="34" | Events
|-
| 0xC80xCC || Event[numberOfEvents] || '''[[Events]]''' ||
|}
{{Assets}}
{{AutoGameNavs}}
 
[[Category:Asset]]
2,079

edits