Tibia 8.40

Play with your Puppy.
Post Reply
Message
Author
rigrig
Posts: 5
Joined: Fri 28 Nov 2008, 12:28

Tibia 8.40

#1 Post by rigrig »

I made my first puppy package today, for Tibia
Wikipedia wrote:Tibia is one of the oldest massively multiplayer online role-playing game (MMORPG), first released in 1997. It is a free game which is open to the public, though players have the option to pay a fee in order to upgrade to a premium account, granting special in-game benefits, including additional areas to explore, access to vocation promotions, and extra spells.

Game play involves advancing levels while training to improve skill levels, hunting monsters using weapons and magical spells, gathering treasure, doing quests and exploring the Tibia world. On most of the game's servers, players are also allowed to attack and kill each other, although there is a system in place to keep hostile actions under control called the skull system. Some servers do not allow such player versus player combat at all, while others encourage it by rewarding experience for kills.

Image
I only started playing myself last week, but figured I'd make a PET so I can easily remove it if I decide not to like it after all :wink:
Download Tibia 8.40 here
Edit: Turns out you need OpenGL for this to run, by installing the xorg_xorg_dri package (version xorg_xorg_dri-7.3-1 at the moment) from the official repository.
Last edited by rigrig on Fri 12 Dec 2008, 11:26, edited 1 time in total.

User avatar
exProphecy
Posts: 335
Joined: Mon 05 Nov 2007, 16:50
Location: Bay Area, California

#2 Post by exProphecy »

The dependency "libGLU.so.1" is missing apparently. It would be nice if you could provide a link to download it. Thanks!
Puppy 4.3.1 + Sansa Express MP3 Player + 10GB USB Flash Drive = My triple threat OS. :wink:
I consider myself a Turritopsis Nutricula.
[url]http://www.wellminded.com/puppy/pupsearch.html[/url]
[url]http://www.esnips.com/web/exprophecypets[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

you can install it with petget, it is called xorg_xorg_dri-7.3-1.pet for Puppy 4.

It is part of the 3D OpenGL library, that for Puppy is bundled with the dri modules, that provide hardware accelleration for graficscards.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
exProphecy
Posts: 335
Joined: Mon 05 Nov 2007, 16:50
Location: Bay Area, California

#4 Post by exProphecy »

OHH aww lame. When I install that, X won't run. Nevermind then.. I suppose I cannot play it.
Puppy 4.3.1 + Sansa Express MP3 Player + 10GB USB Flash Drive = My triple threat OS. :wink:
I consider myself a Turritopsis Nutricula.
[url]http://www.wellminded.com/puppy/pupsearch.html[/url]
[url]http://www.esnips.com/web/exprophecypets[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#5 Post by MU »

ok, so try it without DRI.
Download:
ftp://ibiblio.org/pub/linux/distributio ... -7.3-1.pet
To a temporary folder like /root/test/.

Extract it:
cd /root/test
tar -xzvf xorg_xorg_dri-7.3-1.pet

Ignore the error you get, it is related to the .pet format and does not matter here.
This creates a folder /usr.
Look in it for the libGL files, and copy them to /usr/X11R7/lib/.

Then applications that depend on them should work, they just have no accelleration.
For 2D games like tibia this should not matter.
Just 3D games like Quake will run slow or refuse to run.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
exProphecy
Posts: 335
Joined: Mon 05 Nov 2007, 16:50
Location: Bay Area, California

#6 Post by exProphecy »

Okay, I tried doing that but it still won't run =[
Puppy 4.3.1 + Sansa Express MP3 Player + 10GB USB Flash Drive = My triple threat OS. :wink:
I consider myself a Turritopsis Nutricula.
[url]http://www.wellminded.com/puppy/pupsearch.html[/url]
[url]http://www.esnips.com/web/exprophecypets[/url]

rigrig
Posts: 5
Joined: Fri 28 Nov 2008, 12:28

#7 Post by rigrig »

Sorry for not mentioning the dependency, it just ran for me so didn't think about it, turns out the NVIDIA package I have installed provides the openGL library.
I tried the package on a fresh puppy, and it did complain about the missing libGLU.so.1
The fix proposed by MU won't work, I get this:

Code: Select all

# tibia
Tibia Error

X Server has no OpenGL extension. (Error Code 31)

Please ensure your X Server features an OpenGL extension.
I guess it really needs xorg_xorg_dri to be properly installed :(

Could anyone help me with adding this as a dependency to the .pet?
I tried entering '+xorg_xorg_dir' (also without the plus-sign) when dir2pet asked for dependencies, and it was added in the .specs file, but the package installer still only complains about libGLU.so.1 and never mentions xorg_xorg_dir

Post Reply