EvilEngine/SUBT
< EvilEngine(Redirected from SUBT)
SUBT | |
---|---|
Subtitles | |
Type | Base |
Base Type | 0x00 |
Games used | The Incredibles Rise of the Underminer |
Format
Subtitles are base assets, so they start with their 0x8 base header, then are followed by:
xSubtitlesAsset
Offset | Type | Variable | Description |
---|---|---|---|
0x08 | ushort | uAssetNumLines | Number of lines. |
0x0A | ushort | uAssetByteCount | Size of Asset (without xBaseAsset and this header) |
paSubtitleLines
Offset | Type | Variable | Description |
---|---|---|---|
0x00 | float | fStartTime | |
0x04 | float | fStopTime | |
0x08 | uint | uStringOffset | Offset to null-terminated string, relative to end of xSubtitlesAsset & paSubtitleLines. |