diff --git a/TjaBatchConvert/README.md b/TjaBatchConvert/README.md index 2ed287b..f8fb213 100644 --- a/TjaBatchConvert/README.md +++ b/TjaBatchConvert/README.md @@ -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.