Spelunky HD Debugging DLL
This repository is meant only for the development of SpecsHD. Access for non-developers is provided via HD Toolbox.
Dependencies are either vendored in the repo or provided via git submodules. Before building you'll need to pull the submodules:
git submodule update --init --recursive
cd specs
cmake -A Win32 -S . -B "build"
cmake --build build --config Release
This happens if you've injected the DLL and the game is still running as the linker can't overwrite the DLL while it is still in use.