Tool to edit beat data(JSON file) for Training Mode(Custom song import function) in BoxVR(Steam Version).
I wrote this tool for (only) me. If you can edit track data with this tool, you should think you are lucky.
This tool and I don't promise it is useful for you.
You can only use this tool at your own risk.
This tool can:
- Edit beat data in a track data file(JSON) for Training mode in BoxVR.
- change beat action(punch/duck/dodge) in any time zone.
- change beat timing.
As far as I know, There isn't any tool that is competitive to this in OSS.
You can choose two installation methods depending on your environment.
- Download a zip file in Releases.
- Unzip the zip file.
- Execute BeatEditor.exe.
If you choose this method, You must prepare a python3 environment on your PC.
- Clone this repository to your local PC.
- Run this command if libraries that this tool depends on didn't install in your python environment.
pip install -r requirements.txt
- Run beatEditor.py
python beatEditor.py
Check manual page.
No support.
However, you can open an issue to share your problem. If you do so, It is beneficial to share information that can use in analysis problems for the author(me) and other users.
For example, your environment, detailed situation problem occurred, original/edit track data and music relates a track data.
This tool depends on this software. Thanks to the authors and contributors.