RimWorld Hot Reload

A simple mod for hot reloading in RimWorld.
Supports Types:
- Textures reloading
- Audio reloading
- Def reloading
Supports Call Methods:
- Manually trigger (Debug Actions > Mods > Hot Reload)
- File System Watcher (auto reload on file change)
- HTTP API (POST /hot-reload)
Usage:
- Install the mod.
- Open the your mod folder.
- Create a "hotReload.json" file with the following content:
{
"enabled": true,
"assets": true,
"defs": true,
"watch": true,
"api": true
}
- Modify your mod files as needed.
enabled: Enable or disable hot reload.assets: Enable or disable assets reloading.defs: Enable or disable defs reloading.watch: Enable or disable file system watcher.api: Enable or disable HTTP API.
- Start RimWorld, you can open console to check more info.