TaikoNus3bankMake/TaikoWiiUSongTextureTool
2024-07-06 00:22:34 +01:00
..
resources Add WIP song tex generation tool 2024-06-18 23:23:51 +01:00
generate_nut.py Update tool, fixed a lot of Wii U issues. 2024-07-06 00:22:34 +01:00
generate_texture.py Rename 2024-07-05 20:02:12 +01:00
README.md Update README.md 2024-07-05 20:01:54 +01:00

Taiko no Tatsujin Wii U Texture Tool

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 <id> <genreNo> [-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

Usage: generate_nut.py [-h] [--format {dxt1,dxt3,dxt5}] input_folder output_file

Generate NUT file from PNG files.

positional arguments:
  input_folder          Input folder containing PNG files.
  output_file           Output NUT file.

options:
  -h, --help            show this help message and exit
  --format {dxt1,dxt3,dxt5}
                        Texture compression format.

Requirements: NVIDIA Texture Tools Exporter installed and added to PATH