Getting the game data: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
Line 3: Line 3:
=== Installing from a CD ===
=== Installing from a CD ===


Just install the game normally using either Windows or Wine and then <b>apply the [http://www.arkane-studios.com/uk/arx_downloads.php 1.21 patch]</b>.
Under windows, just install the game normally and then <b>apply the [http://www.arkane-studios.com/uk/arx_downloads.php 1.21 patch]</b>.


Because there is no extractor for the patch setup file, we cannot provide an automated install script yet.
For linux you can either do the same or use the script provided in the [https://github.com/arx/ArxLibertatis/tree/master/scripts scripts directory of the Arx Libertatis source code]. For this you will need to install [http://innoextract.constexpr.org/ Inno Extract] and [http://www.cabextract.org.uk/ cabextract], download the 1.21 patch, insert the original arx cdrom and then run:
scripts/install-cd /dev/cdrom path/to/ArxFatalis_1.21_MULTILANG.exe path/to/output/dir/
or
scripts/install-cd path/to/arx.iso path/to/ArxFatalis_1.21_MULTILANG.exe path/to/output/dir/
For this you will also need fuseiso (http://fuseiso.sourceforge.net/), isoinfo from either cdrkit (http://cdrkit.org/) or cdrtools (http://cdrecord.berlios.de/), or root privileges to mount/extract the cdrom image. Althernatively you can mount the cdrom yourself and run the script as
scripts/install-cd path/to/mount/point/ path/to/ArxFatalis_1.21_MULTILANG.exe path/to/output/dir/
 
If you have md5sum installed, the script will also verify the installed files.
 
In case you haven't installed innoextract globally, you will need to make sure the script finds it by first running
export PATH="/path/to/dir/containing/innoextract/:$PATH"
 
If you have a localized version and the scripts complains about a checksum mismatch but the game runs fine, please add the correct checksums to [[Required data files and checksums]]. In that case you might also use the language-specific version of the 1.21 patch instead of ArxFatalis_1.21_MULTILANG.exe to get correct version of loc.pak for your language.


=== Buying a new copy on-line ===
=== Buying a new copy on-line ===

Revision as of 16:45, 22 March 2012

Full Game

Installing from a CD

Under windows, just install the game normally and then apply the 1.21 patch.

For linux you can either do the same or use the script provided in the scripts directory of the Arx Libertatis source code. For this you will need to install Inno Extract and cabextract, download the 1.21 patch, insert the original arx cdrom and then run:

scripts/install-cd /dev/cdrom path/to/ArxFatalis_1.21_MULTILANG.exe path/to/output/dir/

or

scripts/install-cd path/to/arx.iso path/to/ArxFatalis_1.21_MULTILANG.exe path/to/output/dir/

For this you will also need fuseiso (http://fuseiso.sourceforge.net/), isoinfo from either cdrkit (http://cdrkit.org/) or cdrtools (http://cdrecord.berlios.de/), or root privileges to mount/extract the cdrom image. Althernatively you can mount the cdrom yourself and run the script as

scripts/install-cd path/to/mount/point/ path/to/ArxFatalis_1.21_MULTILANG.exe path/to/output/dir/

If you have md5sum installed, the script will also verify the installed files.

In case you haven't installed innoextract globally, you will need to make sure the script finds it by first running

export PATH="/path/to/dir/containing/innoextract/:$PATH"

If you have a localized version and the scripts complains about a checksum mismatch but the game runs fine, please add the correct checksums to Required data files and checksums. In that case you might also use the language-specific version of the 1.21 patch instead of ArxFatalis_1.21_MULTILANG.exe to get correct version of loc.pak for your language.

Buying a new copy on-line

The windows version of Arx Fatalis is available at various download-only stores:

Just like with the cd install, do a normal windows (or wine) install and then copy the data (or run directly in the install directory). However, the download-only versions should already include the latest patch.

The GOG.com version can be extracted without windows or wine if you install Inno Extract and then use the script provided in the scripts directory of the Arx Libertatis source code:

scripts/install-gog path/to/setup_arx_fatalis.exe path/to/output/dir/

If you have md5sum installed, the script will also verify the installed files.

In case you haven't installed innoextract globally, you will need to make sure the script finds it by first running

export PATH="/path/to/dir/containing/innoextract/:$PATH"

Required files

The project is in need of checksums for the various versions of the data.

If you have a version not listed or you'd like to verify that you have the required files, please see Required data files and checksums.

Demo

Download arx_demo_english.zip or arxdemoenglish.zip (md5sum: 3c59a5799e1237b1b181c96e8c09155a)

The following sites work without a login and don't wrap the .zip file in an annoying .exe at the time of this writing.

You can either install the demo using windows or wine or use cabextract to extract the data files.

There is a helper script in the scripts directory of the Arx Libertatis source code that wraps unzip and cabextract. Run:

scripts/install-demo path/to/arx_demo_english.zip path/to/output/dir/

If you have md5sum installed, the script will also verify the installed files.