// Management · RimWorld Mod
Hot Reload
RimWorld Hot Reload A simple mod for hot reloading in RimWorld.
RimWorld Hot Reload
A simple mod for hot reloading in RimWorld. Supports Types:- Textures reloading
- Audio reloading
- Def reloading
- Manually trigger (Debug Actions > Mods > Hot Reload)
- File System Watcher (auto reload on file change)
- HTTP API (POST /hot-reload)
{
"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.