Skip to content

Releases: IllusionMods/IllusionModdingAPI

Illusion Modding API v1.28

28 Oct 01:21
Compare
Choose a tag to compare

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

Illusion Modding API v1.27

09 Oct 14:09
Compare
Choose a tag to compare

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

21 Sep 18:59
Compare
Choose a tag to compare

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

Illusion Modding API v1.25

05 Sep 16:06
Compare
Choose a tag to compare

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

29 Aug 13:07
Compare
Choose a tag to compare

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

Illusion Modding API v1.23

19 Aug 10:15
Compare
Choose a tag to compare

Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.4 to work properly.

Changelog

Illusion Modding API v1.22

16 Aug 19:30
afede69
Compare
Choose a tag to compare

Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.4 to work properly.

Changelog

  • 8e2ce16 @jalil49 [KK,EC,KKS] Added automatic hiding of custom accessory maker controls (#35)
  • b215ce7 @ManlyMarco [KK] Changed H scene events in game func controller to support VR module better (#42)

Illusion Modding API v1.21

12 Aug 17:39
Compare
Choose a tag to compare

Warning: This release needs at least BepInEx 5.4.15 and BepisPlugins r16.4 to work properly.

Changelog

Illusion Modding API v1.20.3

09 Jun 21:20
Compare
Choose a tag to compare

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

04 Jun 02:16
Compare
Choose a tag to compare

Warning: This release needs at least BepInEx 5.4.8 and BepisPlugins r16.3 to work properly.

Changelog

  • ee56a2f 84255b4 @jalil49 [KK,KKS] Accessory window scrolling improvements and fixes (#34)
  • 63c3212 @ManlyMarco Send updates to custom controls after maker finishes loading instead of on creation; Fixes some bugs with default characters replaced by the CharacterReplacer plugin