From 2714bd929fcfa085c04547bd9423755adce682a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=E2=80=A2I=E2=80=A2L?= Date: Wed, 19 Jul 2023 10:50:39 +0300 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92c4182 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +The versions older than 0.3 preview 2 use an outdated nus3bank template that result in the sound to hear louder in-game. + +As the conversion process is tedious, especially when many songs are implied, I made this tool to automatically fix the .nus3bank files to match +the newer template. + +## How to use + +**Backup your .nus3bank files before using this tool!!!** + +In your file explorer, select the .nus3bank files you want and drag them to TaikoNus3BankTemplateFix.exe. +The files will be overwritten with the new version of the nusbank. + +In command line, + +``` +TaikoNus3BankTemplateFix.exe path\to\song_file1.nus3bank path\to\song_file2.nus3bank ... +```