| Crates.io | nh-xml-from |
| lib.rs | nh-xml-from |
| version | 1.3.1 |
| created_at | 2024-10-30 20:51:51.04587+00 |
| updated_at | 2025-02-14 23:08:24.666452+00 |
| description | A tool that lets you convert various formats to XML for New Horizons |
| homepage | |
| repository | https://github.com/lucidashygirl/nh-xml-from |
| max_upload_size | |
| id | 1429180 |
| size | 98,898 |
A tool that lets you convert TOML, JSON, YAML, and RON to XML for New Horizons, as well as the other way around.
Run the command in the directory you would like the XML file to generate at. (You have to add the app to your path, unless you want to run it directly every time)
nh-xml-from <path_to_input_file> <toml/json/ron/yaml>
Note that the third parameter only matters if converting XML to one of the other formats.
NomaiObject, DialogueTree, and AstroObjectEntry documentation.
Here are guides for each supported format:
However, there are some things that are specific to the tool, such are the following:
log_condition.reveal_fact.condition is now an array of integers, since originally it was a string with text block ids
separated by commas.This software has reached it's original goal for completion. Here's a list of potential features to be added in newer versions:
You can install with the following methods:
cargo install nh-xml-fromThe tool may be available in the future from the AUR.