Size: 5623
Comment:
|
Size: 5649
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
[[http://www.eternal-lands.com|Eternal Lands]] is a FREE, massively multi player on-line role playing game (MMORPG). The basic aim of this page is to help you install the game. Other game information may be added at a later date. | [[http://www.eternal-lands.com|Eternal Lands]] is a free, massively multi player on-line role playing game (MMORPG). The game is free to play and the client is open source. The basic aim of this page is to help you install the game. |
Line 24: | Line 24: |
1. Left click this [[attachment:ubuntu.install.sh|install script]] link, when prompted, save to your desktop. | 1. Left click this [[attachment:ubuntu.install.sh|install script]] link and select to download. When prompted, save to your desktop. |
Contents |
Eternal Lands is a free, massively multi player on-line role playing game (MMORPG). The game is free to play and the client is open source. The basic aim of this page is to help you install the game.
Ubuntu packages are available from the Launchpad Personal Package Area of Paul Broadhead, one of the official developers for the Eternal Lands client. Note, as these packages are not produced by an official Ubuntu developer, the packages cannot be authenticated during installation. The client (eternallands), data (eternallands-data), sound (eternallands-sound) and music (eternallands-music) are packaged separately to simplify updates.
How to install
Install using GUI tools
Use the GUI tool "System->Administration->Software Sources" to add the launch-pad source. On the "Third Party Software" tab, click "Add" then enter "deb http://ppa.launchpad.net/pjbroad/ubuntu hardy main" in the dialogue and click "Add Source". NOTE: substitute your Ubuntu release name if you are not using hardy.
Now launch the GUI tool "System->Administration->Synaptic Package Manager". Search for "eternallands". Mark each file you want to be installed (the sound and music packages are optional) then click the "Apply" icon.
Or, install using an install script
Left click this install script link and select to download. When prompted, save to your desktop.
- When downloaded, right click the icon and select "Properties".
- From the "Permissions" tab, set the execute flag then click "Close".
- When that is done, double click the icon and click "Run in Terminal".
Or, install using the command line
sudo -s repoline="deb http://ppa.launchpad.net/pjbroad/ubuntu $(lsb_release -sc) main" echo -e "\n#Eternal Lands package repository\n${repoline}" >> /etc/apt/sources.list aptitude update aptitude install eternallands exit
Debian (Lenny) packages
All these packages are also available for Debian (currently only i386 on Lenny). To install the Debian version add the software sources line "deb http://www.twinmoons.org.uk/pkg/debian/ ./".
|
Playing the game
How ever you install the packages, once the installation has completed, you will have a new "Eternal Lands" icon under the "Applications->Games" menu.
If you have played the game before from your current Ubuntu login account, your game personal settings may need to be updated to point at the new installation. When you launch the game, you will be given the option to automatically fix any personal settings.
Using an alternative configuration i.e. server
By default the installed icon will launch a configuration/server selection GUI. The first time you launch the game you will be given the open to disable this GUI for future sessions. If you disable this GUI, the "main" configuration will be used by default. This will connect you to the main server. You can easily use other configuration settings (e.g. for alternative servers) by specifying the configuration name as a parameter for the launcher. Note: if you specify a configuration name that does not exist, the game defaults to the "main" configuration.
Example, creating a new icon for the pk server
Create a copy of the game icon by dragging it from the "Applications->Games" menu and dropping it on your desktop or on a desktop panel. Then right-click the new icon and select properties. In the command box of the icon properties (that's under the launcher tab for a desktop icon), add " pk" to the end of the command, that's a space and the letters "pk" without the quotes. You can also change the icon text to remind you which server will be used.
Example, connecting to the pk server from the command line
Open a terminal and type "eternallands pk", again without the quotes and press return.
Custom Maps (tab-maps)
Various unofficial packs exist that contain additional and replacement map images (i.e. tab maps). These files are normally installed in the "maps" sub-directory of the game data; doing this could cause issues when updating or removing the install packages. However, these tab-maps can also be installed in your user settings directory, in the "updates/<version>/maps" sub-directory; e.g. "$HOME/.elc/updates/1_6_0/maps". Installing tab-maps here will not cause issues with game install packages and will also be preserved during updates.
Future updates and Release Candidates
When updates are available, you will be asked if you wish to download and install these just like other applications. When a new major release is in the final stages of test, a release candidate version of the game is often made available. This version may be made available as packages. The name of these packages will be tagged with "-rc", e.g. eternallands-rc and eternallands-rc-data. The current "-rc" versions replace release packages but the original release packages can be reinstalled to replace the "-rc" version if required.