Skip to content

Releases: IllusionMods/IllusionModdingAPI

Illusion Modding API v1.13.2

19 Sep 04:22
Compare
Choose a tag to compare

Changelog

  • Added explicit dependency to KoikatuAPI for author plugin to fix rare startup issues
  • Reduced garbage generation
  • Fixed game debug builds breaking the initialization

Illusion Modding API v1.13.1

13 Aug 20:40
Compare
Choose a tag to compare

Changelog

  • Added Attempt linq extension
  • Fixed slightly wrong positions of custom SceneEffectsCategory studio controls in some games
  • Fixed card filenames getting mangled by dots in character names in KK and EC

Illusion Modding API v1.13

24 Jul 00:43
Compare
Choose a tag to compare

Changelog

  • Added KKAPI.Studio.UI.CustomToolbarButtons - API to add new toggle buttons to the left toolbar in studio (check preview pic)
  • Delay creating studio custom state controls by a frame (should be safer)
  • Don't rely on dodgy extension method when creating studio custom state controls

You can find an example of a toolbar icon here, feel free to modify it for your own use.
preview

Illusion Modding API v1.12.4

04 Jul 13:36
Compare
Choose a tag to compare

Changelog

  • Implement missing accessory copying event in AIS/HS2 (Fixes losing MaterialEditor data when copying accessories)

Illusion Modding API v1.12.3

20 Jun 12:22
Compare
Choose a tag to compare

Changelog

  • Fixed SceneEffectsCategory regression that caused KK_StudioSceneSettings to stop working
  • Improved robustness of SceneEffectsCategory initialization code

Illusion Modding API v1.12.2

13 Jun 21:41
Compare
Choose a tag to compare

Changelog

  • Added MakerCardSave for AI/HS2
  • Added IMGUIUtils.EatInputInRect
  • Fixed IMGUIUtils.DrawSolidBox being too bright in PH/AI/HS2
  • Cleaned up MakerCardSave hook in KK
  • Fixed AccessoryKindChanged using wrong slot id in AI/HS2 (thanks to リゼ)
  • Fixed GetGamemode crash in some cases in HS2

Illusion Modding API v1.12.1

08 Jun 17:45
Compare
Choose a tag to compare

Bugfix release for HS2 (and a bit of AIS). I really hope I won't have to deal coordinate card bugs again 😅

Changelog

  • Added GameMode.MainGame detection in HS2
  • Don't trigger card save events in HS2 main game to avoid destroying data related to clothes
  • Fixed clothes data getting lost in some cases in AI/HS2
  • Fixed getting maker sex in a wrong way (and sometimes giving wrong result) in AI/HS2
  • Fixed mod data load toggles not working properly in AI/HS2 maker
  • Fixed using mod data from a random card for initial maker character in AI/HS2
  • Fixed not detecting the coordinate load mode correctly in HS2

Illusion Modding API v1.12

01 Jun 17:57
d3d654d
Compare
Choose a tag to compare

Changelog

  • Added support for HoneySelect2
  • Added game names to nuget package tags to make searching easier
  • Updated and consolidated dependencies

Illusion Modding API v1.11.1

08 May 18:29
f9bd893
Compare
Choose a tag to compare

Changelog

  • Fixed CharacterReloaded event not firing first time when a new char is created

Illusion Modding API v1.11

26 Apr 14:31
Compare
Choose a tag to compare

Changelog

  • Added support for PH (#14)
  • Added SceneEffects menu API (thanks to @DeathWeasel)
  • Fixed maker dropdowns not being openable in some cases