Jump to content
Eternal Lands Official Forums

Search the Community

Showing results for tags 'install'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official
    • News of Game Updates
    • Rules
  • Help and Information
    • Help Me
    • Bots
    • Bans
  • Game Topics
    • General Chat
    • PK Server
    • Events
    • Skills
    • Marketplace
    • Guilds and Clans
    • Disputes
    • International
    • Stories
    • Off Topic
  • Development
    • Suggestions - General, Misc.
    • Bug Reports
    • Programming
    • Map making
    • Encyclopedia

Calendars

  • Events Calendar

Found 3 results

  1. I recently posted about a new cross-disto Linux package to install the game client and data based on Snap Packages. I've now created and published a Flatpak version. See https://flatpak.org/ for details about this package format. The new EL package has been accepted into the main flatpak store Flathub, the EL package page can be found here https://flathub.org/apps/details/org.pjbroad.EternallandsClient. The package includes the game data, sound and music files and is currently built to the 1.9.5p2 release. Once installed you will have a new desktop icon to start the client. If you right-click the icon you can select the test or the pk server rather than the default, main. User configuration files are stored in the standard place and are not effect if you uninstall the package. The launcher creates a new config directory if one does not exist. For existing installs, the launcher will modify the #data_dir setting to use the package data and the browser setting to use xdg-open; which just opens your default browser. The EL package page includes links to instructions to setup Flatpak and the Flathub app store. It also includes the command line needed to install the package if you do not want to install from the store UI. If you have Flatpak and Flathub already integrated into your distro, then you can just search for Eternal Lands. The package works just fine given my testing but let me know what you think. Maintaining both Snap and Flatpak formats should be pretty simple so I intent to keep both.
  2. The current method to create a cross-Linux install package for the desktop client is getting rather old. Meanwhile, there are new package formats that make multi-distro packages very easy and come with an application store. Snap packages are one of these new formats and so I've created a snap package for the Linux Client. Updates are automatic and there are four channels to use which enable stable and beta versions etc. I would very much like people to give it a try and let me know what you think and if you have any problems. The store is https://snapcraft.io/store where you can search and find the new package, or go straight to it here https://snapcraft.io/eternallands. You can also find the package in the Ubuntu store. Once installed you will have a new desktop launcher icon labelled "Eternal Lands (snap)". The launcher defaults to the main server but you can choose test or pk by right-clicking the icon. You can also run from the command line using "eternallands.client" and specify any configuration you wish as a parameter. The package includes the data, sound and music files. Things to note: One known issue is that opening URLs does not currently work, (this silently fails) but I'm investigating this and will update when its fixed. The personal configuration files do not get stored in the normal place $HOME/.elc but in $HOME/snap/eternallands/current/.elc (actually a link to $HOME/snap/eternallands/common/config) . There does not appear to be a way to use the normal location this so you will have a clean configuration. You could copy existing files over as the data directory is automatically fixed at run-time. On the up side, this will not interfere with any existing install. If you remove the snap package, all user files for the package are also removed so keep this in mind and back-up if you need to keep them. There does not appear to be a way to prevent this. The snap developers are currently working on a snapshot facility that will avoid this and, in addition, enable you to make backup copies of you configuration files too. The other, competing cross-distro format is https://flatpak.org so I intend to look at that too I have created one of those too.
  3. Need help with EL.bin file on Ubuntu

    I have Ubuntu 14.04 LTS With 32-bit OS. I am having trouble playing El on Ubuntu.I belive it installed okay. I go to my games folder but the .bin file isn't executable. I have been trying for several days now, have read multiple forums and tried many things suggested. None of them work for me.I am really anxious to get back into playing EL. I've been away waaayyy to long, lol.I did this to install EL: How to install Eternal Lands Ubuntu Packages Open a command line terminal then enter the following commands: sudo add-apt-repository ppa:pjbroad/ppa sudo apt-get update sudo apt-get install eternallands This will install the client and data packages, and normally, the sound package too. If the sound package is not included but you want it, use: sudo apt-get install eternallands-sound Additionally, if you want the music use: sudo apt-get install eternallands-music That part seemed to work. First I was receiving error that el.x86.linux.bin was an Unknown file type. I then moved file to another folder so I could mark it as executable file and I was getting same error messages. I did some upgrades and got this message When i double click on el.x86.linux.bin i get this error: Invalid url: '/home/owner/Documents/el.x86.linux.bin' given, exiting No ':' in the uri I have tried chmod commands in terminal but it always says : This file does not exist or can't find el.x86.linux.bin etc. owner@owner-OptiPlex-745:~$ sudo apt-get install eternallands [sudo] password for owner: Reading package lists... Done Building dependency tree Reading state information... Done eternallands is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. owner@owner-OptiPlex-745:~$ I even tried this: chmod +x file-name.run Now you can execute the file in the terminal. ./file-name.run If an error message including a problem such as 'permission denied' appears, use sudo to run it as root (admin). Be careful, sudo allows you to make critical changes to your system. Many software installs will require sudo. sudo ./file-name.run owner@owner-OptiPlex-745:~$ chmod +x el.x86.linux.bin chmod: cannot access ‘el.x86.linux.bin’: No such file or directory owner@owner-OptiPlex-745:~$ ./el.x86.linux.bin bash: ./el.x86.linux.bin: No such file or directory owner@owner-OptiPlex-745:~$
×