Skip to content

Converter to convert patterns to TECHNIKA related games.

Notifications You must be signed in to change notification settings

rogeraabbccdd/Pattern-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern Converter

Converter for .bms, .bme .pt .bytes and .tech

Usage (exe)

  • Download latest build from release page.
  • Drag and drop your files to exe.

Usage (Node.js)

  • Clone repository.
  • Install Node.js and Yarn.
  • Run yarn to install dependencies.
  • Use yarn start <file> to convert.

Supported file type

  • 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.
  • 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 to track.tech, this tool only handle notes for you.
  • TECHMANIA file .tech
    • Will convert to DJMAX pt txt and .bytes.
  • TapSonic Pattern file .xml
    • Will convert to DJMAX pt txt and .bytes and .tech.
  • Osu file .osu
    • Only support osu mania beatmap in v14 format.

Credits

  • samnyan for bytes_to_text.exe and pt_to_text.exe