Live Script Hot Reload System
Edit any Python script (.py / uiscript / locale) and see the change instantly while the client is running — no restart, no repacking .epk/.eix.
[]Live reload on save: in-game UI, login/select and uiscript frontends update in real time
[]In-game edits recreate only the affected window (no full-interface rebuild = no crash)
[]Developer-only: turns on just by placing a hotreload.cfg (delete it for production)
[]Toggled by one define (easy revert), uses folder-as-pack to read loose scripts
Requirement: you must have the Folder-as-Pack system (ENABLE_ETERPACK_FOLDER_AS_PACK) installed first — this system relies on it to read the loose scripts. If you don't have it, install that one before this.
Download