Difference between revisions of "King's Quest Source Repository"
From SCI Wiki
Jump to navigationJump to searchLine 8: | Line 8: | ||
===<br /> King's Quest IV === | ===<br /> King's Quest IV === | ||
− | King's Quest IV version 1.006.004, int. 0.000.502 -- Compiles and runs. Not tested to completion. | + | King's Quest IV version 1.006.004, int. 0.000.502 -- 6<sup>th</sup> version. Compiles without errors and runs without the said spec errors of the first version from a bug with the SCI Companion decompiler. This has been fixed in the latest build by Kawa. Not tested to completion. |
+ | |||
+ | ====<br /> Modifications ==== | ||
+ | |||
+ | Main.sc: | ||
+ | * line 720 changed (self newRoom: 701) to (self newRoom: 700) to skip the CP script | ||
+ | * line 777 Set cursor to normal from wait cursor after bypassing CP script | ||
+ | |||
+ | rm92.sc<br /> | ||
+ | Compiler warning: (rm92.sc) Duplicate case values. Already encountered a case for '6' Line: 368, col: 4 | ||
+ | * Commented out unreachable case (duplicate case 6) | ||
+ | |||
+ | ==== <br /> SRC ==== | ||
* [[File:ZIP.PNG]] [[File:KQ4_v1.006.004_int0.000.502_SRC.zip]] <span class="DLInfo"> ZIP File [293 KB]</span> | * [[File:ZIP.PNG]] [[File:KQ4_v1.006.004_int0.000.502_SRC.zip]] <span class="DLInfo"> ZIP File [293 KB]</span> | ||
− | |||
</blockquote> | </blockquote> | ||
Revision as of 18:40, 9 October 2018
This is a test page for a source repository of SCI game scripts using SCI Companion's decompiler.
King's Quest
King's Quest IVKing's Quest IV version 1.006.004, int. 0.000.502 -- 6th version. Compiles without errors and runs without the said spec errors of the first version from a bug with the SCI Companion decompiler. This has been fixed in the latest build by Kawa. Not tested to completion.
ModificationsMain.sc:
- line 720 changed (self newRoom: 701) to (self newRoom: 700) to skip the CP script
- line 777 Set cursor to normal from wait cursor after bypassing CP script
rm92.sc
Compiler warning: (rm92.sc) Duplicate case values. Already encountered a case for '6' Line: 368, col: 4
- Commented out unreachable case (duplicate case 6)
SRC
- File:ZIP.PNG File:KQ4 v1.006.004 int0.000.502 SRC.zip ZIP File [293 KB]
References
Related Links