Skip to content

Releases: IllusionMods/IllusionModdingAPI

Illusion Modding API v1.20.1

02 Jun 14:24
Compare
Choose a tag to compare

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

Changelog

Illusion Modding API v1.20 for Koikatsu Sunshine trial

30 May 05: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

Illusion Modding API v1.19

17 May 01:46
Compare
Choose a tag to compare

Changelog

Illusion Modding API v1.18

19 Apr 18:56
Compare
Choose a tag to compare

You can use the new ADV features together with the new ADV editor tool here.

Changelog

Illusion Modding API v1.17

19 Mar 23:10
Compare
Choose a tag to compare

Large update with many new useful APIs for KK and other games, and some fixes. Thanks for contributions from @thojmr and @Keelhauled!

Changelog

Illusion Modding API v1.16

27 Feb 18:06
Compare
Choose a tag to compare

Large update with many new useful APIs and improved support for AI and HS2 thanks to contributions from @thojmr and @OrangeSpork.

Warning: This release needs at least BepInEx 5.4.4 and BepisPlugins r16.2 to work properly.

Changelog

  • 66b14dc @ManlyMarco - Added MakerControl.GroupingID property to all custom maker controls (Allows to change order of plugin controls and grouping multiple plugin's controls together. Each group is separated automatically by a separator)
  • f11b873 @OrangeSpork - [HS2,AI] Added missing MoreAccessoriesAPI support (#24)
  • 7921faa @thojmr - [AI] Added GameAPI utilities and game controllers to AIAPI (#23)
  • a37582b @ManlyMarco - [KK] Added IsSonyu and IsHoushi extension methods
  • 2dade99 @ManlyMarco - Added TranslationHelper (Easy way to ask AutoTranslator to translate strings to currently set language. Thanks to this there's no need to do anything special if AT isn't installed or is turned off)
  • 8b2c02e @ManlyMarco - Added OnGUIAsObservable extension (For some reason this was missing from UniRx, even though all other update types are supported)
  • f0cb5ad @ManlyMarco - Added some useful extension methods
  • dbcefd3 @ManlyMarco - Included ConfigurationManagerAttributes class (Plugins no longer have to include it themselves)
  • 05cc241 9dde2d7 @ManlyMarco - Updated docs

Illusion Modding API v1.15

29 Dec 22:13
1dae405
Compare
Choose a tag to compare

This update mostly has improvements for KK and PH. It brings PHAPI up to parity with other games in terms of studio and maker support. Thanks to @DeathWeasel1337 and @Keelhauled for help with this release!

Warning: This release needs at least BepInEx 5.4.4 and BepisPlugins r16.2 to work properly.

Changelog

Illusion Modding API v1.14

15 Dec 01:32
Compare
Choose a tag to compare

This update is aimed at Koikatsu and to a lesser degree EmotionCreators. Thanks to @GeBo1 and @Keelhauled for help with this release!

Changelog

  • 4255738 [KK] Added GameAPI.InsideHScene (@ManlyMarco)
  • b3f4e42 [KK] Added GameAPI.GetRegisteredBehaviour and GameCustomFunctionController.OnNewGame (@GeBo1 in #21)
  • 640d806 [KK, EC] Make maker sidebar scrollable with mouse wheel if it overflows (@Keelhauled)
  • 2591385 [KK] Fixed player character's extended data not being saved properly in main game (@GeBo1 in #20)
  • 60fb2b1 [KK, EC] Fixed coordinate load crashes in wedding menu and possibly other places (@ManlyMarco)

Illusion Modding API v1.13.4

08 Nov 21:40
Compare
Choose a tag to compare

Changelog

  • Fixed StudioAPI.GetSelectedObjects not working properly when FK or IK nodes of a character are selected (by @DeathWeasel1337 in #18)
  • Fixed SceneEffectsCategory custom controls in studio overflowing the window (by @Mantas-2155X in #19)
  • Fixed scrolling mouse wheel over custom maker sliders changing the value by a wrong amount in some cases

Illusion Modding API v1.13.3

09 Oct 20:43
Compare
Choose a tag to compare

Changelog

  • [HS2] Fixed sidebar items in maker being too large when there are more than 4 (Thanks to @Mantas-2155X in #16)
  • Fixed DrawLabelWithOutline not using proper color in some cases