Skip to content

Release 1.3.6

Pre-release
Pre-release

Choose a tag to compare

@narknon narknon released this 05 Nov 18:11
· 1924 commits to main since this release
fea9220

New

  • Mods that have 'enabled.txt' present in their mod directory are now always loaded regardless of their state in mods.txt.

Lua

  • Added better support for StrProperty/FString.
    They can now be set like any other variable (Lua literal strings get auto-converted to FStrings).
    Parameters for "RegisterHook" that are of type FString are now also supported.
  • Added support for SoftClassProperty/TSoftClassPtr.
  • Added support for FSoftObjectPath and TSoftClassPtr, see API.txt for more information.

Fixes

  • Fixed a bug that caused an occasional crash on startup.
  • Fix to accuracy of Instanced specifiers in UHT dumps.

Known Issues
*Issue with GC of certain Lua functions being run on main thread causing crashes after extended use.