From 68e790f993982c02425d5edad1ef963afe4d6f15 Mon Sep 17 00:00:00 2001 From: James Stine Date: Thu, 8 Jun 2017 22:07:27 -0400 Subject: [PATCH] Add a basic readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..75e238a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# xnbcli +A CLI tool for XNB packing/unpacking purpose built for Stardew Valley. + +This tool currently supports unpacking all LZX compressed XNB files for Stardew Valley. +There is some basic groundwork for XACT as well. + +The end goal for this project is to serve as a CLI for a GUI wrapper to leverage so the average user can interface with +XNB files a lot easier. + +## License +GNU GPL v3.0