Examplemod for Modding the Unity Game Gatekeeper using the GKAPI (Gatekeeper Modding API)
you can probably find them under C:\Users\<your user profile>\AppData\LocalLow\Gravity Lagoon\Gatekeeper\Saves
To use the Mod or any Mods built with the API you have to do the following:
- Install the mods within the launcher and launch the modded game
The following instructions use the term game root
which is the folder where the executable is located.
On Windows you probably find it under C:\Program Files (x86)\Steam\steamapps\common\Gatekeeper
- Back up your game files in your
game root
- Back up your save files, found in
C:\Users\<your user profile>\AppData\LocalLow\Gravity Lagoon\Gatekeeper\Saves
- Install BepInEx (the modloader) from here (This is the tested version)
- Extract the contents into the
game root
- Run the game executable to generate configuration files for the modloader
- Download
GKAPI
andExampleMod
from thunderstore - Put them under your
game root
/BepInEx/plugins
(Instructions inspired by the BepInEx docs)
The following categories are structured by the layout of the API
- simple achievement that handles all the items
- basic Item with Id
TEST
which is not unlocked by default - more complex Item called
Clover
which boosts some Proc chances (inspired by RoR2) - minimal Item called
Min
which is useless - triad Item called
TestTriad
which uses the TestItem, Rune of Rebound and Triumph and has a custom Controller which does nothing
- way harder difficulty than 200% called
Sentinel
which aims to be around 500% (uses custom enemy templates)
- enemy spawn templates for the custom difficulty for each planet for loop 1, loop 2 and all after
Thanks to we1u for the Clover assets