1.1.2 — Public Beta
The first public build. Download the .exe below, double-click, and it runs — no installer, and it changes nothing until you ask it to.
What you need
- Windows and the Microsoft Edge WebView2 Runtime (normally already there on Windows 10/11; if it is missing the app says so and points you to it).
- BoxVR installed, if you want to install what you make straight into the game.
- Your own MP3s. The toolkit ships no music.
What it does
| tool | what it does | needs the patch? |
|---|---|---|
| Fix | re-reads the audio of a song the game already imported and repairs the wrong intensity levels | no |
| Generate | builds a brand new track from an MP3, with full coverage and no silent gaps | yes |
| Playlist manager | rename, reorder and clean up already installed playlists | no |
Inside Generate there is also Sidecar: tap out the punches you want yourself while the track plays, and the tool builds the workout around yours — keeping only yours, weaving them into the generated ones, or learning your cadence and rhythm and carrying them through the rest of the track.
Read this before the patch
Generate writes explicit choreography, and the game only reads it with a small modification to one game file. The patch is reversible, takes a backup, and Steam's "Verify integrity of game files" undoes it too. It touches nothing to do with anti-cheat, networking or purchases. A game update overwrites it and it has to be reapplied. See docs/patch.md for exactly which bytes change and why.
The move repertoire the generator uses is FitXR content and is not distributed here: it is extracted from your own copy of the game when you apply the patch.
Where things are written
Nothing is written into the game library without an explicit confirmation, and existing files are backed up first. Generated tracks live in a working folder and are cleared when the tool closes — once you have installed them in BoxVR, the copy that counts is the one in the game.
Known, and honest
- Three tests that open a desktop window are flaky, and one choreography test is red. They are in the repository, red, rather than hidden.
- Sidecar is marked beta for a reason: it works, it has been played in VR, and it is the newest part.
- This is a beta. It writes to your game library, with backups, but it is a beta.
Licence, and how it was written
GPL-3.0. Unofficial modding project, not affiliated with FitXR.
Most of this code was written by a language model, working with the author over several months. docs/ai.md says what that means in practice — including what went wrong and how it was caught.