# Local development environment template # # Copy this file to `.env` and adjust paths to your setup, # or run: bash scripts/setup-dev-env.sh # # `.env` is gitignored — never commit your local paths. # # Activate in shell: # set -a; source .env; set +a # # Or use direnv (recommended): # echo 'dotenv .env' > .envrc && direnv allow # Path to Dalamud development DLLs (Dalamud.dll, FFXIVClientStructs.dll, # Lumina.dll, Lumina.Excel.dll). Required for building ChatTwo.Tests project. # # XIVLauncher Core (Linux): ~/.xlcore/dalamud/Hooks/dev # XIVLauncher (Windows): %AppData%\XIVLauncher\addon\Hooks\dev DALAMUD_HOME=/path/to/dalamud/dev/dlls