Skip to content

JPK314/LazerToStable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lazer To 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/JPK314/LazerToStable.git
    
  3. Run the script
    cd LazerToStable
    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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages