Config Sorting of Categories and Songs
The way to configure sort orders of categories (songs / characters) and a sort order of songs while sorting by genre.
Order of Categories
Categories are sorted by orders listed in the following files. Categories not listed in them are put: in the song list, at the tail of categories; in the character list, at the head of categories. And they are sorted by dictionary order.
- Song categories:
Game Folder/core/config/default_order_music.txt
- Character categories:
Game Folder/core/config/default_order_chara.txt
Order of Songs
Songs are sorted by an order listed song IDs in Game Folder/core/config/default_order_music_item.txt
. Songs not listed in it are put at the tail of a list and sorted by dictionary order.