Skip to content

estebanfer/SpecsHD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Spelunky HD Debugging DLL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • Python 1.2%
  • Other 0.2%