Skip to content

spelunky-fyi/Classic-Stats-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Stats Tracker

Tracker for All Stats Entry runs in Spelunky Classic

Usage

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.

unknownimage

Development

Frontend

Installation

pnpm install

Development

Running the dev build/server

pnpm dev

Building a release

pnpm build

Backend

Running the dev build

cargo run

Building a release

cargo build --release