Giter Site home page Giter Site logo

osu-pack-importer's Introduction

osu! Beatmap Packs importer

Imports archives of osu! beatmaps as Collections in osu!stable.

Installation

Download the executable from the releases tab. You may want to put it somewhere easily accessible and add it to your PATH.

Usage

USAGE:
Convert and import a beatmap pack into a collection in the game:
  OsuPackImporter "<path to archive>"
Convert without importing a beatmap pack into a collection in the game:
  OsuPackImporter --no-import "<path to archive>"
Convert a beatmap pack into an .osdb file:
  OsuPackImporter --osdb "<path to output .osdb file>" "<path to archive>"

  -v, --verbose          (Default: false) Log more stuff to the console. Useful to debug the program and catch errors.

  --no-import            (Default: false) Prevent automatic import of beatmaps in the game when dumping into collection.db.

  --no-rename            (Default: false) Don't rename collections after import.

  --osdb                 Whether to export or not the parsed archive as an OSDB file.

  --osudir               The location of your osu!stable installation.

  --help                 Display help screen.

  --version              Display version information.

  input path (pos. 0)    Required. Location of the beatmap pack archive.

To convert a beatmap pack to a collection in-game, you can use the following command:

OsuPackImporter "<path to archive>"

To convert a beatmap pack into an .osdb file, you need to specify the path to the output .osdb file:

OsuPackImporter --osdb "<path to output .osdb file>" "<path to archive>"

By default, the program will ask you if you want to rename the imported collections. You can disable this behaviour by passing the --no-rename flag:

OsuPackImporter --no-rename "<path to archive>"

If you don't provide arguments, it will go in a kind of interactive mode to set those arguments for you.

Note: You will need to close the game before running the program, especially if you're not using conversion to a .osdb file. The program will pause by itself anyway.

License

This program is licensed under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.