A Cube World 1.0.0-1 mod to automatically reload the .cub
files live.
- Download the release DLL from the releases page, or build yourself with the instructions below.
- Setup ChrisMiuchiz's mod loader.
- Place the DLL in the
Mods
folder and start the game with the launcher. - Anytime you modify or override a
.cub
file in thesprites
directory, it will be automatically reloaded.
- Follow the Visual Studio 2019 with LLVM/Clang setup instructions linked in the CWTCore readme.
- Clone this repo with
git clone --recurse-submodules https://github.com/CWTesseract/LiveCubReload
- Open the folder in VS2019.
- Build with
x64-Clang-Release
.
This project uses the Entropia File System Watcher (efsw) library to detect changes.