Releases: QingQiz/BmsToOsu
Releases · QingQiz/BmsToOsu
v2.5
FIX:
- f66c71e when using C-Q to exit command line gui will no longer ask for any key to exit
- d0c16bd prevent the use of corrput sound files
- a14cd66 hit sound will no longer be added when generating mp3
XXX:
- ac97a72 speed up sound file validation
v2.4
Feature
Fix
- f0dd88b Abandon MP3 generation when the intersection of samples of the same song is too small (fallback to sample set)
- f0dd88b The
AudioFilename
is set by mistake when not generating MP3
- cc2dce7 Failed to add long note to
HitObject
(LNType 2)
v2.3
Feature
- enable / disable SV
- support for
#BACKBMP
- max number of
ffmpeg
threads
Fix
- Set
SpecialStyle
to 1
on generating 7+1key beatmaps.
XXX
- Generate MP3 using only the largest common subset of sample files of all beatmaps of a song. The difference of sample files of each beatmaps will be represented by
Sample
or hit sound.
- Validate sound files using binary search, which makes generating MP3s at least 2x faster.
- Set a maximum number of
ffmpeg
threads to ease the pressure of context switching.
- Set the volume of the default hit sound to 30%
v2.2
- add a lock on testing sound file
- escape
;
in filename
v2.1
FIX:
- check empty beatmap;
- escape
[
and ]
in filename
v2.0
feat. generate complete song file from samples of bms
v1.3
osu! will only load one of the .osu files with the same name in different folders, which will cause the beatmap to be lost
v1.1
FIX:
- osu only does simple comma separation for each line of the .osu file. so we need to escape the comma in the file name
first release
This is a command line tool, please run it in cmd/powershell
This binary file can only be executed under the win-x64 framework, linux users need to compile manually