Home

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:

  1. Install the mod.
  2. Open the your mod folder.
  3. Create a "hotReload.json" file with the following content:
{
    "enabled": true,
    "assets": true,
    "defs": true,
    "watch": true,
    "api": true
}
  1. 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.
  1. Start RimWorld, you can open console to check more info.

Github Repository.
Steam Workshop.