From 87d4f2ef40a30c3ff5fec46c4f7309fc2703b991 Mon Sep 17 00:00:00 2001 From: Cainan Date: Fri, 5 Jul 2024 20:01:36 +0100 Subject: [PATCH] Update README.md --- TaikoWiiUSongTextureTool/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TaikoWiiUSongTextureTool/README.md b/TaikoWiiUSongTextureTool/README.md index f4ae733..38132cd 100644 --- a/TaikoWiiUSongTextureTool/README.md +++ b/TaikoWiiUSongTextureTool/README.md @@ -3,11 +3,12 @@ Tool to generate song textures for Taiko no Tatsujin Wii U 1-3, using a modern wordlist.json file. Only supports Japanese text for now. -Usage: generate.py [-ura] +`Usage: generate.py [-ura]` There is also an additional script in here to convert the folder of textures to a .nut texture. The code in this was partially based on the NUT code found in [Smash Forge](https://github.com/jam1garner/Smash-Forge) +``` Usage: generate_nut.py [-h] [--format {dxt1,dxt3,dxt5}] input_folder output_file Generate NUT file from PNG files. @@ -20,6 +21,7 @@ options: -h, --help show this help message and exit --format {dxt1,dxt3,dxt5} Texture compression format. +``` Requirements: [NVIDIA Texture Tools Exporter](https://developer.nvidia.com/texture-tools-exporter) installed and added to PATH \ No newline at end of file