Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
/ CalApi Public archive

Some small useful APIs and utilities for modding Cats are Liquid - A Better Place

License

Notifications You must be signed in to change notification settings

cgytrus/CalApi

Repository files navigation

Cats are Liquid API

Some small useful APIs for modding Cats are Liquid - A Better Place

Installation

  1. Install BepInEx (x64)
  2. Install Configuration Manager by drag-and-dropping the folder from the downloaded archive into the game's folder
  3. Install Bepinex.Monomod.HookGenPatcher as described in its README
  4. Get the MonoMod.exe for Bepinex.Monomod.HookGenPatcher from here (download the asset ending with net452.zip)
  5. (optional but recommended) Install LighterPatcher as described in its README apparently, this doesn't work, so nvm
  6. Install Cats are Liquid API the same way as Configuration Manager (all the other mods are installed the same way, unless stated otherwise)
  7. Install the mods you want

Contributing

  1. Clone the repository
  2. Put the missing DLLs into CalApi/libs (for a more detailed explanation, follow the Plugin development guide on the BepInEx wiki starting from Gathering DLL dependencies)

This repo is using popcron/gizmos, which is licensed under MIT