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, and the KH1FM Randomizer by Denhonator.
The idea for this tracker came from ViolinGamer, and a different version 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 improve it, recreate it in Vue.js, and put it on the web. (This version shares very little code with the original tracker)
You can find it here.
Electron desktop application builds can be found here
This repository holds the frontend for the website, the backend is in a separate repo.
npm install
npm run serve
npm run build
npm run electron:serve
Refer to electron-builder docs for more information
npm run electron:build
npm run electron:build -- --win # win can be replaced with mac or linux
# or
npm run electron:build -- -w # w can be replace with m or l
npm run electron:build -- -wml