Page 1 of 1

KQ7 - Wooden Nickel

Posted: Thu Feb 06, 2020 8:39 am
by Semi-Happy Partygoer
Talk about a blast from the past. Last night, for the first time in over 25 years, I encountered the wooden nickel bug in the Faux Shop!

Totally my fault, as I'd forgotten to apply the patch (though honestly I didn't think I needed to; assumed ScummVM would've incorporated it along with their other fixes), but boy did that bring back memories of endless calls to the helpline and waiting for a replacement copy.

I don't think it always glitches. It seems to be random, as I've played version 1.51 before without patching. No matter now, problem solved.

I wonder what sets 1.51 apart from 1.4, as there are only 8 days separating the two versions.

Re: KQ7 - Wooden Nickel

Posted: Thu Feb 06, 2020 11:51 am
by Tawmis
Semi-Happy Partygoer wrote: Thu Feb 06, 2020 8:39 am I wonder what sets 1.51 apart from 1.4, as there are only 8 days separating the two versions.
Line 382-383 in the code:

382 REM 'We messed up - fixing Nickle code
383 If WNick=1 then FauxShopNotFauxedUp

:lol:

Re: KQ7 - Wooden Nickel

Posted: Thu Feb 06, 2020 9:46 pm
by Semi-Happy Partygoer
Tawmis wrote: Thu Feb 06, 2020 11:51 am
Line 382-383 in the code:

382 REM 'We messed up - fixing Nickle code
383 If WNick=1 then FauxShopNotFauxedUp

:lol:
:lol:

The sad thing is there's really no "definitive" edition of this game. 2.00b fixed a lot of problems but also introduced some new ones. Nothing game-breaking, but a few animations were incorrectly changed and some music cues cut off. I managed to fix one of the problems via a custom patch, but some of them would require re-coding I simply don't know how to do.

Re: KQ7 - Wooden Nickel

Posted: Fri Feb 07, 2020 3:14 pm
by Collector
SCI Companion can decompile SCI scripts that can then be worked on and then recompiles, however, it is designed fro SCI0-SCI1.1 games. KQ7 is an SCI2.1, which splits of the heap handing into a separate "*.HEP" file.Companion does not do this. I would love it if Companion could support all SCI versions, but Phil has expressed little interest in further development of his IDE. Someone else would need to pick it up. My C++ skills are next to non-existent.

Re: KQ7 - Wooden Nickel

Posted: Fri Feb 07, 2020 3:16 pm
by Collector
Semi-Happy Partygoer wrote: Thu Feb 06, 2020 9:46 pm The sad thing is there's really no "definitive" edition of this game. 2.00b fixed a lot of problems but also introduced some new ones. Nothing game-breaking, but a few animations were incorrectly changed and some music cues cut off. I managed to fix one of the problems via a custom patch, but some of them would require re-coding I simply don't know how to do.
Could you itemize the introduced problems you know of? Don't know if I can find the time, but would like to take a look to see what can be done.

Re: KQ7 - Wooden Nickel

Posted: Sat Feb 08, 2020 2:19 pm
by Semi-Happy Partygoer
Collector wrote: Fri Feb 07, 2020 3:16 pm
Semi-Happy Partygoer wrote: Thu Feb 06, 2020 9:46 pm The sad thing is there's really no "definitive" edition of this game. 2.00b fixed a lot of problems but also introduced some new ones. Nothing game-breaking, but a few animations were incorrectly changed and some music cues cut off. I managed to fix one of the problems via a custom patch, but some of them would require re-coding I simply don't know how to do.
Could you itemize the introduced problems you know of? Don't know if I can find the time, but would like to take a look to see what can be done.
Happy to. I'll need to double check a few things but will make a list. Having just finished the patched version 1.51, I see that some of the problems I thought were exclusive to 2.00b appear to have been introduced in those patches.

Re: KQ7 - Wooden Nickel

Posted: Tue Mar 17, 2020 5:00 am
by Semi-Happy Partygoer
Sorry it took me so long to provide the itemization, it's been a busy month. Some of this is educated guesswork but I hope it proves helpful.
KQ7 Errors.txt
(2.72 KiB) Downloaded 365 times