Step 4: Working with title textures - despairoharmony/TaikoVDLCBuilder GitHub Wiki

What do you need:

Locating the title textures

Going back to the "_data" folder, we will open "system" folder

Step 4-1

Now we open "songtitle" folder:

Step 4-2

There we'll find the textures (.txp) and the animations (.anm) of the song

Step 4-3

Exporting and Importing with taikotools

Place taikotools somewhere in your PC, then copy the textures (.txp) files to the same folder.

Now run the following command to extract each texture (or drag and drop them):

psvita-txptool.exe [texture].txp

The program will generate a folder for each texture extracted, with a .png image inside of it. Now you edit the way you want, i suggest using this font.

After finishing your edits, head back to taikotools folder and run the following comand:

psvita-txptool.exe c [texture-folder] [texture].txp

Now copy and paste back into "songtitle" folder

Hex editing the animation files

Step 4-3

Now back into "songtitle" folder, we must edit the animation (.anm) files, so open it with a hex editor.

Step 4-4

Our objective here is to replace the highlighted part with our songID in every animation (.anm) file. Do it for the 3 files and save them, and you are all done here.