ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/content/download.content.php
Revision: 1.1
Committed: Sat Mar 20 19:58:11 2010 UTC (14 years, 3 months ago) by sf-dustfinger
Branch: MAIN
Log Message:
This is the first commit to add files needed for the PHP version of the website.

File Contents

# Content
1 <div id="content">
2 <h2>Download the Deliantra MMORPG Client</h2>
3 <p>
4 Download the game client to connect to the world of Deliantra and begin playing. Free downloads are available for four
5 major computer platforms:
6 </p>
7 <h3>Windows</h3>
8 <p>This is not a setup package. Just extract the game client and double click to start it.
9 To uninstall just delete the program from your harddrive.
10 </p>
11 <a class='button' href="http://dist.schmorp.de/deliantra/deliantra.exe">Download for Windows</a><br /><br />
12 <h3>Linux (Single Core)</h3>
13 <p>Extract the game client and then execute the binary. This is the x86 version intended for
14 computers with a single processor core.
15 </p>
16 <a class='button' href="http://dist.schmorp.de/deliantra/deliantra-gnu-linux-x86.tar.gz">Download for x86 Linux</a><br /><br />
17 <h3>Linux (Dual Core)</h3>
18 <p>Extract the game client and then execute the binary. This is the amd64 version optimized for
19 computers with a dual core processor.
20 </p>
21 <a class='button' href="http://dist.schmorp.de/deliantra/deliantra-gnu-linux-amd64.tar.gz">Download for amd64 Linux</a><br /><br />
22 <h3>Mac OS X</h3>
23 <p>Just open up the disk image and a double click to start the game client. If you want to install
24 it on your computer you can drag the program to your Application folder.
25 <b>NOTE: You will need an Intel CPU for this binary, it will not work with PPC CPU's.
26 Also you will need Mac OS X 10.5 or later.</b>
27 </p>
28 <a class='button' href="http://dist.schmorp.de/deliantra/Deliantra_MORPG_Client-2.10.dmg">Download for Mac OS X</a><br /><br />
29 <h3>Download the Deliantra MMORPG Server</h3>
30 <p>You do not have to do download the Deliantra server code to play the game. However, if you
31 have the technical experience to start your own server, or if you just want to mess around with
32 the server in a test environment on your own computer then you can download the server code.
33 </p>
34 <a href="http://dist.schmorp.de/deliantra/deliantra-server-2.93.tar.bz2" class='button'>Download the Deliantra Server</a><br /><br />
35 <a href="http://dist.schmorp.de/deliantra/deliantra-maps-2.93.tar.bz2" class='button'>Download the Deliantra Maps</a><br /><br />
36 <a href="http://dist.schmorp.de/deliantra/deliantra-arch-2.93.tar.bz2" class='button'>Download the Deliantra Archetypes</a><br /><br />
37 </div>
38
39
40