2024-06-24 04:09:52 +02:00
|
|
|
# Taiko no Tatsujin Wii U Texture Tool
|
2024-06-19 00:23:51 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2024-07-05 21:01:36 +02:00
|
|
|
`Usage: generate.py <id> <genreNo> [-ura]`
|
2024-06-27 04:31:21 +02:00
|
|
|
|
2024-07-05 21:01:54 +02:00
|
|
|
There is also an additional script in here to convert the folder of textures to a .nut texture.
|
2024-06-27 11:29:03 +02:00
|
|
|
The code in this was partially based on the NUT code found in [Smash Forge](https://github.com/jam1garner/Smash-Forge)
|
2024-06-27 04:31:21 +02:00
|
|
|
|
2024-07-05 21:01:36 +02:00
|
|
|
```
|
2024-07-05 21:00:26 +02:00
|
|
|
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.
|
2024-07-05 21:01:36 +02:00
|
|
|
```
|
2024-07-05 21:00:26 +02:00
|
|
|
|
|
|
|
Requirements:
|
|
|
|
[NVIDIA Texture Tools Exporter](https://developer.nvidia.com/texture-tools-exporter) installed and added to PATH
|