EvilEngine/CSN: Difference between revisions

Content added Content deleted
(model assetid list)
No edit summary
Line 14: Line 14:
===Header===
===Header===
CSN starts with a header, which is also present in the [[CTOC]] asset (without padding bytes).
CSN starts with a header, which is also present in the [[CTOC]] asset (without padding bytes).

====xCutsceneInfo====
====xCutsceneInfo====
This xCutsceneInfo header is 0x50 bytes in Scooby/BFBB, 0x830 bytes in TSSM and 0x1030 bytes in The Incredibles long.
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 45: Line 47:
| 0x2C || uint || '''pad''' || ''null''
| 0x2C || uint || '''pad''' || ''null''
|-
|-
| 0x30 || byte[16] || '''SoundLeft''' || '''Only present in Scooby/BFBB'''
! 0x30 || || || Night of 100 Frights/Battle for Bikini Bottom
|-
|-
| 0x40 || byte[16] || '''SoundRight''' || ''null'' '''(Only present in Scooby/BFBB)'''
| 0x30 || char[16] || '''SoundLeft''' ||
|-
| 0x40 || char[16] || '''SoundRight''' || ''null''
|-
! 0x30 || xCutsceneAudioTrack || '''AudioTracks[32]''' || The SpongeBob SquarePants Movie
|-
| 0x00 || uint || '''uLeftSoundId''' ||
|-
| 0x04 || uint || '''uRightSoundId''' ||
|-
| 0x08 || char[28] || '''szLeftSound''' ||
|-
| 0x24 || char[28] || '''szRightSound''' ||
|-
! 0x30 || xCutsceneAudioTrack || '''AudioTracks[32]''' || The Incredibles
|-
| 0x00 || uint || '''uLeftSoundId''' ||
|-
| 0x04 || uint || '''uRightSoundId''' ||
|-
| 0x08 || char[60] || '''szLeftSound''' ||
|-
| 0x44 || char[60] || '''szRightSound''' ||
|}
|}



====xCutsceneData====
====xCutsceneData====