Help:Tools/aamp: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino whoops. GPLv3 -> GPLv2+ |
||
| Line 5: | Line 5: | ||
| authors = leoetlino | | authors = leoetlino | ||
| source = https://github.com/leoetlino/aamp | | source = https://github.com/leoetlino/aamp | ||
| license = | | license = GPLv2+ | ||
| written_in = Python | | written_in = Python | ||
| win_only = | | win_only = | ||
Revision as of 14:55, 21 October 2018
| Author(s) | leoetlino |
|---|---|
| Source code | https://github.com/leoetlino/aamp |
| License | GPLv2+ |
| Written in | Python |
| Platform support | Cross-platform |
aamp is an AAMP tool. It can convert documents from AAMP to a human readable format (YAML) and vice versa. It is a newer tool that was written based on analysis of the official AAMP code in the executable.
Setup
Install the aamp package. [CLI help]
Usage
aamp_to_yml INPUT_FILE.bxml OUTPUT_FILE.ymlyml_to_aamp INPUT_FILE.yml OUTPUT_FILE.bgparamlist- or
aamp INPUT_FILE OUTPUT_FILEto convert from AAMP to YAML or vice versa
Known issues
- Incomplete parameter type support: Esoteric parameter types (buffers) are not fully supported: currently the tool can display files that use buffers correctly but cannot convert them back to AAMP.