Tracker for All Stats Entry runs in Spelunky Classic
This tracker is meant to be used as a browser source in OBS to avoid the need to worry about chroma keys and ugly masking. To setup this up select a Browser
under sources and fill in http://127.0.0.1:4224
for the URL. Setting a height of 1600
allowed the full window to be displayed for me.
We also support multiple rulesets in the tracker.
Ruleset 1 - Requires getting all enemy deaths and kills Ruleset 2 - Requires getting a death OR kill for each enemy
The default ruleset currently is 2 however you can choose an explicit ruleset by adding a ruleset
query parameter. For example to use ruleset 2 use the URL http://127.0.0.1:4224?ruleset=2
.
pnpm install
Running the dev build/server
pnpm dev
Building a release
pnpm build
Running the dev build
cargo run
Building a release
cargo build --release