Some SCI games (e.g. GK1 CD) have their patched scripts located inside a PATCHES subfolder.
ScummVm is already scanning this folder:
https://github.com/scummvm/scummvm/blob/master/engines/sci/sci.cpp#L159
The RESOURCE.CFG file specifies which folders should contain patches via the patchDir setting. However this file might only be generated post-installation, so it won't help for opening resources directly from the installation CD (e.g. GK1 CD).
Some SCI games (e.g. GK1 CD) have their patched scripts located inside a
PATCHESsubfolder.ScummVm is already scanning this folder:
https://github.com/scummvm/scummvm/blob/master/engines/sci/sci.cpp#L159
The
RESOURCE.CFGfile specifies which folders should contain patches via thepatchDirsetting. However this file might only be generated post-installation, so it won't help for opening resources directly from the installation CD (e.g. GK1 CD).