Hot Reload

Overview

Automatically reloads configuration files without restarting the game. Useful for testing changes quickly while customizing.


hotReload

Type: boolean Default: true

  • true - Reloads config when opening the menu

  • false - Loads config only at game start

Important Note


How It Works

When enabled, all configuration, text, and layout files are automatically reloaded every time you open the inventory menu. This brings in any modifications you've made, allowing real-time testing without repeatedly restarting the game.


Workflow

  • Change hotReload to true

  • Edit colors, sizes, layout in config.lua or translations in i18n.lua

  • Save the file

  • Back to game and open menu in-game (if already open, close and reopen it)

  • Go to any character's equipment or inventory changes

  • After finishing your settings change hotReload to false

Last updated