Don't want to see articles from a certain category? When logged in, go to your User Settings and adjust your feed in the Content Preferences section where you can block tags!
We do often include affiliate links to earn us some pennies. See more here.

Looking for an MMO to play on Linux? Well, Tibia [Official Site] has a Linux version and it's been around for quite a long time. They did drop Linux support at one time, but they revived it after community requests.

This year, the game actually turned 20 years old! Over that time, they've seen 30 million accounts created to play.

YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

The Linux version has an "Unsupported" status, meaning they don't make any Linux-specific fixes right now, but it's updated along side the Windows version. It requires a little tinkering to get it working on Ubuntu 17.10, with it requiring "libpcre16.so.0". I managed to solve it by installing the latest available version:

sudo apt install libpcre16-3

Then, I made a link to it inside the "bin" folder where I extracted the Tibia download like so:

ln -s "/usr/lib/x86_64-linux-gnu/libpcre16.so.3" "/your download/tibia-11.49.6030/bin/libpcre16.so.0"

Once that was done, it was smooth sailing from there.

As for the game itself, it does still have a pretty active community. Checking on it again earlier, over six thousand people were logged on playing the game. If you're after an MMO that's a little on the slower side, a little retro in the graphics and UI then it might be a nice choice for you.

While the basic game is free to play, if you enjoy it they do have a premium account option which includes accessing more areas, rentable houses, brand new spells and more.

Article taken from GamingOnLinux.com.
Tags: Free Game, HOWTO, MMO
5 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
17 comments
Page: 1/2»
  Go to:

WorMzy Dec 1, 2017
Normally masquerading sonames as other versions is a Very Bad Idea™ (due to API changes), but in this case Debian arbitrarilly changes the soname version from 0 to 3 for no discernable reason.

(from http://archive.ubuntu.com/ubuntu/pool/main/p/pcre3/pcre3_8.39-3.debian.tar.gz
Quoting: README.DebianUpstream's library version is much lower than Debian's - PCRE_LIB_VERSION=0:1:0
instead of 13:0:10 (soname libpcre.so.0 instead of libpcre.so.3)

Debian even use the upstream sources, they just patch the version numbers:
Quoting: patches/soname.patchFrom: Mark Baker <[email protected]>
Date: Wed, 13 Jul 2016 21:20:13 +0100
Subject: soname

===================================================================
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3cefaf1..6077ad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,10 +17,10 @@ m4_define(pcre_date, [2016-06-14])
# 50 lines of this file. Please update that if the variables above are moved.

# Libtool shared library interface versions (current:revision:age)
-m4_define(libpcre_version, [3:7:2])
-m4_define(libpcre16_version, [2:7:2])
-m4_define(libpcre32_version, [0:7:0])
-m4_define(libpcreposix_version, [0:4:0])
+m4_define(libpcre_version, [16:3:13])
+m4_define(libpcre16_version, [16:3:13])
+m4_define(libpcre32_version, [16:3:13])
+m4_define(libpcreposix_version, [16:3:13])
m4_define(libpcrecpp_version, [0:1:0])

AC_PREREQ(2.57)

So linking libpcre16.so.3 to libpcre16.so.0 in this instance should be fine.


Last edited by WorMzy on 1 December 2017 at 4:52 pm UTC
razing32 Dec 1, 2017
Has a very Ultima vibe to it.
greasedkeen Dec 1, 2017
New client and still unplayable on a modern monitor, only way to play it is to lower the resolution.
Text is too small to be readable otherwise.
hardpenguin Dec 1, 2017
I played tons of it when I was in high school. It was very popular in Poland! It's still a good game, just quite specific. Recommended!
shigutso Dec 1, 2017
Quoting: razing32Has a very Ultima vibe to it.
Because it is an Ultima clone :P
slaapliedje Dec 1, 2017
Quoting: shigutso
Quoting: razing32Has a very Ultima vibe to it.
Because it is an Ultima clone :P

True story: Two friends and myself set up a UOX server (Ultima Online server emulator) and played for 34 hours straight. Okay, A friend and I an someone I no longer associate with. This person kept having really slow performance and his computer kept crashing.

He had worked at Packard Bell, whom taught all of their employees that if they had slow performance, they should defrag their hard drive. He defragged his hard drive FOURTEEN times that night...

It was a JTS one (hysterically the company that Atari merged with when they 'died'.) Only JTS hard drive I'd ever seen, but it died on him a week later.

The actual issue with his computer (and it was at every LAN party we'd have), he kept disabling Plug and Play in Windows for some odd reason, so his cards would all have IRQ conflicts. His slow performance was most likely due to his network card sharing IRQs and making the system choke and unstable. My friend told me about this afterward, he said he'd been sick of every LAN party fixing it for him, only to have it broken the next time around. I had refused to help him because he'd been a douche to me about something not too long before...

Anyhow, I thought that w as hilarious, and yeah Tibia was always a UO clone.
Ludacross Dec 1, 2017
Quoting: shigutso
Quoting: razing32Has a very Ultima vibe to it.
Because it is an Ultima clone :P
Quoting: slaapliedjeAnyhow, I thought that w as hilarious, and yeah Tibia was always a UO clone.

Well, according to Wikipedia, Tibia was released in January 1997, while Ultima Online was released in September 1997:
https://en.wikipedia.org/wiki/Tibia_%28video_game%29
https://en.wikipedia.org/wiki/Ultima_Online

Which would make Ultima Online a Tibia Clone ;)

According to the website, copyright for Tibia was already registered in 1996:
http://www.tibia.com/abouttibia/?subtopic=aboutcipsoft
QuoteTibia® - a massively multiplayer online role-playing game.
Copyright © 1996-2017 CipSoft GmbH. All rights reserved.
Tibia is a registered trademark of CipSoft GmbH.


Last edited by Ludacross on 1 December 2017 at 8:05 pm UTC
shigutso Dec 1, 2017
Quoting: LudacrossWhich would make Ultima Online the Tibia Clone ;)

Ultima and Ultima Online are quite different.
Search for images of "Ultima VI" and you'll see that Tibia is pretty much a clone of it.

Ultima Online, on the other hand, is a completely different (and superior) game :D
Ludacross Dec 1, 2017
Quoting: shigutsoUltima and Ultima Online are quite different.
Search for images of "Ultima VI" and you'll see that Tibia is pretty much a clone of it.


Ok, Ultima VI and Tibia look "similar", but so do basically all top-view games from the ninties and some of the eighties, at least the ones that tried to add some kind of perspective to the otherwise straight top down view.
slaapliedje Dec 1, 2017
I still maintain Ultima VI was the best game (engine wise, story line it's hard to decide, the whole series from U4-9 was pretty good, with 8 being the weakest.)

Ultima 7 was awesome, though I never completed it (got really far, then lost my save game).
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.