At the moment this is just a set of tools to convert song charts from FSG games.
The latest build can be found on AppVeyor.
You will need a Windows machine with at least .NET Framework 4.8 installed (Linux with Mono installed may also work).
CLI tool for converting .mid
charts to .fsgmub
. Primarily used for DJ Hero and DJ Hero 2.
- Usage:
Mid2Mub.exe song.mid output.fsgmub
CLI tool for converting .fsgmub
charts to .mid
. Primarily used for DJ Hero and DJ Hero 2.
- Usage:
Mub2Mid.exe song.fsgmub output.mid
CLI tool for converting .xmk
charts and .far
archives containing .xmk
files to .mid
. Primarily used for Sing Party and Guitar Hero Live.
- Usage:
Xmk2Mid.exe GHL2517.far -o GHL2517.mid -r -q=1/32
- Note: Please use
--help
in tool for more details on command line options
- Note: Please use