Update files

This commit is contained in:
Cainan 2024-06-17 21:20:44 +01:00
parent 4d3cbf46dd
commit f7c59590c4
9 changed files with 2 additions and 80 deletions

View File

@ -18,9 +18,9 @@ tkinter installed through pip `pip install tk`
cryptography installed through pip `pip install cryptography` cryptography installed through pip `pip install cryptography`
pydub installed through pip `pip install pydub` pydub installed through pip `pip install pydub`
ffplay installed in `path`. ffplay installed in `path`.
Game Data properly converted to the format this tool expects, stored in a folder called `data`. Song Data properly converted to the format this tool expects, stored in a folder called `data`.
Due to copyright reasons, etc. no song data will be provided with this tool, however template data can be found within the `data` folder, which should give an idea of what the tool requires. Due to copyright reasons, etc. no song data will be provided with this tool, however you can use [TjaBatchConvert](https://github.com/cainan-c/TaikoPythonTools/tree/main/TjaBatchConvert) to convert custom charts to a format this tool expects.
Currently, due to the nature of this relying on some Windows executables, this tool currently only supports Windows. Currently, due to the nature of this relying on some Windows executables, this tool currently only supports Windows.
I will be looking into getting it running on Unix-based operating systems. (Linux/macOS) I will be looking into getting it running on Unix-based operating systems. (Linux/macOS)

View File

@ -1,36 +0,0 @@
{
"items": [
{
"uniqueId": 1,
"id": "custom",
"songFileName": "sound/song_custom",
"order": 1000,
"genreNo": 0,
"branchEasy": false,
"branchNormal": false,
"branchHard": false,
"branchMania": false,
"branchUra": false,
"starEasy": 8,
"starNormal": 8,
"starHard": 8,
"starMania": 8,
"starUra": 0,
"shinutiEasy": 1253,
"shinutiNormal": 1253,
"shinutiHard": 1253,
"shinutiMania": 1253,
"shinutiUra": 0,
"shinutiEasyDuet": 1253,
"shinutiNormalDuet": 1253,
"shinutiHardDuet": 1253,
"shinutiManiaDuet": 1253,
"shinutiUraDuet": 0,
"scoreEasy": 1000000,
"scoreNormal": 1000000,
"scoreHard": 1000000,
"scoreMania": 1000000,
"scoreUra": 0
}
]
}

View File

@ -1,6 +0,0 @@
[
{
"id": "custom",
"previewPos": 68610
}
]

View File

@ -1,36 +0,0 @@
{"items":[
{
"key": "song_custom",
"japaneseText": "That That [CUSTOM SONG]",
"japaneseFontType": 0,
"englishUsText": "That That [CUSTOM SONG]",
"englishUsFontType": 1,
"chineseTText": "That That [CUSTOM SONG]",
"chineseTFontType": 0,
"koreanText": "That That [CUSTOM SONG]",
"koreanFontType": 0
},
{
"key": "song_sub_custom",
"japaneseText": "PSY, prod. & feat. SUGA of BTS",
"japaneseFontType": 0,
"englishUsText": "PSY, prod. & feat. SUGA of BTS",
"englishUsFontType": 1,
"chineseTText": "PSY, prod. & feat. SUGA of BTS",
"chineseTFontType": 0,
"koreanText": "PSY, prod. & feat. SUGA of BTS",
"koreanFontType": 0
},
{
"key": "song_detail_custom",
"japaneseText": "",
"japaneseFontType": 0,
"englishUsText": "",
"englishUsFontType": 0,
"chineseTText": "",
"chineseTFontType": 1,
"koreanText": "",
"koreanFontType": 2
}
]}