A python scripting playground for Cube World version 0.9.1-5.
- 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/Cwapy
- Open the folder in VS2019.
- Build with
x64-Clang-Release
.
- Load the compiled DLL into Cube World with any DLL injector, Xenos for example.
- Place a
script.py
file in your Cube World folder. Check out the example scripts - The script will be ran when you press
Y
.