Help:Tools/aamp: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (Created page with "{{Tool infobox | name = aamp | authors = leoetlino | source = https://github.com/leoetlino/aamp | license = GPLv3 | written_in = Python | win_only = }} aamp is an AAMP t...") |
imported>Leoetlino No edit summary |
||
Line 16: | Line 16: | ||
* '''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. | * '''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. | ||
<noinclude> | |||
[[Category:Tools]] | [[Category:Tools]] | ||
[[Category:Tools (AAMP)]] | [[Category:Tools (AAMP)]] | ||
</noinclude> |
Revision as of 10:11, 14 October 2018
Author(s) | leoetlino |
---|---|
Source code | https://github.com/leoetlino/aamp |
License | GPLv3 |
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]
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.