Releases: IllusionMods/IllusionModdingAPI
Illusion Modding API v1.28
Warning: This release needs at least MoreAccessories 2.0.15 and BepisPlugins r16.8 to work properly. Koikatu (KK/KKP) and EC users will need to update MoreAccessories to the new experimental version. You can see a list of plugins that might still have issues here.
Changelog
- 9a32872 @ManlyMarco [KKS] Fixed double reloads in maker (caused slower startup and pushup issues)
- eb6faea @jalil49 [KK,EC,KKS] Fixed CopyWindow event breaking in MoreAccessories versions 2.0.0~2.0.16 (#51)
- 7c59160 @ManlyMarco [KK,KKS] GetCurrentHeroine - Try to find heroine in ADV scenes
- 24323ee @ManlyMarco [KK,EC,KKS] Fixed IsInterfaceVisible not seeing maker exit dialog
- e55b928 @ManlyMarco Fixed IsInterfaceVisible not seeing config or exit box in some games
- 95a434a @ManlyMarco Removed unnecessary logging
Illusion Modding API v1.27
Warning: This release needs at least MoreAccessories 2.0.6 and BepisPlugins r16.8 to work properly. Koikatu (KK/KKP) and EC users will need to update MoreAccessories to the new experimental version. You can see a list of plugins that might still have issues here.
Changelog
- 2fc9c93 deac06f @ManlyMarco [KK, KKS] Added GameApi methods: GetCurrentHeroine, GetTalkScene, GetActionControl and GetADVScene
- c7e0c9f @ManlyMarco [KK, KKS] Added GameAPI events: DayChange, PeriodChange and NewGame
- 80c88bf @ManlyMarco [KK, KKS, HS2] Added KoikatuAPI.IsVR method
- 0c1443c @ManlyMarco Added support for UniTask to CoroutineUtils.GetMoveNext and PatchMoveNext
- 379501b @ManlyMarco Prevent OpenFileDialog from changing current directory when it's open; Pause the game while OpenFileDialog is open
- b3bb9e5 @ManlyMarco [KKS] Fixed UI breaking in maker when custom tab in body page is selected and user switches to different page and back
- 2e91774 @OrangeSpork [KKS] Fixed missing Studio Chara Reload Hook (not firing OnReload in some cases); [EC] Fixed using StudioAPI in IMGUIUtils (#50)
- 53e516e @ManlyMarco [KK] Fixed IMGUIUtils.DrawSolidBox being too bright in KK studio
- d779a15 @ManlyMarco Improved explanations
Illusion Modding API v1.26
Warning: This release needs at least MoreAccessories 2.0.6 and BepisPlugins r16.8 to work properly.
This release adds support for Koikatsu Sunshine Studio and VR module.
Koikatu (KK/KKP) and EC users will need to update MoreAccessories to the new experimental version. Some plugins are not yet compatible with this update, so only update if you know what you're doing (no need to update for now). You can see a list of plugins that might still have issues here. There might still be some bugs in the new MoreAccessories or this version of KKAPI, so be on a lookout.
Changelog
- @jalil49 Update Accessories API to use latest versions of MoreAccessories (#49)
- 3d1e060 @ManlyMarco Added support for KKS Studio and VR module
- 4d2e559 @ManlyMarco Added ExtendedSave version check to BepInDependency
- b1f2403 @ManlyMarco Detect outdated MoreAccessories versions and show a warning on screen
- d7ec3d8 @ManlyMarco Use a more reliable implementation of GetMakerSex
- cf29316 @ManlyMarco Upgrade release script
Illusion Modding API v1.25
Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.7 to work properly.
Changelog
- 632d8b0 @ManlyMarco Added CoroutineUtils.GetMoveNext and PatchMoveNext helpers for easier patching of coroutines
- 488392d @ManlyMarco [KKS] Implemented Get/SetExtendedData in Game controllers (save plugin data in save files)
- 5c8f978 @ManlyMarco [KKS] Removed accessory window scrolling code for compatibility with upcoming KKS MoreAccessories
Illusion Modding API v1.24
This release adds support for full release of Koikatsu Sunshine (KKS).
Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.5 to work properly.
Changelog
- 305e7bc @ManlyMarco Port part of GameAPI from KK to KKS (To plugin devs: there might be bugs!)
- 3b73709 @ManlyMarco Fix crash in latest KKS update
- 220ad6e @ManlyMarco Implement MakerCardSave in KKS
- 1c7aefc 045b157 @ManlyMarco Update process name constants for KKS
- 1fd340e @ManlyMarco Update nuspec dependencies (auto install BepInEx 5.4.15)
- 1944824 @ManlyMarco Update packages
Illusion Modding API v1.23
Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.4 to work properly.
Changelog
- dae9e94 @ManlyMarco [KK] Added GameApi.AddTalkButton (Adds a new conversation button in talk scenes in roaming mode, like the stock "Confess" and "Excercise together" buttons)
- b906d4d @Mantas-2155X [AI-HS2] Fixed missing backgrounds in custom SubCategories in the Clothes tab (#46)
- 7853388 @jalil49 [KK] Fixes for automated acc control visibility feature (#45)
Illusion Modding API v1.22
Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.4 to work properly.
Changelog
Illusion Modding API v1.21
Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.4 to work properly.
Changelog
- b74f0d5 @ManlyMarco Added new extended data methods to CharaCustomFunctionController (can now save plugin data directly inside clothing, accessory, body, face, and parameter data so it's automatically copied and moved as needed)
- 65e9ed8 @ManlyMarco Added SceneApi (universal version of Manager.Scene)
- fb6b452 @OrangeSpork [AI,HS2] Added MakerTextbox to AIalike (#39)
- e44efdb @ManlyMarco Updated dependencies to latest versions; Now requires BepInEx v5.4.15 and BepisPlugins v16.4
- 9e53580 @ManlyMarco [KK] Fixed GameAPI H scene events not working in VR module
Illusion Modding API v1.20.3
Warning: This release needs at least BepInEx 5.4.8 and BepisPlugins r16.3 to work properly.
Changelog
- c490960 @GeBo1 [KK] Added KoikatuAPI.IsDarkness()
- 412c236 @ManlyMarco [KK] Use KoikatuCompatibilityAnalyzer and add it as dependancy in nuspec (so it's pushed to plugins that use KKAPI)
Illusion Modding API v1.20.2
Warning: This release needs at least BepInEx 5.4.8 and BepisPlugins r16.3 to work properly.