☰

Here you'll find stable and development versions of Adonthell to download.

Adonthell 0.3 - Waste's Edge

Adonthell - Waste's EdgeAs a loyal servant of the elven Lady Silverhair, you arrive at the remote trading post of Waste's Edge, where she is engaged in negotiations with the dwarfish merchant Bjarn Fingolson. But not all is well at Waste's Edge, and soon you are confronted with circumstances that are about to destroy your mistress' high reputation. And none but you can avert this ...

[Source]  Source code
For all supported operating systems.
  The source is available as a tarball or from our GIT repository. In both cases, you'll need to get the game engine and data package.
[Tarball]  adonthell-src-0.3.8.tar.gz - [868K]
wastesedge-src-0.3.8.tar.gz - [20M]
[GIT]  git clone git://git.sv.nongnu.org/adonthell.git
git clone git://git.sv.nongnu.org/adonthell/adonthell-wastesedge.git

Once downloaded and extracted (or cloned from the GIT repository), open a terminal and change into the adonthell directory. In there, run

> ./autogen.sh       # GIT only
> ./configure
> make
> sudo make install

For more detailed installation instructions, please refer to the INSTALL and NEWBIE files and the OS-specific READMEs enclosed in the engine package.

Then repeat the same steps for the data package. The PLAYING file that comes with the data gives a short intro of the in-game controls. A complete manual is available in the doc/ directory.

Now you are ready to play. Type

> adonthell-0.3 wastesedge

to dive into the game.

[Linux]  GNU/Linux
Prebuilt packages for GNU/Linux.
  A distribution independent AppImage package is available for 64bit OSes with glibc 2.19 and newer.
[AppImg]  wastesedge-0.3.7-x86_64-linux.tar.gz - [24.0M]
  The following distributions provide Waste's Edge in their respective package repository. To install, open a terminal and type the command listed below.
[Ubuntu]  apt-get install adonthell-data or Click to Install.
[Debian]  apt-get install adonthell-data.
[Fedora]  yum install wastesedge.
[Mandriva]  urpmi adonthell-wastesedge.
[Gentoo]  emerge wastesedge.
  In case your distribution is not listed, but does provide a Waste's Edge package, please let us know.
[BSD]  BSD
Binaries for BSD.
 
 

Adonthell Port for FreeBSD

[MacOS X]  MacOS X
Binaries for MacOS X 10.4 and higher.
[X86]  Intel 64bit, OSX 10.11 and above:
wastesedge-osx-x86_64-0.3.7.dmg - [19.5M]
[PPC]  PPC/Intel (with Rosetta), OSX 10.4.11 - 10.6.8:
wastesedge-osx-ppc-0.3.7.dmg - [19.7M]
[Windows]  Windows
Binaries for Windows XP and higher.
[32bit] 

wastesedge-0.3.7-x86.msi - [22.8M]

[64bit] 

wastesedge-0.3.7-x64.msi - [22.7M]

[BeOS 5]  BeOS/Haiku
Binaries for BeOS 5 (x86) and its successor Haiku.
 

wastesedge-0.3.3.tar.gz - [10.0 M]

Additional requirement: Python 2.2.

Installation: After installing Python, extract wastesedge-0.3.3.tar.gz to a location of your choice. Then open a Terminal window and change to the wastesedge-0.3.3 directory. In there, type:

install-adonthell

Afterwards you can start Adonthell - Waste's Edge via the Waste's Edge icon on your Desktop or from the Application menu.

Wanna see what you'll get? Then look at some Screenshots first!

In case you experience any problems during installation or while playing, please tell us. We'll be happy to help if we can.

Adonthell 0.4

This is the latest (and now discontinued) version of the Adonthell engine. It is not yet available in packaged form.

[Source]  Source code
For all operating systems.
[GIT] 

Follow the instructions for prospective Adonthell developers to obtain Adonthell 0.4 from our GIT repository.