Help:Tools/aamp: Difference between revisions
→Usage: simplify, add examples
imported>Leoetlino No edit summary |
imported>Leoetlino (→Usage: simplify, add examples) |
||
Line 16: | Line 16: | ||
== Usage == | == Usage == | ||
{{CLI tool|name=aamp}} | |||
Convert from AAMP to text and vice versa with the <code>aamp</code> command: | |||
<pre>aamp {input file} {output file}</pre> | |||
{{ex|text=To convert a binary GeneralParamList ([[bgparamlist]]) file to a text file: | |||
<pre>aamp Actor/GeneralParamList/WildHorseCreateTag02.bgparamlist Actor/GeneralParamList/WildHorseCreateTag02.bgparamlist.yml</pre> | |||
The text file will be written to <code>Actor/GeneralParamList/WildHorseCreateTag02.bgparamlist.yml</code>. Of course, you can use whatever file name you want. | |||
To convert a text GeneralParamList back to an AAMP file, assuming you put the text file at <code>Actor/GeneralParamList/WildHorseCreateTag02.bgparamlist.yml</code>: | |||
<pre>aamp Actor/GeneralParamList/WildHorseCreateTag02.bgparamlist.yml Actor/GeneralParamList/WildHorseCreateTag02.bgparamlist</pre> | |||
}} | |||
== Known issues == | == 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. | * '''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. |