Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Help:Tools/byml-v2

From ZeldaMods (Breath of the Wild)
< Help:Setting up tools
Revision as of 11:25, 7 April 2019 by imported>Leoetlino (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
byml-v2
Author(s) leoetlino
Source code https://github.com/leoetlino/byml-v2
License GPLv2+
Written in Python
Platform support Cross-platform

byml-v2 is an BYML tool. It can convert documents from BYML (or BYAML) to a human readable format (YAML) and vice versa. It is a newer tool that was written based on analysis of the official BYML code and game code in the executable. As such, this tool supports all the newer node types that are used in Breath of the Wild and other recent Switch games such as Super Mario Odyssey.

Setup

Install the byml package. [CLI help]

Usage

byml-v2 is a CLI tool. For help with using the command line, see Help:Using the command line.  

This tool automatically decompresses Yaz0-compressed files, and re-compresses them if the extension starts with an s. This means that you do not need to compress or decompress files manually.

  • To convert a BYML file to text (YML): byml_to_yml INPUT_FILE.byml OUTPUT_FILE.yml [help]
  • To convert back to binary YML: yml_to_byml INPUT_FILE.yml OUTPUT_FILE.sbyml [help] (add -b at the end for Wii U).

Known issues

None