ekgame / lazer-2-stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazer 2 Stable

Convert osu!lazer beatmaps to a format compatible with legacy version of the game (v128 -> v14).

Requirements

  • Python 3 (tested with v3.10.6)
  • numpy

Usage

  1. If you don't have numpy installed, run this command:
    pip install numpy
    
  2. Clone the repository.
    git clone https://github.com/ekgame/lazer-2-stable.git
    
  3. Run the script
    cd lazer-2-stable
    python convert.py <path to file>
    

The file may be either a plaintext .osu beatmap file or a .osz mapset archive. For .osz archives - all the .osu files inside will be converted and the other files are copied verbatim.

The original file will be copied as a backup and replaced with the converted version.

About


Languages

Language:Python 100.0%