EvilEngine/CSNM: Difference between revisions

m
add ROTU
m (3 revisions imported)
m (add ROTU)
 
(4 intermediate revisions by 3 users not shown)
Line 1:
<onlyinclude>
{{AssetInfobox
{{#vardefine:typeid|CSNM}}<nowiki/>
|subtitle=Cutscene Mgr
{{#vardefine:name|Cutscene Mgr}}<nowiki/>
|type=[[Base]]
{{#vardefine:type|[[Base]]}}<nowiki/>
|objectid=0x28
{{#vardefine:basetype|0x28}}<nowiki/>
|games=Night of 100 Frights<br>Battle for Bikini Bottom<br>The SpongeBob SquarePants Movie<br>The Incredibles
{{#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==
==Format==
Cutscene managers are [[Base|base assets]], so they start with their 0x8 byte header, then are followed by:
 
Line 14 ⟶ 18:
| 0x08 || [[AssetID]] ([[CSN|Cutscene]]) || '''cutsceneAssetID''' ||
|-
| 0x0C || unsigned int || '''flags''' || Always 16 or 28
|-
| 0x10 || ?float || '''interpSpeed''' || null
|-
| 0x14 || ?float[15] || '''startTime''' || null
|-
| 0x50 || ?float[15] || '''endTime''' || null
|-
| 0x8C || ?[[AssetID]][15] || '''emitID''' || null
|-
! colspan="4" | Events
Line 29 ⟶ 33:
|}
 
|games=Night of=Format: 100 Frights<br>Battle for Bikini Bottom<br>The SpongeBob SquarePants Movie<br> 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
|-
| 0x18 || float[15] || '''startTime''' ||
|-
| 0x54 || float[15] || '''endTime''' ||
|-
| 0x90 || unsigned int[15] || '''emitID''' ||
|-
! colspan="4" | Events
|-
| 0xCC || Event[numberOfEvents] || '''[[Events]]''' ||
|}
{{Assets}}
{{AutoGameNavs}}
 
[[Category:Asset]]
2,079

edits