Illusion Modding API v1.9.9
Added 2019-11-30 00:37:57 +0000 UTCThis is an API designed to make writing plugins for recent UnityEngine games made by the company Illusion easier and less bug-prone. It is required by many plugins made for Koikatsu, Emotion Creators and AI-Girl/AI-Shoujo.
What's new?
v1.9.9
- Added information about amount of free RAM to logs (to make troubleshooting easier for others trying to help you)
- Fixes to KK/EC maker dropdowns extending outside of the screen and not scrolling (fixes uncensor select dropdown for example)
v1.9.8
- Fixed plugin data being lost when entering KK class character maker.
v1.9.7
- Fixed coordinate extended data being lost in some cases in AI-Shoujo (e.g. overlays lost after a bath; overlays not loading when changing clothes in H mode).
v1.9.6
- Fixed crash with latest KK MoreAccessories release.
v1.9.5
- Performance improvement in character function controllers, especially when there are many characters and/or plugins using this API.
- Fixed GetEmbeddedResource failing if called by a method that was harmony patched and with no assembly specified. Mainly improves compatibility with testing tools.
How to install
- Download the latest release for your game. Warning: You only need the version specific for your game (check the prefix, for example KK = for Koikatsu). Downloading version for the wrong game or multiple versions will break things!
- Install the latest version of BepInEx 5.0 and BepisPlugins. If MoreAccessories is used, make sure it is up to date as well.
- Extract the archive into your game directory. The .dll file should end up inside BepInEx\plugins.