Help:Tools/byml-v2: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino (whoops. GPLv3 -> GPLv2+) |
imported>Leoetlino No edit summary |
||
Line 16: | Line 16: | ||
== Usage == | == Usage == | ||
This tool automatically decompresses Yaz0-encoded files, and re-compresses them if the extension starts with an <code>s</code>. | This tool automatically decompresses Yaz0-encoded files, and re-compresses them if the extension starts with an <code>s</code>. This means that '''you do not need to compress or decompress files manually.''' | ||
* <code>byml_to_yml INPUT_FILE.byml OUTPUT_FILE.yml</code> | * To convert a BYML file to a text format (YML): <code>byml_to_yml INPUT_FILE.byml OUTPUT_FILE.yml</code> {{ch}} | ||
* <code>yml_to_byml | * To convert back to binary YML: <code>yml_to_byml INPUT_FILE.yml OUTPUT_FILE.sbyml</code> {{ch}} (add <code>-b</code> at the end for Wii U). | ||
== Known issues == | == Known issues == | ||
None | None |