Skip to content

Releases: IllusionMods/IllusionModdingAPI

Illusion Modding API v1.19

Choose a tag to compare

@ManlyMarco ManlyMarco released this 17 May 01:46

Changelog

Illusion Modding API v1.18

Choose a tag to compare

@ManlyMarco ManlyMarco released this 19 Apr 18:56

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

Changelog

Illusion Modding API v1.17

Choose a tag to compare

@ManlyMarco ManlyMarco released this 19 Mar 23:10

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 27 Feb 18:06

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 29 Dec 22:13
1dae405

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 15 Dec 01:32

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 08 Nov 21:40

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 09 Oct 20:43

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

Illusion Modding API v1.13.2

Choose a tag to compare

@ManlyMarco ManlyMarco released this 19 Sep 04:22

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 13 Aug 20:40

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