Download

Latest Release - Demo Version 0.2.2

The latest release packages can be found hosted on our Sourceforge project page. Read the file titled "README" in the release package, or view this page in the Allacrost wiki for instructions on how to play.

Windows

  1. Follow this link: Allacrost Sourceforge Download Page
  2. Click the "Download" link to the right. On the next page select the file that has the word "win" in the filename.
  3. Save the file to any location on your hard disk.
  4. After the download completes, run the executable file.
  5. Follow the directions in the installer and select a location to install Allacrost.
  6. Launch the game or editor after installation completes.

OS X

  1. Follow this link: Allacrost Sourceforge Download Page
  2. Click the "Download" link to the right. On the next page select the file that has the word "osx" in the filename.
  3. Save the file to any location on your hard disk.
  4. After the download completes, run the .dmg file.
  5. Follow the directions in the installer and select a location to install Allacrost.
  6. Launch the game or editor after installation completes.

Linux (from source)

  1. Follow this link: Allacrost Sourceforge Download Page
  2. Click the "Download" link to the right. On the next page select the file that has the word "source" in the filename.
  3. Save the file to any location on your hard disk.
  4. After the download completes, open up a terminal and change the directory to where you downloaded the file.
  5. Unpack the tarball with the following command: untar -xvzf [file_name].tar.gz. The files will be placed in a new directory created in the current folder. Type cd [new_directory]>.
  6. Enter the following string of commands to compile, build, and install the game and editor: ./configure && make && make install
  7. You may now execute allacrost and allacrost-editor from the command line.

Linux (from apt) - for Debian, Ubuntu, and other Debian-based distributions

The current release of Hero of Allacrost is available to install as a Debian apt package. It is available for i386 and amd64 architectures.

To download and install from the command line, type the following in your terminal.

  1. Add the following entry to your depository list: deb http://debian.ettin.org/allacrost unstable main., then refresh your package list via apt-get update
  2. To enable verification of this repository, run this command: wget http://debian.ettin.org/key.gpg -O - | sudo apt-key add -
  3. To download and install the game, enter this in your terminal sudo apt-get update && apt-get install allacrost-demo
  4. After installation is complete, you can start the game by typing allacrost at the command line. You can launch the editor by typing allacrost-editor

FreeBSD Users

  1. To install the port: cd /usr/ports/games/allacrost/ && make install clean
  2. To add the package: pkg_add -r allacrost

See http://www.freshports.org/games/allacrost/ for more information.