Page 1 of 1

For jafa: KQ6

Posted: Mon Feb 08, 2010 1:27 am
by Collector
Originally Posted: Sat May 31, 2008 1:33 pm

I tried to mail this to you, but the email was bounced. Here is the executable for King's Quest VI. SCIWV.EXE. There are many tools out there for hacking into the Sierra SCI games, including SCI Studio, SCI Companion and Enrico Rolfi's TraduSCI and SCI32 Script Dumper. I think that NewRisingSun developed his own tools for developing his timer patches.

Re: For jafa: KQ6

Posted: Mon Feb 08, 2010 1:27 am
by jafa
Hi,

Took a quick look...

It is a NE file format so objdump won't open it. I had to extract the code segments and objcopy then into a PE format.

It is pure 16-bit code. Yick.

The first code segment is mostly 16-bit windows, but with a few DOS ints and one BIOS int (Equipment Determination).

If it has the relocation information then it should be possible to pull apart and put back together.

Nick

Re: For jafa: KQ6

Posted: Mon Feb 08, 2010 1:28 am
by jafa
I ordered a book from Amazon - it arrived today...

Windows 3.1 Function Reference - Microsoft Press 8-)

Re: For jafa: KQ6

Posted: Mon Feb 08, 2010 1:28 am
by Collector
Very cool. BTW, I linked to your page from my site. My DOSBox installer page will now send people to you for the Sierra Windows games.