You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ This is the core modding API for the game Haiku, the Robot. It's designed with
5
5
6
6
### Getting Started with Modding
7
7
For a preliminary introduction to MonoMod modding using BepInEx, see this guide: https://docs.bepinex.dev/master/articles/dev_guide/plugin_tutorial/index.html
8
-
For Haiku in particular, you'll want to reference this modding API to get access to the hooks, as well as the game code to be able to use objects defined in the code. Depending on the nature of your mod, you may also need to reference one or more Unity assemblies from the game. More modding information to be documented later, hopefully.
8
+
For Haiku in particular, you'll want to reference this modding API to get access to the hooks, as well as the game code to be able to use objects defined in the code. Depending on the nature of your mod, you may also need to reference one or more Unity assemblies from the game. Within the NameSpace Modding you'll find CanvasUtil for easier UI creation and a ConfigManagerUtil to assist the creation of Configs for your Mods. See https://github.com/Jarlyk/Haiku.DebugMod for examples.
9
+
More modding information to be documented later, hopefully.
9
10
10
11
### Building the API
11
12
This Git repo includes the BepInEx and Monomod dependencies, but does not include the Unity or Haiku Assemblies. Prior to building, you'll need to copy the necessary files from the Managed folder in your Haiku installation to the lib/Game folder.
0 commit comments