kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
57 stars 8 forks source link

Wrong Music in Kichikuou #32

Closed Axiom20 closed 2 years ago

Axiom20 commented 2 years ago

Hello!

I was playing Kichikuou Rance on Android and I noticed that it sometimes played the wrong music. For example when Ex attacks it should've played the Rebellion OST but somehow it's Rance (My glorious days) Theme that plays. I've tried reinstalling and it's still the same, is it normal or not?

kichikuou commented 2 years ago

Hello @Axiom20,

What are the names of the music files in your ZIP file? Music file names must follow a convention described here. https://github.com/kichikuou/xsystem35-sdl2/blob/master/android/README.md#preparing-a-zip

Axiom20 commented 2 years ago

Hello @Axiom20,

What are the names of the music files in your ZIP file? Music file names must follow a convention described here. https://github.com/kichikuou/xsystem35-sdl2/blob/master/android/README.md#preparing-a-zip

They are Kichiku_2 to Kichiku_29.mp3 like this Screenshot_2022-06-28-05-25-19-09

kichikuou commented 2 years ago

Thanks, I was able to reproduce the issue.

It looks like a bug of SR command in xsystem35-sdl2. I'll try to get it fixed this weekend.

kichikuou commented 2 years ago

Fixed in v2.4.0.

Axiom20 commented 2 years ago

Thanks, I was able to reproduce the issue.

It looks like a bug of SR command in xsystem35-sdl2. I'll try to get it fixed this weekend.

Fixed in v2.4.0.

Thank you! It's working perfectly, sorry for the late response.