Parser CLI/library for Fighter Maker 2nd files.
Main goal:
- read FM2nd files as completely as possible
- export to readable, versionable JSON
- later support binary generation from JSON
.kgt.player.stage.demo
- .NET 10+
git clone https://github.com/xem85/fm2ndparser
cd fm2ndparser
dotnet buildThe compiled output is available in the Publish folder.
Parse a project starting from .kgt:
Fm2ndParser game.kgt
⚠️ Use this tool at your own risk. The author is not responsible for any damage or data loss.
Useful options:
--clean-up(-c): cleaner JSON for comparison--new-files(-n): create new JSON files instead of overwriting--export-resources(-x): export embedded images/sounds
- Parsing/export is the current focus
- JSON -> binary write support is planned
- Few formats/fields may still be incomplete
Contributions are welcome.
MIT License. See LICENSE.
Developed by Xem85