A CLI utility to make beatmap packs for osu! easily.
  • JavaScript 100%
Find a file
2015-05-30 16:38:10 +02:00
.gitignore Initial commit 2015-05-23 13:13:11 +02:00
config.example.js Initial commit 2015-05-23 13:13:11 +02:00
downloader.js Fix calling getMap() instead of exports.getMaps() 2015-05-30 16:38:10 +02:00
exec.js capitalize where needed 2015-05-23 16:45:19 +02:00
package.json Initial commit 2015-05-23 13:13:11 +02:00
README.md Initial commit 2015-05-23 13:13:11 +02:00

osu-mkpack

A CLI to easily create beatmap packs for osu!.

installing

assuming you're on linux or on a linux environment and have installed both nodejs (Debian-like: sudo apt-get install nodejs; Arch: sudo pacman -S nodejs) and git (Debian-like: sudo apt-get install git; Arch: sudo pacman -S git)

git clone https://github.com/TheHowl/osu-mkpack
cd osu-mkpack
npm install
cp config.example.js config.js
nano config.js # or any text editor you like. The names in the config are pretty much self-descriptive.

running

node exec.js <beatmap IDs ... ... ... ...> <destination filename>

example (used in development):

node exec.js 269177 293098 pack.zip