View Full Version : Daimonin MMORPG
RadixLecti
July 6th, 2005, 06:10 AM
Has anyone tried Daimonin. I've been checking around their homepage (http://web2.168180.vserver.de/index.php) , and it looks pretty nice. I haven't had the time yet to install and test, does anyone know if it is worth playing?
TorQ
July 10th, 2005, 11:19 PM
I've played it a few times and enjoyed myself. Its quite a bit like your standard roguelike I guess. The only problem is that it can be terribly laggy at times. I haven't run it on linux but I think its worth checking out. If you decide to do so let us know how the install goes!!
RadixLecti
July 11th, 2005, 02:49 PM
Well, now I've tried installing Daimonin, and I haven't gotten further than sh ./configure
~/daimonin/client/make/linux$ sh ./configure
checking build system type... configure: error: cannot guess build type; you must specify one
I haven't found a solution to my problem in the daimonin forums, and have failed to find one on my own. I'm stumped.
I've followed the installation guide (http://www.daimonin.net/modules.php?op=modload&name=phpWiki&file=index&pagename=Source%20Client%20Install) , installed the libraries stated in the guide (I hope the "make" installed on my system is compatible with the GNUmake suggested in the installation guide), and... well, it doesn't work. And I don't know why. That probably says more about my linux savvy than I want to let on... ;)
gryphius
August 15th, 2005, 08:03 PM
well.. I've got the same problem! Does anyone know how to make it work?
Mirith
November 24th, 2005, 06:26 PM
I'm trying to do it now, and i'm getting the same problem. On the daimonin i saw someone suggest for OSX using sh ./configure --build=ppc for the power pc. If anyone knows the abbreviation for the normal x86 pc, i think it might work.
mondi0924
December 12th, 2005, 07:34 AM
I got past the ./configure part . In my case the gnu compiler wasn't installed so I installed it and ran ./configure again. it went ok .
though I encountered more errors when compiling began.
Is there a binary package for this game? anyone?
hod139
December 13th, 2005, 11:08 PM
I decided to try this game out after seeing your post about it. I downloaded the source and installed the dependencies mentioned on their website: "... before you continue with this guide you'll need the SDL, SDL-mixer and SDL-image dev packages".
The specific names for ubuntu are:
libsdl1.2debian
libsdl1.2-dev
libsdl-image1.2-dev
libsdl-mixer1.2-dev
Also, make sure you have all the tools required to build from source: build-essential
sudo apt-get install build-essential libsdl1.2debian libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
Then I extracted the tar:
tar -zxvf daimonin_client-BETA3-0966.tgz
and changed to the source code
cd /daimonin/client/make/linux
and typed
sh ./configure
make
make install
Everything built (with lots of warnings but no errors)
and then still following the install guide I did:
cd ../../..
cd client-BETA3-0.966
./daimonin
and the game launched.
I don't know if it is worth playing yet, but hopefully this helps you get it up and running.
mondi0924
December 16th, 2005, 02:31 PM
cool it works! I was lacking the build-essentials...
hod139
December 16th, 2005, 02:36 PM
cool it works! I was lacking the build-essentials...
Glad you got it working!
Let me know what you think of the game. Personally, I was unimpressed.
mondi0924
December 16th, 2005, 02:40 PM
I saw the screenshots before hand so I wasn't expecting it to be graphically pleasing. but I was expecting it to run smoothly . unfortunately its laggy so I didn't get to explore the game deeper. I would rate it 5/10
TheRingmaster
December 17th, 2006, 02:17 AM
I decided to try this game out after seeing your post about it. I downloaded the source and installed the dependencies mentioned on their website: "... before you continue with this guide you'll need the SDL, SDL-mixer and SDL-image dev packages".
The specific names for ubuntu are:
libsdl1.2debian
libsdl1.2-dev
libsdl-image1.2-dev
libsdl-mixer1.2-dev
Also, make sure you have all the tools required to build from source: build-essential
sudo apt-get install build-essential libsdl1.2debian libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
Then I extracted the tar:
tar -zxvf daimonin_client-BETA3-0966.tgz
and changed to the source code
cd /daimonin/client/make/linux
and typed
sh ./configure
make
make install
Everything built (with lots of warnings but no errors)
and then still following the install guide I did:
cd ../../..
cd client-BETA3-0.966
./daimonin
and the game launched.
I don't know if it is worth playing yet, but hopefully this helps you get it up and running.
how do you uninstall this package???
pgatrick
December 17th, 2006, 02:26 AM
'make uninstall' :) Of course if there is no rule for uninstall or such, then you'll have to remove the files by hand.. A good reason to use such program as checkinstall rather than make install, then it's just dpkg -r whatever. :)
TheRingmaster
December 17th, 2006, 02:45 AM
'make uninstall' :) Of course if there is no rule for uninstall or such, then you'll have to remove the files by hand.. A good reason to use such program as checkinstall rather than make install, then it's just dpkg -r whatever. :)
all the files are in the main daimonin folder on the desktop...right?
vBulletin® v3.8.0 Release Candidate 2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.