mirror of
https://github.com/cainan-c/TaikoPythonTools.git
synced 2024-11-28 01:10:49 +01:00
11 lines
492 B
Markdown
11 lines
492 B
Markdown
# 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: python generate.py song_id genreNo
|
|
|
|
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 input_folder output_file |