Update README.md

This commit is contained in:
Cainan 2024-06-17 20:51:11 +01:00 committed by GitHub
parent e994eaee01
commit aed406bc32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,10 @@ This tool takes advantage of vivaria's [tja2fumen](https://github.com/vivaria/tj
Each folder containing `.tja` files must have a `box.def` file.
Prerequisites:
Python 3.12.3 or newer
pydub installed through pip `pip install pydub`
Usage: batch_convert.py [-h] input_folder output_folder
Process TJA files and generate related files.
@ -18,3 +22,7 @@ positional arguments:
options:
-h, --help show this help message and exit
## Known Issues
Not all charts will properly convert, this is due to limitations within [tja2fumen](https://github.com/vivaria/tja2fumen), please refer to that project's readme for information on what is and isn't supported.
Song titles may not properly display in-game, this is due to not all unicode characters being supported within Taiko no Tatsujin games.