ArchLeaders / MfmToYaml

Repository from Github https://github.comArchLeaders/MfmToYamlRepository from Github https://github.comArchLeaders/MfmToYaml

MSBT Function Map (MFM) to YAML

License Downloads Latest

Simple CLI tool to convert Aeon's MSBT function map format to the YAML format used by MessageStudio.

Usage

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).

Single Input/Output

MfmToYaml <input> [-o|--output OUTPUT]

Examples

MfmToYaml "D:\TotK.mfm"
MfmToYaml "D:\TotK.mfm" -o "D:\Output\TotK.yml"

Multiple Inputs/Outputs

MfmToYaml <input> [-o|--output OUTPUT] <input> [-o|--output OUTPUT] ...

Example

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" 

Install

Windows (x64)

Windows (Arm64)

Linux (x64)

Linux (arm64)

MacOS (x64)

MacOS (Arm64)

Build From Source

git clone "https://github.com/ArchLeaders/MfmToYaml"
dotnet build MfmToYaml

Help

ArchLeaders' Website   ArchLeaders' Discord

If you need any help or found an issue, please create an issue on GitHub or contact me on Discord @ archleaders.

About

License:MIT License


Languages

Language:C# 100.0%