Skip to content

Commit

Permalink
add known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoJameson committed Jun 17, 2021
1 parent cabe2c2 commit 64fff91
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ Remember to clean up after the old mod version in case you need to. Things like
}
```

**How to use:** This is a mod. Put the `HotReloadHelper.dll` file into `Mods` folder.
Put the mods that need to be hot reload into `Mods\HotReload` folder, each time the `your_mod.dll` file is updated or `Ctrl+F5` is pressed, the mod will be reloaded.
## How to use
This is a mod. Put the `HotReloadHelper.dll` file into `Mods` folder.
Put the mods that need to be hot reload into `Mods\HotReload` folder, each time the `your_mod.dll` file is updated or `Ctrl+F5` is pressed, the mod will be reloaded.

Only tested on the Hollow Knight v1.5 with [latest Modding API](https://github.com/HollowKnight-Modding/HollowKnight.Modding/actions).

## Known Issue
- Hot reload mods are not shown in the mods menu.

0 comments on commit 64fff91

Please sign in to comment.