-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple BG&audio, friendlier messages
ya
- Loading branch information
Showing
2 changed files
with
110 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# Malody to Osumania Converter | ||
Converts Malody charts to osu!mania\ | ||
Roughly coded in python by request | ||
Converts Malody Key mode charts to osu!mania\ | ||
Roughly coded in python by request\ | ||
Supports all keys (4K~9K) | ||
# How To Use | ||
1. Drag **Key Mode** .mc files into the program. **Dragging .mc files other than Key mode will not work.** This will convert all the files you dragged into .osu files in an instant. | ||
2. You can move the files manually if wanted, but to compress all .osu files into a mapset(.osz), hit Enter. | ||
3. An .osz file will be created. Run the file to add the charts to osu!. | ||
# DISCLAIMER | ||
* Expect bugs. | ||
* Doesn't support .mcz files yet. Extract it first by dragging it into Malody. | ||
* All the .mc files you have dragged will be compressed into a single mapset. | ||
* Doesn't support .mcz files yet. Extract it first by dragging into Malody. | ||
* **Only supports charts with no BPM changes for the time being.** Should really work on that. | ||
* Doesn't support custom hitsounds and SVs yet. | ||
# TODO | ||
* Support .mcz files | ||
* Support multiple BPMs | ||
* Support multiple backgrounds and/or audio | ||
* Support custom hitsounds and SVs...? are they even used | ||
* Automatically ignore non-Key diffs | ||
* Automatically ignore non-Key diffs | ||
# VERSIONS | ||
## v1.0 | ||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters