Skip to content

spelunky-fyi/HD-Toolbox

Repository files navigation

HD-Toolbox

Toolbox full of tools for Spelunky HD

Installation

Grab the latest msi installer here

Potential Functionality

  • Level Viewer
  • Game Launcher
  • Overlay + Injector for Science / Practice (Specs HD)
  • Trackers
    • Category
    • Kill Counter
  • Save Management
    • Editor
    • Named Backup / Auto Backup / Restore
    • Stat Viewer
  • Asset Management
    • WAD/WIX Extractor/Packer
    • Skin Selector
  • Mod Management
  • External Tool Managment
    • RTA Tracker
    • Frozlunky
  • Memory Shenanigans
    • Character Unlock Manager
    • Slowlook Fix Tool

Development

Run Dev Frontend

# First time install deps
npm install

# Run dev server
npm run dev

Run Tauri Dev

cargo tauri dev

Release Build

To ship a release you just need to update the version in src-tauri/Cargo.toml and push to the release branch. This will create a draft with all artifacts.

Once the release has been updated to no longer be a draft you can update the release.json with update-latest-release.py which controls which version the updater pulls.