From cdfcc460198c88e675bcd7411bbff4dcc68d284a Mon Sep 17 00:00:00 2001 From: art0007i Date: Fri, 11 Apr 2025 20:16:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 045039b..12385f4 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Example usage can be found here: https://github.com/art0007i/ImGuiExample 1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader). 1. Place [ResoniteImGuiLib.dll](https://github.com/art0007i/ResoniteImGuiLib/releases/latest/download/ResoniteImGuiLib.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you. 2. Place [ImGuiUnityInject.dll](https://github.com/art0007i/ImGuiUnityInject/releases/latest/download/ImGuiUnityInject.dll) into your `rml_libs` folder. -3. Place the files from [ImGuiUnityInject/Plugins](https://github.com/art0007i/ImGuiUnityInject/tree/master/Plugins) into your `Resonite_Data/Plugins/x86_64` folder. +3. Place the `cimgui.dll` file from [ImGuiUnityInject/Plugins](https://github.com/art0007i/ImGuiUnityInject/tree/master/Plugins) into your `Resonite_Data/Plugins/x86_64` folder. 1. Start the game. If you want to verify that the mod is working you can check your Resonite logs.