New build (230214) is now live

Changes and fixes:
  • Autostart scripts will now be run after built-in classes initialization (UIElement, TBMenu, PlayerInfo, etc)
  • Fixed bug with replay saving window always throwing "invalid name" error
  • Fixed bug with main chat tab title not being displayed by default
  • UIMODE_LIGHT global Lua variable is now UIElement.lightUIMode


I've received a bunch of reports which all involved the usage of third party scripts (such as theme picker by AssassinPro) - please keep in mind that any scripts will potentially break your game as things get updated, depending on whether they relied on deprecated functionality.
Theme picker script in particular will currently break file IO as its initializer code will run infinitely, opening a new instance of a config file every time and never closing it as it crashes before doing so.