AshLancer / QFG4-Enhanced

An unofficial update for Quest for Glory IV: Shadows of Darkness that builds on Sierra's anthology release and NewRisingSun's speed fixes. Fixes crashes, lockups, dead ends, glitches, sprites/animations, sounds, music, and text. Restores cut content and audio. Written in SCI programming language using the SCI Companion 3.0 tool.
54 stars 4 forks source link

General Midi sounds different #3

Closed Zwarteziel closed 2 years ago

Zwarteziel commented 2 years ago

Hi,

thank you for making these series of patches. I was exited to start playing one of my favourite entries in the series once more. For music, I'm using a (real) Sound Canvas. (Game is set to use 'General Midi' for music). I notice a big difference in the song that plays during the intro / main menu. It seems as if one or more of the instruments have been replaced by others. Is there any way to revert to the original midi music?

Zwarteziel commented 2 years ago

A follow-up: this morning I checked to see which .scr and .hep files were present in both my "original" (GOG) version and the new patch. I overwrote them one by one, each time checking if the midi-music was different. Strangely - but luckily I guess - the game now sounds fine. I'm quite sure I didn't mess with instrument mappings before trying the different versions yesterday, but well... It seems the game is functioning. I'll close this issue and thank you for your efforts!

For the record, these were the files I swapped manually:

TarkinMX commented 2 years ago

The directions for installing the patch are somewhat confusing and I had this same issue. It should state rather than renaming patches to patches_bak, to make a copy of the patches folder and then rename that to patches_bak. With the original patches folder still present and unaltered, copy everything from this patch into that folder and overwrite everything in that folder.

AshLancer commented 2 years ago

Hi,

I just wanted to comment: I haven't changed any of the midi music in the game. All of the script patch files only contain game code, with a couple of views (sprites) and MSG (text). Sorry to hear that the directions were a bit confusing. I tried to make it as simple as possible. Will do better next time. Thank you for playing, and please feel free to point these things out!

TarkinMX commented 2 years ago

I think the issue he had was the same I had. I read the instructions, renamed the PATCHES folder to PATCHES_BAK and then moved the PATCHES folder in your zip to the game folder. It caused me to lose the same audio with the wolf sound that he described. Looking at the instructions, I realized that I never got a prompt to overwrite anything so I deleted the PATCHES folder, renamed PATCHES_BAK to PATCHES and then made a copy of it to PATCHES_BAK. Once I copied the folder from the zip again and overwrote everything, it was working correctly.

Zwarteziel commented 2 years ago

Hi TarkinMX and AshLancer,

thank you both for replying. It was indeed a case of me misinterpreting the instructions. I guess I read them to fast, eager as I was to try the enhanced game! :)