You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll preface by pointing out that this is a Factor 5 game so things are likely to be weird. I looked at this issue #34 which explained some things about how Factor 5 games work. So I extracted all the MIDIs, clicked "Write DLS Combined Banks" but they don't seem to be lining up. For example, when playing back track 130 (main menu theme) with what I think should be the corresponding bank - number 82 (because the banks appear to be numbered in hexadecimal, 82 = 130) - I hear the MIDI played back with samples the game uses for opening doors sounds.
The text was updated successfully, but these errors were encountered:
It's not matching numbers. You'll have to try them all unfortunately and find best one... Every game is specific and hardcoded music to bank in game code.
Hmm, trying all of them would be very lengthy. Do you think I could observe what bank is being used for a particular song by looking at the game's memory in an emulator while the song is playing if I look for the right thing? An index or a string perhaps?
I'll preface by pointing out that this is a Factor 5 game so things are likely to be weird. I looked at this issue #34 which explained some things about how Factor 5 games work. So I extracted all the MIDIs, clicked "Write DLS Combined Banks" but they don't seem to be lining up. For example, when playing back track 130 (main menu theme) with what I think should be the corresponding bank - number 82 (because the banks appear to be numbered in hexadecimal, 82 = 130) - I hear the MIDI played back with samples the game uses for opening doors sounds.
The text was updated successfully, but these errors were encountered: