77
edits
Line 19: | Line 19: | ||
For more information on how ScummVM uses game data files, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html user documentation]. | For more information on how ScummVM uses game data files, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html user documentation]. | ||
You will need a copy of the <code>Contents</code> folder from the game as it's installed on MacOS. | |||
'''GOG | '''Detecting Previously Installed Game''' | ||
To detect from an installed copy of the game (eg, in <code>/Applications/Syberia.app</code>), from the ScummVM "Add Game" dialog navigate to where it is installed, double click on the application, and choose the <code>Contents</code> directory from inside the app. | |||
'''GOG Package''' | |||
You can also download the "offline installer" package from GOG an extract it directly. | |||
''Extracting on MacOS:'' | ''Extracting on MacOS:'' | ||
Extract the contents using <code>pkgutil</code>, eg: | |||
pkgutil --expand syberia_en_2.0.0.1.pkg syberia | |||
The Contents folder | The <code>Contents</code> folder will be extracted in <code>syberia/package.pkg/Scripts/payload</code>. | ||
''Extracting on Other Platforms:'' | ''Extracting on Other Platforms:'' | ||
You can use '''unar''' and '''tar''': | You can use '''unar''' and '''tar''' to extract the offline installer package: | ||
unar | unar syberia_en_2.0.0.1.pkg | ||
mv syberia/package.pkg/Scripts syberia.cpio.gz | mv syberia/package.pkg/Scripts syberia.cpio.gz | ||
unar syberia.cpio.gz | unar syberia.cpio.gz | ||
==Engine== | ==Engine== |
edits