EvilEngine/SUBT

From Heavy Iron Modding
< EvilEngine(Redirected from SUBT)

SUBT
Subtitles
TypeBase
Base Type0x00
Games usedThe Incredibles
Rise of the Underminer

Format[edit]

Subtitles are base assets, so they start with their 0x8 base header, then are followed by:

xSubtitlesAsset[edit]

Offset Type Variable Description
0x08 ushort uAssetNumLines Number of lines.
0x0A ushort uAssetByteCount Size of Asset (without xBaseAsset and this header)

paSubtitleLines[edit]

Offset Type Variable Description
0x00 float fStartTime
0x04 float fStopTime
0x08 uint uStringOffset Offset to null-terminated string, relative to end of xSubtitlesAsset & paSubtitleLines.