Skip to content

v1.3.2 - Safety: suspend camera when player is driving

Choose a tag to compare

@seikenxa seikenxa released this 26 May 21:06
· 9 commits to main since this release

v1.3.2 - Safety: suspend camera switching while player is driving

Bug fix: In LMU, the REST API could forcibly switch the camera away from the player while driving. In rF2, enabling autocam had a 15-20 second delay before first switch.

Plugin changes:

  • playerDriving detection (mIsPlayer and mFinishStatus == 0)
  • Camera selection and REST API calls skipped while driving
  • Autocam resumes automatically on DNF or spectator entry
  • First-switch delay removed when toggling ON
  • HUD message now shown in LMU on toggle
  • status.json: new player_driving field

OBS Lua script changes:

  • player_driving_start trigger (false to true)
  • player_driving_end trigger (true to false, DNF or spectator)