jordanparrott96 / kh2fm-rando-tracker

A tracker intended for use with the KH2FM randomizer

Home Page:https://tracker.zaxu.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KH2FM Tracker

This is a tracker intended to be used for the randomised Kingdom Hearts 2 Final Mix Garden of Assemblage mod by Sonicshadowsilver2, Valaxor, Desa3579, and Bizkit047.

The idea for this tracker came from ViolinGamer, and was initially developed by Kokemon198 (The original code can be found here, or by going back to the very first commit in this repository). I decided to fork the code, refactor it, and put it on a site.

You can find it here.

If you want to use the tracker locally offline, or change some of the images, you can find a pre-built zip on the Releases page. To download the release, click the tracker.zip link. Note that the releases are automatically generated and there is no guarantee of proper code style if you wish to edit these files directly.

The gh-pages branch of the repository also contains built, compressed/minified files for the site (the versions on the releases page contain uncompressed/pretty files for ease of editing).

Building

This is for people who want to help develop the tracker, or build it from source.

$ cd frontend
# Install dependencies
$ npm install
# Build
$ WS_URL='[WEBSOCKET URL FOR CO-OP]' make

The site will be built into a dist subdirectory.

Backend

The Python websocket server can be run on localhost or on a public server. Install dependencies with pip install -r requirements.txt and run ws.py.

About

A tracker intended for use with the KH2FM randomizer

https://tracker.zaxu.xyz


Languages

Language:JavaScript 43.9%Language:Pug 20.8%Language:Stylus 18.2%Language:Python 10.8%Language:Makefile 6.3%