77
edits
m |
|||
Line 14: | Line 14: | ||
(description from Wikipedia) | (description from Wikipedia) | ||
==Installation== | |||
===Required data files=== | |||
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]. | |||
To detect the game in ScummVM, select the <code>Contents</code> directory from inside the app bundle. | |||
'''GOG Version''' | |||
''Extracting on MacOS:'' | |||
Install the package directly from GOG (eg, into <code>/Applications/Syberia.app</code>) or download the "offline installer" package. You can extract the contents using <code>pkgutil</code>: | |||
$ pkgutil --expand syberia_en_2.0.0.1.pkg syberia | |||
The Contents folder is extracted in <code>syberia/package.pkg/Scripts/payload</code>. | |||
''Extracting on Other Platforms:'' | |||
You can use '''unar''' and '''tar''': | |||
unar syberia.pkg | |||
mv syberia/package.pkg/Scripts syberia.cpio.gz | |||
unar syberia.cpio.gz | |||
==Engine== | ==Engine== |
edits