Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
/ Sharktooth Public archive

At the moment this is just a set of tools to convert song charts from FSG games.

License

Notifications You must be signed in to change notification settings

PikminGuts92/Sharktooth

Repository files navigation

Sharktooth Build status

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.

System Requirements

You will need a Windows machine with at least .NET Framework 4.8 installed (Linux with Mono installed may also work).

Overview

Mid2Mub

CLI tool for converting .mid charts to .fsgmub. Primarily used for DJ Hero and DJ Hero 2.

  • Usage:
    • Mid2Mub.exe song.mid output.fsgmub

Mub2Mid

CLI tool for converting .fsgmub charts to .mid. Primarily used for DJ Hero and DJ Hero 2.

  • Usage:
    • Mub2Mid.exe song.fsgmub output.mid

Xmk2Mid

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