Difference between revisions of "Syberia"

From ScummVM :: Wiki
Jump to navigation Jump to search
m
m (Add steam instructions.)
Line 24: Line 24:


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.
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.
'''Steam Version'''
''Steam macOS:''
The easiest way to get the data is to install the app from Steam and open the data in ScummVM.  To find the install path of the app from Steam, right-click and select <code>Manage -> Browse local files</code>
''Steam Windows:''
You can download the macOS game data files from the Windows steam client following [https://gaming.stackexchange.com/questions/394676/how-do-you-download-the-mac-version-of-a-steam-game-on-a-windows-pc these instructions].


'''GOG Package'''
'''GOG Package'''
Line 29: Line 37:
You can also download the "offline installer" package from GOG an extract it directly.
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:
Extract the contents using <code>pkgutil</code>, eg:

Revision as of 12:45, 7 March 2023

Syberia
No Screenshot Available
First release 2002
Also known as N/A
Developed by Microïds
Published by Microïds
Distributed by The Adventure Company
Platforms Windows, macOS
Resolution 800x600, 32-bit color
Engine Tetraedge, Virtools, Antiryad
Support Since ScummVM 2.8.0 (macOS version only)
Available for
Purchase
Yes

Syberia is a graphic adventure game, developed and published by Microïds, and released for Microsoft Windows, PlayStation 2, and Xbox on 9 January 2002, with the game later ported for Windows Mobile, Nintendo DS, Android, OS X, PlayStation 3, Xbox 360, iOS, and Nintendo Switch in later years. Created and designed by Belgian artist Benoît Sokal, Syberia is set in the same world as Sokal's 1999 video game Amerzone.

(description from Wikipedia)

Installation

Required data files

For more information on how ScummVM uses game data files, see the user documentation.

Only the macOS version of Syberia is supported.  You will need a copy of the Contents folder from the game as it's installed on MacOS.

Detecting Previously Installed Game

To detect from an installed copy of the game (eg, in /Applications/Syberia.app), from the ScummVM "Add Game" dialog navigate to where it is installed, double click on the application, and choose the Contents directory from inside the app.

Steam Version

Steam macOS: The easiest way to get the data is to install the app from Steam and open the data in ScummVM. To find the install path of the app from Steam, right-click and select Manage -> Browse local files

Steam Windows: You can download the macOS game data files from the Windows steam client following these instructions.

GOG Package

You can also download the "offline installer" package from GOG an extract it directly.

Extracting on macOS:

Extract the contents using pkgutil, eg:

pkgutil --expand syberia_en_2.0.0.1.pkg syberia

The Contents folder will be extracted in syberia/package.pkg/Scripts/payload.


Extracting on Other Platforms:

You can use unar and tar to extract the offline installer package:

unar syberia_en_2.0.0.1.pkg
mv syberia/package.pkg/Scripts syberia.cpio.gz
unar syberia.cpio.gz

Engine

Syberia uses different engines depending on the platform. Most platforms use the Virtools engine, created Dassault Systèmes. However, the macOS and DS versions use an engine known as the Tetraedge Engine - from Tetraedge games.

The Tetraedge engine uses common data formats like ogg, png, and lua. It was also used for the macOS releases of Amerzone and Syberia II.

The Playstation 3 and Xbox 360 versions of the game used the Antiryad engine from Arkham Development.

External links