Simple CLI tool to convert Aeon's MSBT function map format to the YAML format used by MessageStudio.
The tool can take any number of inputs immediately followed by -o
or --output
to specify a custom output path for the input (see examples).
MfmToYaml <input> [-o|--output OUTPUT]
MfmToYaml "D:\TotK.mfm"
MfmToYaml "D:\TotK.mfm" -o "D:\Output\TotK.yml"
MfmToYaml <input> [-o|--output OUTPUT] <input> [-o|--output OUTPUT] ...
MfmToYaml "D:\TotK.mfm" "D:\BotW.mfm"
MfmToYaml "D:\TotK.mfm" -o "D:\Output\TotK.yml" "D:\BotW.mfm"
MfmToYaml "D:\TotK.mfm" -o "D:\Output\TotK.yml" "D:\BotW.mfm" -o "D:\Output\BotW.yml"
- Download and install the latest .NET runtime for Windows x64.
- Download the latest win-x64 release
- Download and install the latest .NET runtime for Windows Arm64.
- Download the latest arm-x64 release
- Install the latest .NET x64 runtime for your linux distribution.
- Download the latest linux-x64 release
- Install the latest .NET Arm64 runtime for your linux distribution.
- Download the latest linux-arm64 release
- Download and install the latest .NET runtime for MacOS x64.
- Download the latest osx-x64 release
- Download and install the latest .NET runtime for MacOS Arm64.
- Download the latest osx-arm64 release
git clone "https://github.com/ArchLeaders/MfmToYaml"
dotnet build MfmToYaml
If you need any help or found an issue, please create an issue on GitHub or contact me on Discord @ archleaders.