Releases: simbroadcasts/node-insim
Releases · simbroadcasts/node-insim
v4.6.0
4.6.0 (2025-01-26)
Bug Fixes
- insim: Derive
InSimPacket
type frompacketTypeToClass
(54baceb)
Features
- is_aic: repeat AI info using special
CS_REPEAT_AI_INFO
input type (9dded53)CS_SEND_AI_INFO
input to send a singleIS_AII
packetCS_REPEAT_AI_INFO
input to sendIS_AII
packets at regular intervals
- is_aic: support for array of inputs, optional time to hold (53c5e24)
- Each input can optionally take a time value to hold
- Exported all packet enums:
AICGear
AICHeadlights
AICIndicators
AICInput
AICLook
AICSteering
AICToggleValue
AIInputVal
v4.5.0
v4.4.0
4.4.0 (2025-01-23)
Added support for new AI control packets introduced in LFS test patch F2.
Features
v4.3.0
4.3.0 (2024-11-26)
Features
- insim: add
sendLocalMessage
for sending messages to appear on local computer only (717aa1d), closes #54 - insim: add
sendMessage
method for sending commands or chat messages (8406a11), closes #54 - insim: add
sendMessageToPlayer
andsendMessageToConnection
for sending messages to a specific player / connection in multiplayer (6e3d8e2), closes #54