The Mana World

Play with your Puppy.
Message
Author
User avatar
omskates
Posts: 252
Joined: Thu 03 Sep 2009, 06:50
Location: TriCities, WA

#21 Post by omskates »

Gulk,
Any chance for a pet for the advanced client with the 4144 patch Plz?

User avatar
gulk
Posts: 86
Joined: Mon 21 Apr 2008, 19:04

#22 Post by gulk »

omskates wrote:Gulk,
Any chance for a pet for the advanced client with the 4144 patch Plz?
I'll look into that this week-end.
BTW, I am Morpok on the default server.
Cheers.

Edit: where do I get that code patch?

User avatar
omskates
Posts: 252
Joined: Thu 03 Sep 2009, 06:50
Location: TriCities, WA

#23 Post by omskates »

gulk wrote:
omskates wrote:Gulk,
Any chance for a pet for the advanced client with the 4144 patch Plz?
I'll look into that this week-end.
BTW, I am Morpok on the default server.
Cheers.

Edit: where do I get that code patch?
I'm not sure where to get the 4144 version :( I'll have to keep an eye out for you Morpok :) I'm usually playing as 'Shainen'

User avatar
gulk
Posts: 86
Joined: Mon 21 Apr 2008, 19:04

#24 Post by gulk »

omskates wrote: I'm not sure where to get the 4144 version :(
Good news! I stumbled upon the 4144 source code at http://tmw.cetki.com/4144/
I downloaded the latest (2010/07/18 ), version 1.0.7.18.
The developers call it "manaplus", because it brings a lot of enhancements to the official TMW client.

I kind of had trouble to compile it because of some header files missing for all those SDL dependencies, but got it in the end. I had to compile the SDL_gfx by hand, because the one from Lighthouse 443 (my current workhorse, thanks Tazoc, it's just awesome!!!) was not recent enough.

I attached the SDL_gfx lib here in case you need. Just download, extract and copy it into /usr/lib/ folder. I didn't include it in the .pet to avoid potential overwrite of your existing libraries.

Since the 4144 patch size is somewhat bigger, I had to put it on Megaupload. You can have it at http://www.megaupload.com/?d=EKQQ30N0 (11MB)

Let me know if you have trouble with the build, thanks!

PS: from the 4144 release notes:
ManaPlus 1.0.7.18:
fix: moved mumble from recommended to suggested in deb packages.
fix: allow set more then 99 stat points, max 120.
Work only on servers with this ability, like UFB server.
fix: show player level.
fix: improve speed in openGL mode.
fix: crash on exit.
fix: dont fix player position in default attack mode.
add: updated russian translation (Schekoldin Ivan).
add: context menu to players in online list.
add: chat commands /befriend, /disregard, /neutral.
add: allow set fps from 2 to 160.
add: allow set gui opacity from 2 to 100 %.

User avatar
omskates
Posts: 252
Joined: Thu 03 Sep 2009, 06:50
Location: TriCities, WA

#25 Post by omskates »

gulk wrote: Let me know if you have trouble with the build, thanks!
Thanks for this, I will!! :D

breslavian
Posts: 16
Joined: Tue 03 Aug 2010, 03:16

#26 Post by breslavian »

clicking on it doesn't start (and yes, I also clicked on the manaplus icon on usr/bin) ... can anyone tell me what I am missing here?

User avatar
gulk
Posts: 86
Joined: Mon 21 Apr 2008, 19:04

#27 Post by gulk »

breslavian wrote:clicking on it doesn't start (and yes, I also clicked on the manaplus icon on usr/bin) ... can anyone tell me what I am missing here?
Hi breslavian,

can you open a console and type 'manaplus' in there?
Then copy the error messages that you get from the console.

What puppy version are you using?

My hunch is that you have some missing libs and the console dump should clear all that.

Regards,
Gulk

breslavian
Posts: 16
Joined: Tue 03 Aug 2010, 03:16

#28 Post by breslavian »

oops, I forgot I commented on this thread.

um, I tried rxvt and got

# manaplus
manaplus: error while loading shared libraries: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory

I downloaded libSDL on packages.debian.org, clicked and then retyped manaplus

# manaplus
manaplus: error while loading shared libraries: libenet.so.0: cannot open shared object file: No such file or directory

I did the same thing on that site, but all I got was
libenet1-dev_1.1-2_i386.deb ... clicked that, and still got the libenet.so.0 error.

The Version, Lucid Puppy 5.1

Thanks :]

edit

I tried installing The Mana World.

went past some dependencies/libs on rxvt

but got stuck on libpng.so.3

I found it again on http://packages.debian.org/lenny/all/libpng3/download

but doesn't work still

User avatar
gulk
Posts: 86
Joined: Mon 21 Apr 2008, 19:04

#29 Post by gulk »

Hi, you should be able to find all required libs either as attached in this thread or from ttuuxx link(http://www.puppylinux.ca/tpp/ttuuxxx/pr ... -Programs/

If you still can't I'll try to fix something for you.

Regards,
gulk

breslavian
Posts: 16
Joined: Tue 03 Aug 2010, 03:16

#30 Post by breslavian »

thanks for the link (also for the reply)

I installing all those pets that started with SDL. After doing so, I used again rxvt and typed manaplus and this whas what I got.

# manaplus
manaplus: error while loading shared libraries: libenet.so.0: cannot open shared object file: No such file or directory

so I type for themanaworld (tmw) and this was what I got

# tmw
Error: Unable to load mouse cursors.

User avatar
gulk
Posts: 86
Joined: Mon 21 Apr 2008, 19:04

#31 Post by gulk »

Seems like you are missing a symlink somewhere:
Open a console, type

Code: Select all

cd /lib
Then

Code: Select all

ls - l | grep libenet
Here you should see

Code: Select all

lrwxrwxrwx  1 root root      16 2010-07-17 16:00 libenet.so -> libenet.so.0.0.0
lrwxrwxrwx  1 root root      16 2010-07-17 16:00 libenet.so.0 -> libenet.so.0.0.0
-rwxr-xr-x  1 root root  101550 2010-07-17 15:58 libenet.so.0.0.0
That's two symlinks and one library.
I suppose you are missing the symlink libenet.so.0; to create it, just type

Code: Select all

ln - s libenet.so.0.0.0 libenet.so.0
Then try again... As far as your second issue with "tmw", you probably have the "data" folder of tmw missing. You can find it by expanding the .pet of tmw. If you don't know how, let me know, I'll explain.

Regards,
Gulk

breslavian
Posts: 16
Joined: Tue 03 Aug 2010, 03:16

Thanks

#32 Post by breslavian »

Thanks :D I got it working now. :D addictive game I might add. :]

spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#33 Post by spkslayer »

I downloaded TMW just fine but when I click on the icon in the menu nothing happens
Apple is what broke the Windows, but Linux is what took the bite out of the Apple.

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#34 Post by Makoto »

Do what gulk asks breslavian to do on the previous page of this thread (http://www.murga-linux.com/puppy/viewto ... 599#440599):
gulk wrote:Hi breslavian,

can you open a console and type 'manaplus' in there?
Then copy the error messages that you get from the console.

What puppy version are you using?

My hunch is that you have some missing libs and the console dump should clear all that.
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
omskates
Posts: 252
Joined: Thu 03 Sep 2009, 06:50
Location: TriCities, WA

#35 Post by omskates »

Oh, hey guys ^_^
Has anyone made a pet update of ManaPlus?


http://download.evolonline.org/manaplus/download/

Post Reply