Skip to content
MarC0 edited this page Feb 13, 2019 · 7 revisions

Introduction

KKAPI is a project that aims to make creating mods for Kokatsu! easier and less bug-prone. It abstracts away a lot of the complexity of hooking the game save/load logic, of creating interface elements at runtime, and many other. All this while supplying many useful methods and tools.

Here are some mods that use KKAPI:

  • Koikatu Overlay Mods - Uses many different features like saving to coordinates, partial load toggles, advances maker interface elements, using Windows Open File dialogs, etc.
  • KK_BecomeTrap - Simple mod that give a good example of how clean and easy KKAPI makes things.
  • KK_SkinEffects - Uses StudioAPI to create custom controls in the studio interface.
  • KKABMX - Uses a lot of runtime-generated maker UI elements, fairly complex.

Getting started

You can get started by downloading the latest release and reading the introduction.

Clone this wiki locally