Skip to content

v1.3.5 - Fix WantsToDisplayMessage check

Choose a tag to compare

@seikenxa seikenxa released this 28 May 22:40
· 6 commits to main since this release

Changes

Bug fix

  • WantsToDisplayMessage pointer comparisonmessage.mText == "" was comparing a char[128] buffer address against a string literal address (always false). Corrected to message.mText[0] == '\0'.

Known limitation

  • The "Auto camera: on/off" message does not appear in LMU. LMU appears not to implement the WantsToDisplayMessage InternalsPlugin callback. An alternative notification path for LMU is under investigation.

No gameplay changes

This release contains no changes to camera selection logic or autocam behaviour.