Skip to content

SMLHelper v2.9

Compare
Choose a tag to compare
@toebeann toebeann released this 13 May 03:51
· 975 commits to master since this release
527b745

Changes made in this version #190

  • #189 (new feature) Custom console commands API
    • Added a new API for registering custom console commands that handles basic type-checking and user-error reporting
  • #186 (bug fix) BZ Stable Custom Crafter Null SkyApplier Fix
    • Fixed a bug that would throw a NullReferenceException if a prefab does not have a SkyApplier
  • #185 (maintenance) Update README to reflect QMM4, BepInEx and HarmonyX
    • Updated REAME.md documentation for QMM4, BepInEx and HarmonyX
  • #184 (performance) Asynchronous loading for ModPrefab
    • Added a GetGameObjectAsync method to ModPrefab, so it could work after upcoming async update for SN.
  • #173 (new feature) Attribute-based config and mod options
    • Added a new, super-simple way of creating menu items for Mod Options, linked directly to a config file on disk
  • #191 Pda Entry Data Overwriting
    • Pda Data overwriting is now allowed. Use with CAUTION