mirror of
https://github.com/cainan-c/TaikoPythonTools.git
synced 2025-02-17 10:48:42 +01:00
Update README.md
This commit is contained in:
parent
e994eaee01
commit
aed406bc32
@ -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.
|
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
|
Usage: batch_convert.py [-h] input_folder output_folder
|
||||||
|
|
||||||
Process TJA files and generate related files.
|
Process TJA files and generate related files.
|
||||||
@ -18,3 +22,7 @@ positional arguments:
|
|||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help show this help message and exit
|
-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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user