Difference between revisions of "Gabriel Knight"

Jump to navigation Jump to search
115 bytes added ,  00:53, 16 February 2021
Adds GOG install info
(Adds SCI2 info)
(Adds GOG install info)
Line 23: Line 23:


Copy all files to the game directory. Some games need additional work:
Copy all files to the game directory. Some games need additional work:


'''''Floppy games with RESOURCE.p01, p02, etc. and/or RESOURCE.a01, a02, etc. files'''''
'''''Floppy games with RESOURCE.p01, p02, etc. and/or RESOURCE.a01, a02, etc. files'''''
Line 28: Line 29:
* Concatenate all RESOURCE.p0* files to RESOURCE.000 (e.g. <code>copy /b RESOURCE.p0* RESOURCE.000</code> on Windows, or <code>cat RESOURCE.p0* > RESOURCE.000</code> on *nix).
* Concatenate all RESOURCE.p0* files to RESOURCE.000 (e.g. <code>copy /b RESOURCE.p0* RESOURCE.000</code> on Windows, or <code>cat RESOURCE.p0* > RESOURCE.000</code> on *nix).
* Concatenate all RESOURCE.a0* files to RESOURCE.AUD (e.g. <code>copy /b RESOURCE.a0* RESOURCE.AUD</code> on Windows, or <code>cat RESOURCE.a0* > RESOURCE.AUD</code> on *nix).
* Concatenate all RESOURCE.a0* files to RESOURCE.AUD (e.g. <code>copy /b RESOURCE.a0* RESOURCE.AUD</code> on Windows, or <code>cat RESOURCE.a0* > RESOURCE.AUD</code> on *nix).
'''''Games with multiple CDs'''''
'''''Games with multiple CDs'''''


* Directories that exist on multiple discs (e.g. ROBOT and VMD directories) must be merged together, not replaced.
* Directories that exist on multiple discs (e.g. ROBOT and VMD directories) must be merged together, not replaced.
* Rename the RESOURCE.SFX from each CD to RESSFX.00<cdnumber>, and the RESOURCE.AUD from each CD to RESAUD.00<cdnumber>, to match the corresponding RESSCI.00<cdnumber> file that exists on each CD.
* Rename the RESOURCE.SFX from each CD to RESSFX.00<cdnumber>, and the RESOURCE.AUD from each CD to RESAUD.00<cdnumber>, to match the corresponding RESSCI.00<cdnumber> file that exists on each CD.
* It should be safe to replace any other files from later CDs that were copied already from earlier CDs, except in Phantasmagoria 1
* It should be safe to replace any other files from later CDs that were copied already from earlier CDs.
 
 
'''''Gabriel Knight 1 from GOG.com'''''
 
Rename GK1.GOG to GK1.ISO, mount the ISO, and copy the files from the ISO in the normal manner.


==Simultaneous speech and subtitles==
==Simultaneous speech and subtitles==
442

edits

Navigation menu