Mod:Hollow Knight Modding API

From Hollow Knight Wiki
Jump to navigation Jump to search

This page is about a Mod, and is not part of official Hollow Knight or Silksong content.

This article or section is a Work in Progress. You can help the wiki by editing it!

Hollow Knight Modding API is a Mod dependency for Hollow Knight. It provides an API for other mods to install and run code in the base game. It is a fork of MonoMod.

Features

  • Shortcuts for coding to change variables and content within the game.
  • ModHooks, which allow mods to check for specific events in the game
  • Loggers for various functions
  • Menu builder
  • ...

How to Use

  • Clone the repository
  • Copy the Managed folder from your Hollow Knight installation into the solution folder and name it Vanilla.
  • Build the solution using an IDE or dotnet build.
  • The result will be in OutputFinal


Credits