EvilEngine/SUBT: Difference between revisions

no edit summary
m (Seil moved page SUBT to EvilEngine/SUBT)
No edit summary
 
Line 11:
 
==Format==
Subtitles are base assets, so they start with their 0x8 base header, then are followed by:
 
===xSubtitlesAsset===
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x08 || ushort || '''uAssetNumLines''' || Number of [[#paSubtitleLines|lines]].
|-
| 0x0A || ushort || '''uAssetByteCount''' || Size of Asset (without xBaseAsset and this header)
|}
 
===paSubtitleLines===
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x0C0x00 || float || '''fStartTime''' ||
|-
| 0x100x04 || float || '''fStopTime''' ||
|-
| 0x140x08 || uint || '''uStringOffset''' || Offset to null-terminated string, relative to end of xSubtitlesAsset & paSubtitleLines.
|}
 
 
{{Assets}}
2,079

edits