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.
For jafa: KQ6
For jafa: KQ6
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
Re: For jafa: KQ6
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
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
I ordered a book from Amazon - it arrived today...
Windows 3.1 Function Reference - Microsoft Press
Windows 3.1 Function Reference - Microsoft Press
Re: For jafa: KQ6
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.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001