The official randomizer mod for Dusklight.
git clone https://github.com/TwilitRealm/dusklight-randomizer/
cmake -B build
cmake --build build --parallel The compiled mod is build/mods/randomizer.dusk. Copy it into the game's mods folder to try it:
- Windows:
%APPDATA%\TwilitRealm\Dusklight\mods - Linux:
~/.local/share/TwilitRealm/Dusklight/mods - macOS:
~/Library/Application Support/TwilitRealm/Dusklight/mods
Point the build at an existing checkout instead of fetching one:
cmake -B build -DDUSKLIGHT_DIR=~/path/to/dusklight