This simple command-line app converts your PC BeatSaber CustomLevels
folder names to a BMBF-compatible folder names WITHOUT REDOWNLOADING THEM.
Example:
10800 (Nyan Cat (Piano) - COCOAGALAXY)
becomes custom_level_ec005abf6cffd5fe9f7c086361521475232442f5
$ npm run compile && node dist/index.js /awesome/folder/
> beatquest-renamer@1.0.0 compile
> tsc src/*.ts --outDir dist
Found 1 songs
==================================
Succesfully converted 1 songs
Head here: https://github.com/colthreepv/beatquest-renamer/releases/latest
Download beatquest-renamer-win.exe
in the appropriate folder, open command line and run with appropriate folder
Head here: https://github.com/colthreepv/beatquest-renamer/releases/latest
Download beatquest-renamer-linux
in the appropriate folder, add execution permissions, then run with appropriate folder
Example:
wget https://github.com/colthreepv/beatquest-renamer/releases/download/v1.0/beatquest-renamer-linux && chmod +x beatquest-renamer-linux
The command requires 1 argument, the absolute or relative path to the CustomLevels
directory,
be sure to make a copy before using beatquest-renamer