Releases: IllusionMods/IllusionModdingAPI
Releases · IllusionMods/IllusionModdingAPI
Illusion Modding API v1.13.2
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
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
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.
Illusion Modding API v1.12.4
Changelog
- Implement missing accessory copying event in AIS/HS2 (Fixes losing MaterialEditor data when copying accessories)
Illusion Modding API v1.12.3
Changelog
- Fixed SceneEffectsCategory regression that caused KK_StudioSceneSettings to stop working
- Improved robustness of SceneEffectsCategory initialization code
Illusion Modding API v1.12.2
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
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
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
Changelog
- Fixed CharacterReloaded event not firing first time when a new char is created
Illusion Modding API v1.11
Changelog
- Added support for PH (#14)
- Added SceneEffects menu API (thanks to @DeathWeasel)
- Fixed maker dropdowns not being openable in some cases