Note
This is a work-in-progress.
VFTools is a simple web app created with NodeJS and React, originally by Hoshikara, with several utilities to calculate VOLFORCE (VF) targets.
VOLFORCE is a score representing player skill in Sound Voltex, based on their Top 50 plays. While the algorithm used has some minor complexity, the tools provided should simplify the calculations.
Currently, you can find score requirements needed to reach a desired target VF. A calculator for specific plays, among other features, will be available shortly.
You can read more about VF and how it's calculated at BEMANIWiki 2nd!
You will need Node.JS installed.
CD to the project's directory.
npm install
npm start
A development server will start at localhost:3000.
Warning
Due to a false positive in react-scripts, npm audit will display vulnerabilities. Run npm audit --omit=dev to hide this.
Hoshikara for creating the original project.
BEMANIWiki 2nd for breaking down and detailing the VF system.
SOUND VOLTEX is owned by Konami.
