Skip to content

Bring your favorite osu! beatmapsets into Ragna Rock

Notifications You must be signed in to change notification settings

adlerosn/osu2ragna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu2ragna

Convert beatmaps from the Songs folder from osu!mania into CustomLevels folder of RagnaRock.

Compatibility

Only osu!mania 4k beatmaps.

Playability

Surprisingly good.

Hammer-oriented difficulties are now calculated during conversion based on a regression done over 84 ranked beatmapsets at RagnaCustoms. They are based on a hypothetical strain that playing a beatmap would bring to your arms.

Some medleys with 25+ minutes may exceed 50 hammers - they're as hard as it sounds.

Requirements

  • Python
  • Pillow (Python Imaging Library)
  • ffmpeg (the executable, accessible from PATH)

Usage

Single beatmap

python -m osu2ragna <BEATMAPSET_FOLDER> <CUSTOMLEVELS_FOLDER>

e.g.:

(CMD) python -m osu2ragna D:\osu\Songs\"511480 t+pazolite - Oshama Scramble!" %USERPROFILE%\Documents\Ragnarock\CustomSongs

(PS) python -m osu2ragna D:\osu\Songs\"511480 t+pazolite - Oshama Scramble!" $Env:USERPROFILE\Documents\Ragnarock\CustomSongs

All beatmaps

python -m osu2ragna --songs <OSU_SONGS_FOLDER> <CUSTOMLEVELS_FOLDER>

e.g.:

(CMD) python -m osu2ragna --songs D:\osu\Songs %USERPROFILE%\Documents\Ragnarock\CustomSongs

(PS) python -m osu2ragna --songs D:\osu\Songs $Env:USERPROFILE\Documents\Ragnarock\CustomSongs

Releases

No releases published

Packages

No packages published

Languages