Converter for .bms
, .bme
.pt
.bytes
and .tech
- Download latest build from release page.
- Drag and drop your files to exe.
- Clone repository.
- Install Node.js and Yarn.
- Run
yarn
to install dependencies. - Use
yarn start <file>
to convert.
- BMS file
.bms
,.bme
- Will convert to
DJMAX pt txt
,.bytes
and.tech
- When convert to
DJMAX pt txt
and.bytes
, BPM change notes will be placed at track 0, normal notes will be placed at track 1 ~ 7, background notes will be placed from track 20, and will add 1 note with no keysound 1 measure after last note for track end sign.
- Will convert to
- DJMAX file
.pt
,.bytes
- Will convert to
DJMAX pt txt
and.tech
- You have to create a song and empty patterns in TECHMANIA, and merge converted
.tech
file totrack.tech
, this tool only handle notes for you.
- Will convert to
- TECHMANIA file
.tech
- Will convert to
DJMAX pt txt
and.bytes
.
- Will convert to
- TapSonic Pattern file
.xml
- Will convert to
DJMAX pt txt
and.bytes
and.tech
.
- Will convert to
- Osu file
.osu
- Only support osu mania beatmap in v14 format.
- samnyan for
bytes_to_text.exe
andpt_to_text.exe