IS MST

From LFS Manual
Revision as of 18:39, 9 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''MS'''g '''T'''ype packet contains text messages sent to LFS. Standard messages appear in-game, commands are parsed and executed, and prefix messages...")
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to navigationJump to search

Introduction

The MSg Type packet contains text messages sent to LFS. Standard messages appear in-game, commands are parsed and executed, and prefix messages are hidden in-game but still appear in the host's InSim program as IS_MSO messages.

IS_MST packet properties
Type Name Description
byte Size 68
byte Type ISP_MST
byte ReqI 0
byte Zero
char Msg[64] last byte must be zero

Packet Details

Size

The size of the packet is always 68 bytes.

Type

The packet type from the ISP_ enumeration, always ISP_MST.

ReqI

ReqI is always equal to zero.

Msg

The bytes representing the message. The message is padded with zeros. The last byte is always zero.