// Management · RimWorld Mod

Hot Reload

by ◎ 小悪運 ◎

1.61.51.41.31.21.11.0
Steam ↗
Hot Reload mod preview for RimWorld

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
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 your mod folder. (Should be "Mods/{YOUR_MOD}/") • 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. Github Repository