Skip to content

yuemenglong/IllusionModdingAPI

 
 

Repository files navigation

Get help on Koikatu discord server Latest release Downloads Issues License

Modding API for Illusion games

This is an API designed to make writing plugins for recent UnityEngine games made by the company Illusion easier and less bug-prone. It abstracts away a lot of the complexity of hooking the game save/load logic, creating interface elements at runtime, and many other tasks. All this while supplying many useful methods and tools. Supported games:

  • PlayHome (PHAPI)
  • Koikatu/Koikatsu Party (KKAPI)
  • Emotion Creators (ECAPI)
  • AI-Shoujo/AI-Syoujyo (AIAPI)
  • HoneySelect2 (HS2API)

Some mods that use the Modding API

The API is required by many plugins made for Koikatsu, Emotion Creators and AI-Girl/AI-Shoujo. Here are some of them:

How to install

  1. 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!
  2. Install latest version of BepInEx 5.0 and BepisPlugins. If MoreAccessories is used, make sure it is up to date as well.
  3. Extract the archive into your game directory. The .dll file should end up inside BepInEx\plugins.

Developers

Previews

To get a good preview you can download one of the mods listed above, for example Koikatu Overlay Mods.

kkapi preview 1 kkapi preview 2

About

Modding API for games made by Illusion (KKAPI / ECAPI / AIAPI)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%