Skip to content

Illusion Modding API v1.40

Compare
Choose a tag to compare
@ManlyMarco ManlyMarco released this 29 Apr 13:35
· 8 commits to master since this release

What's Changed

  • [Studio] Add CurrentStateCategoryColorPicker by @RikkiBalboa in #64
  • Better error handling and debug logging in some event handlers by @ManlyMarco in #66
    • Shows order in which each plugin is called, and how long each plugin takes.
    • Not all events are being logged - only character, scene and some maker events.
    • Off by default, need to turn on the "Show debug messages" setting to see the new log messages. Takes effect immediately.
  • [PH] Use the same version number as versions for other games by @ManlyMarco in #67
    • Last stable version is v1.15.1, later versions are not tested.
    • New changes only affect studio, main game code shouldn't change since the stable version.

New Contributors

Full Changelog: v1.39...v1.40