Eternal Lands is a FREE MMORPG (massively multiplayer online role playing game) currently under development. The game is now in Beta stage, but that doesn't mean it's incomplete. It's currently fully playable and we are constantly working on adding more things to do, more items to make, monsters to fight, and also improving the current systems. If you want to help us in any way, take a look in our forums and there you can post your ideas/suggestions, or perhaps even get involved with programming or mapmaking which we can always use help with!
[More Info]
Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is set up correctly.
Some extra libs are needed to make Eternal Lands working.
Code:
sudo apt-get update && sudo apt-get upgrade sudo apt-get install libsdl-net1.2 libsdl-image1.2 libglu1-mesa libcal3d12
Done.
Download Eternal Lands linux client to your Desktop.
Download
Code:
mkdir -p ~/.Games/EternalLands cd ~/Desktop unzip el_160_linux.zip cd el_install chmod +x el.x86-64.linux.bin mv * ~/.Games/EternalLands
Next download Eternal Lands sound package (.zip) to your Desktop.
Download
Code:
cd ~/Desktop
unzip el_sound_150.zip -d ~/.Games/EternalLands
Done.
Open the terminal and type;
Code:
nano ~/.Games/EternalLands-launch.sh
Add the following;
#!/bin/bash
cd ~/.Games/EternalLands
./el.x86-64.linux.bin
Save [ctrl] + [o] and exit [ctrl] + [x].
Code:
chmod +x ~/.Games/EternalLands-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Eternal Lands
Command: sh /home/USERNAME/.Games/EternalLands-launch.sh
Comment: Eternal Lands is a 3D MMORPG game with thousands of on-line players.
Icon: ~/.Games/EternalLands/elc.ico
You can now launch from Eternal Lands by Applications tab —> Games —> Eternal Lands
Enjoy!