Skip to content

MSBT File Format

Yannik Marchand edited this page Aug 29, 2019 · 19 revisions

LMS > Overview > Message File (MSBT)

This file is identified by the magic number MsgStdBn (message studio binary text). It contains text strings that are looked up by label.

Type Description
LBL1 Message labels
TXT2 Message strings
ATR1 Attributes
TSY1 Text style

LBL1 Block

This block contains labels for the TXT2 and TSY1 blocks.

TXT2 Block

This block contains the actual text strings.

Offset Size Description
0x0 4 Number of messages
0x4 4 per message Offsets to message strings
Null-terminated message strings

ATR1 Block

Offset Size Description
0x0 4 Number of attributes
0x4 4 Bytes per attribute
0x8 Attributes

TSY1 Block

Offset Size Description
0x0 4 per message Style index in MSBP file
Clone this wiki locally