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.
KQ7 - Wooden Nickel
- Semi-Happy Partygoer
- Oldbie
- Posts: 525
- Joined: Sun Jun 25, 2017 11:44 pm
KQ7 - Wooden Nickel
"It is better to know some of the questions than all of the answers" - James Thurber
- Tawmis
- Grand Poobah's Servant
- Posts: 20946
- Joined: Wed Oct 08, 2008 1:19 am
- Gender: Not Specified
- Contact:
Re: KQ7 - Wooden Nickel
Line 382-383 in the code: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.
382 REM 'We messed up - fixing Nickle code
383 If WNick=1 then FauxShopNotFauxedUp
Tawmis.com - Voice Actor
Comic Relief Podcast!
Neverending Nights
Hello, my name is Larry. Larry Laffer!
Comic Relief Podcast!
Neverending Nights
Hello, my name is Larry. Larry Laffer!
- Semi-Happy Partygoer
- Oldbie
- Posts: 525
- Joined: Sun Jun 25, 2017 11:44 pm
Re: KQ7 - Wooden Nickel
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.
"It is better to know some of the questions than all of the answers" - James Thurber
Re: KQ7 - Wooden Nickel
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.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
Re: KQ7 - Wooden Nickel
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.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.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
- Semi-Happy Partygoer
- Oldbie
- Posts: 525
- Joined: Sun Jun 25, 2017 11:44 pm
Re: KQ7 - Wooden Nickel
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.Collector wrote: ↑Fri Feb 07, 2020 3:16 pmCould 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.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.
"It is better to know some of the questions than all of the answers" - James Thurber
- Semi-Happy Partygoer
- Oldbie
- Posts: 525
- Joined: Sun Jun 25, 2017 11:44 pm
Re: KQ7 - Wooden Nickel
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.
"It is better to know some of the questions than all of the answers" - James Thurber