Automatically download and update your Rhythm Doctor levels!
NOTE: I would recommend using this on an EMPTY level folder as the program will download duplicate versions of levels you already have.
- Download the program from the releases page.
- Unzip the program into a directory. This is where the program will live, so make sure it's somewhere you're ok with.
- Edit
config.yaml
to your liking. Most important option is the path to your RD levels folder. - Run the program!
If you would like the program to automatically start on startup, follow these instructions.
- Right click
levelsync.exe
and click "Create shortcut". - Navigate to
shell:startup
in file explorer. - Copy the shortcut created in step 1 here.
If you don't trust the prebuilt binary, or want to help out with development, follow these steps to build the program.
- Get yourself nim.
- Clone the repository:
git clone https://github.com/huantianad/levelsync.git
- Install and dependencies and build the project:
nimble build
for debug build,nimble build -d:release
for release build. - Program will be built to
levelsync.exe
.