Step 2: Working with fumen - despairoharmony/TaikoVDLCBuilder GitHub Wiki
What do you need:
- An LZ11 compressor (you can use wwPacker)
Compressing the fumen files
PS: This step is not necessary for fumen extracted from 3DS games (and with Rhythmic Adventure too)
Now we are going to use the fumen files (.bin) that we got in Step 1. We need to compress all of them in order to make it work on V Version. Luckly LZ11 compression is compatible and it's easier to work with.
Install wwPakcer and place the fumen files in the folder where it was installed. Now run the folowing comand for each file:
wwcxtool.exe /c1 [input].bin [output].bin
Now we have our fumen files compressed
Placing them into the DLC folder
Back into the Data\Songs folder we are going to open the folder we created in Step 1
Then we will go into "_data" folder, and then into "fumen" folder
Now we will delete the folder present here (from our DLC template), and create a new one with the songID as the name.
Now we open this new songID folder and create a new folder called "solo"
Now inside "solo" folder we paste the compressed fumen (.bin)