Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 742 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 742 Bytes

SpecsHD

Spelunky HD Debugging DLL

This repository is meant only for the development of SpecsHD. Access for non-developers is provided via HD Toolbox.

Setup Dependencies

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

DLL

Initial Setup

cd specs
cmake -A Win32 -S . -B "build"

Rebuilding

cmake --build build --config Release

Troubleshooting

Seeing a link error when building the DLL

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.