Skip to content
MarC0 edited this page Mar 24, 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, creating interface elements at runtime, and many other tasks. All this while supplying many useful methods and tools.

Here are some mods that use KKAPI:

Getting started

  1. First of all, download the latest release.
  2. Basic construction of the API is explained in the introduction.
  3. A short tutorial on how the API can be used to make a plugin can be found here.
  4. Code reference can be found here.
  5. You can get help with using this API on the Koikatsu! discord server.