Skip to content

GatekeeperModding/ExampleMod

Repository files navigation

ExampleMod

Examplemod for Modding the Unity Game Gatekeeper using the GKAPI (Gatekeeper Modding API)

Please Backup your saves before use!

you can probably find them under C:\Users\<your user profile>\AppData\LocalLow\Gravity Lagoon\Gatekeeper\Saves

Using the Mod

To use the Mod or any Mods built with the API you have to do the following:

With r2modman (or other thunderstore clients):

  • Install the mods within the launcher and launch the modded game

Without r2modman (or other thunderstore clients):

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

  1. Back up your game files in your game root
  2. Back up your save files, found in C:\Users\<your user profile>\AppData\LocalLow\Gravity Lagoon\Gatekeeper\Saves
  3. Install BepInEx (the modloader) from here (This is the tested version)
  4. Extract the contents into the game root
  5. Run the game executable to generate configuration files for the modloader
  6. Download GKAPI and ExampleMod from thunderstore
  7. Put them under your game root/BepInEx/plugins

(Instructions inspired by the BepInEx docs)

Current Content

The following categories are structured by the layout of the API

Achievements

  • simple achievement that handles all the items

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

Difficulties

  • way harder difficulty than 200% called Sentinel which aims to be around 500% (uses custom enemy templates)

Enemies

Templates

  • enemy spawn templates for the custom difficulty for each planet for loop 1, loop 2 and all after

Credits

Thanks to we1u for the Clover assets

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages