Page 1 of 1

The Colonel's Bequest - New Easter Egg

Posted: Thu Dec 31, 2015 4:51 pm
by OmerMor
Check out my video: I explained it all in the video's description, but I'll paste it here as well:
The Colonel's Bequest features a very elusive easter egg of a flying statue.
Using SCI Companion (http://sciprogramming.com/community/ind ... pic=1420.0), I was able to decompile the game's scripts and figure out what triggers it.
It turned out, the egg will trigger randomly when entering the room outside the back of the mansion, with a chance of 1:200.
So this very low chance explains the very few reports of this egg.

I changed the script to increase the triggering probability, and was finally able to trigger the egg.

But wait - there's more! =)

The script refers to an airplane, and not a statue. Looking at the object's view (104) I noticed it contains 3 loops. The first is a statue, the second shows the benches, and the third is a never-before-seen airplane.
The script sets the airplane's loop to 3, but since we use zero-based counting, the airplane's loop should've been 2.
Fixing the script once again, I was able to trigger the egg as it was meant to be seen.

For the curious, here are the relevant snippets from the decompiled script: http://pastebin.com/DbqCf3p6

The patched script can be downloaded from here:
https://drive.google.com/file/d/0B5j-_Z ... sp=sharing
The archive contains 2 flavors: the original flying statue, and the fixed airplane.
To use it, simply rename the one you want to SCRIPT.004, put it in the game's folder, and run the game.

Re: The Colonel's Bequest - New Easter Egg

Posted: Thu Dec 31, 2015 5:36 pm
by Collector
*moved to the Laura Bow forum*

Interesting. I wonder if the airplane is the Red Baron. There is only a year's difference in release dates. What version is this from?

Re: The Colonel's Bequest - New Easter Egg

Posted: Fri Jan 01, 2016 1:01 am
by OmerMor
The game mentions 1.000.046.

Re: The Colonel's Bequest - New Easter Egg

Posted: Fri Jan 01, 2016 1:32 am
by Collector
I have a 3.5" copy and a 5.25", both are 1.000.046. Not sure what is included in the 2nd KQC or the RWA. Nice to know the author of the easter egg. Are you going to look for Gertie's chainsaw murder egg?

Re: The Colonel's Bequest - New Easter Egg

Posted: Fri Jan 01, 2016 1:42 am
by OmerMor
I did. Saw nothing like it. Probably axed before release...

Re: The Colonel's Bequest - New Easter Egg

Posted: Fri Jan 01, 2016 2:16 am
by Collector
I wonder if there was an earlier public release of the game than 1.000.046. That is the only version in HWM's list.

Re: The Colonel's Bequest - New Easter Egg

Posted: Fri Jan 01, 2016 9:44 am
by BBP
Very cool find! :)