Hollow knight install mod api

broken image

The next few sections will give you a better idea of what modding hollow knight looks like beyond simple mods, Covering the concepts, tools & techniques that exist to make the job easier. Once you have your system set-up, you can move on to creating your first mod.

broken image

If you're just getting started with modding hollow knight, you should start with the Getting Started Guide to get your system setup for modding.

broken image

The Hollow Knight Modding Api is based on MonoMod, a General purpose. This is achieved with the help of a Modding Api that handles the loading of mods and giving us ways of injecting our own code in the middle of normal logic. Hollow Knight (patch 1.5.x.x onwards) is a game built with Unity 2020.2.2 and C# (.NET Framework 4.7.2), this means that a mod in the context of hollow knight is a dll or a Dynamic-Link Library that allows players to modify the behavior of the game, fix issues or add new features. Please note that this documentation is being written with the latest patch of the game in mind, for older patches you can refer to the documentation at radiance.host Introduction:

broken image