Skip to content

two little simple bash scripts to generate SV for osu! mania

License

Notifications You must be signed in to change notification settings

str-str/osu-mania-sv-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mainly for reducing duplication of effort in making SV for osu! mania, very basic for now

Support Keymodes: all keymodes

now implemented greenlines-only (velocity values) for basic usage

redlines (bpm values) would also be easy

the scale of 14 digits was for v128 osu file format, used by osu! lazer, instead of v14 osu file format used by osu! stable

#Dependencies

linux shell

#Usage

  • store the lines of Hitobjects at where you need SV in a file named hitobjects.osu

  • execute the script get_time_and_types_from_hitobjects.sh

  • execute the script generate_greenlines.sh

  • the sv_output.osu should be what you want

#Reference

LNs Hold syntax: x,y,time,type,hitSound,endTime:hitSample

About

two little simple bash scripts to generate SV for osu! mania

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages