Crates.io | nh-xml-from |
lib.rs | nh-xml-from |
version | 1.2.1 |
source | src |
created_at | 2024-10-30 20:51:51.04587 |
updated_at | 2024-10-30 21:49:39.224553 |
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 | 53,812 |
A tool that lets you convert TOML, JSON, YAML, and RON to XML for New Horizons
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>
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-from
Whichever way you get the program, it is recommended that you put it in your shell's path so that you can run it as a command from anywhere. The tool may be available in the future from the AUR.