blueskythlikesclouds / DivaModLoader

Mod loader for Hatsune Miku: Project DIVA Mega Mix+
MIT License
268 stars 11 forks source link

If a large number of "Another Songs" are set, the song title will not be displayed. #21

Closed enomoto-r02 closed 2 months ago

enomoto-r02 commented 2 months ago

Nice to meet you, excuse me for the sudden request.

In Another Song, if there are nearly 10 Another Songs per song, some of them will be blank even if the Name name (name) and Change Vocals columns (vocal_disp_name) are set. (A similar phenomenon was observed in Japanese and English.)

I don't know if this is a problem with the game or with the DIVA MOD loader, but is it possible to fix it?

enomoto-r02 commented 2 months ago

(postscript) Occurred when another_song.length=11 or greater. It doesn't happen with another_song.length=10.

blueskythlikesclouds commented 2 months ago

Are you sure this is not a PV DB sorting issue? Since if you go to 10, you'd need to sort like:

.0. .1. .10. .2. .3.

and on.

enomoto-r02 commented 2 months ago

Oh my God, I was stupid. It worked perfectly. Thank you very much!