Getting the game data

From Arx Libertatis Wiki
Revision as of 01:12, 15 October 2011 by Ds (talk | contribs) (Add instructions on how to obtain the demo data.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Full Game

Demo

Download arx_demo_english.zip or arxdemoenglish.zip (md5sum: 3c59a5799e1237b1b181c96e8c09155a) from any of these sites:

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:

scripts/install-demo <zipfile> bin/

Manually extract the data

First, extract the .zip file: mkdir demo && cd demo && unzip ../arx_demo_english.zip

Now extract the three .capfiles

cd demo
cabextract x Setup1.cab
cabextract x Setup2.cab
cabextract x Setup3.cab

This should extract the files

If data</bin> is your destination directory, create a data/misc directory and copy the following files:

  • demo/bin/Arx.ttf to data/misc/arx.ttf
  • demo/bin/data2.pak to data/data2.pak
  • demo/bin/LOC.pak to data/loc.pak
  • demo/bin/Logo.bmp to data/misc/logo.bmp
  • demo/data.pak to data/data.pak
  • demo/SFX.pak to data/sfx.pak
  • demo/SPEECH.pak to data/speech.pak

You should end up with the following files / md5 checksums (cd data && find * -type f | sort | xargs md5sum):

958b78f8f370b06d769843137138c461  data2.pak
5d7ba6e6c79ebf7fbb232eaced9e8ad9  data.pak
2ae16d3925c597dca70f960f175def3a  loc.pak
9a95ff96795c034524ba1c2e94ea12c7  misc/arx.ttf
aa3dfbd4bc9c863d10a0c5345ae5a4c9  misc/logo.bmp
ea1b3e6d6f4906905d4a34f07e9a59ac  sfx.pak
62ca7b1751c0615ee131a94f0856b389  speech.pak