39.06 Tools
These tools are used to update and maintain the Taiko Nijiiro cab at AtomCity.
Some of these have been open sourced as part of the nijiiro-toolset project.
Before doing anything, make sure you're in the /39.06/
folder !
You'll need to do some setup to use the scripts in this folder.
- Extract the 08.18 Omnimix files to
./Assets/Taiko Omnimix v8
and copy the files- Download it from here (You'll need to extract in order
Taiko Omnimix v8
,Omnimix v8 Addition
andOmnimix_v8_Song_Fix
)
- Download it from here (You'll need to extract in order
- Extract a clean copy of the game to
./Game
- Clone a copy of TaikoLocalServer
- Run
git clone https://github.com/asesidaa/TaikoLocalServer.git
- Go to the TaikoLocalServer folder and run
git checkout dev
- Run
The upgrade procedure for CHN=>39.06 is the following:
- Export the data from the old install and make the new song list
- Run remapToOriginal to restore the original omnimix ids
- Run listPlays to export the playcount of all songs
- Run makeSongList to generate the new songlist (39.06 + The most played Omnimix songs)
- Generate the new datatable files
- Run makeDatabases to generate the updated 39.06 Omnimix databases
- Copy the Omnimix sound and fumen files
- Run copyOmniFiles to copy the song and fumen data from omnimix
- Translate the costume names and copy the custom QR code puchi
- Run translateCostumes to translate the costumes to english
- Run addCustomFiles to copy the custom patches
- Map the omnimix song ids in the server database to their new value
- Run remapToOmnimix to remap the new omnimix songs
- Run deleteMissingSongs to remove the scores from entries with invalid IDs (removed songs)
- Check the datatable output using checkOutput
- Copy the files to the game's folder by running copyFiles
You're done !
To do everything at once, run runAll