For streamers to have an overlay to show technique disks and other boosters and pickups obtained while playing a speedrun of Phantasy Star Online. The tracker is currently focused on glitchless runs, where the spellcasting class (Force) relies on finding certain techniques to effectively proceed. Overall, the gameplay varies based on the techniques found, so it is useful for viewers to see the options available to the player.
Tested with Firefox and Chrome.
Options:
- Use the tracker online (may not be in sync with GitHub commits or releases).
- Download a release from GitHub and run
dist/index.html
.
To build your own instance,
- Install npm.
- Run
npm install --only=production
to download dependencies - Run
npm run build
- Load
dist/index.html
Using parcel, you can run a local web server and continuously build as files are changed.
- Run
npm install
to download all dependencies, including devDependencies - Run
npm run dev
to start the web server. - Run
npm run release
to create a release package.
To get code checked in to this repository, please observe the guidelines in CONTRIBUTING.md.
Copyright (C) 2019-2023 Justin Schwartz
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
SVG assets in this repository and the pso-icons are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Courtesy of Rorgigor to be included with this repository.