ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/content/download.content.php
Revision: 1.7
Committed: Mon Jan 9 17:33:30 2012 UTC (12 years, 5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -6 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 elmex 1.3 <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 root 1.7 <a class='button' href="http://dist.schmorp.de/deliantra/ota/deliantra.exe">Download for Windows</a><br /><br />
12 elmex 1.3 <h3>Linux (32 bit)</h3>
13     <p>Extract the game client and then execute the binary. This is the x86 version intended for
14     computers with a 32 bit operating system.
15     </p>
16 root 1.7 <a class='button' href="http://dist.schmorp.de/deliantra/ota/deliantra-gnu-linux-x86.tar.gz">Download for x86 Linux</a><br /><br />
17 elmex 1.3 <h3>Linux (64 bit)</h3>
18     <p>Extract the game client and then execute the binary. This is the amd64 version optimized for
19     computers with 64 bit operating system.
20     </p>
21 root 1.7 <a class='button' href="http://dist.schmorp.de/deliantra/ota/deliantra-gnu-linux-amd64.tar.gz">Download for amd64 Linux</a><br /><br />
22 elmex 1.3 <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 root 1.7 <a class='button' href="http://dist.schmorp.de/deliantra/ota/Deliantra_MORPG_Client.dmg">Download for Mac OS X</a><br /><br />
29 elmex 1.3
30     <h3>More Information</h3>
31     <p>For more information about the client, for example news of what changed,
32     you should have a look at the <a href="client.html">client page</a>.
33     </p>
34    
35     <h3>Download the Deliantra MMORPG Server</h3>
36     <p><b>You do not have to download the Deliantra server code to play the game.</b> However, if you
37     have the technical experience to start your own server, or if you just want to mess around with
38     the server in a test environment on your own computer then you can download the server code.
39     </p>
40 elmex 1.6 See also: <a class="button" href="server_download.html">Downloads and Changes</a>
41 elmex 1.3 </div>
42 sf-dustfinger 1.1