News:

Huge spam cleanup. I hope, everything important is still in place. :-)

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Hitman

#31
Probably not - depending on your linux setup. I use MD5 hashes for the password.
#32
General / Re: How to: Server Installation
March 09, 2011, 11:22:52 PM
I usually have a separate set of mul files for cedserver so it doesn't conflict with RunUO or the UO Client. Also you can have several instances of cedserver running, each on their own port. The config file to load is determined from the name of the server executable. So if you make a copy of "cedserver.exe" to "cedserver2.exe", the copy will look for "cedserver2.xml". Therefore you can even have multiple servers in one directory. I will also (sometime ... ;-)) add a commandline parameter to set the config file so one doesn't have to rename the executable.
#33
Support / Re: How to install on linux
February 15, 2011, 03:52:02 PM
Something like that is on the ToDo list, as far as I know :D
Since I personally have RunUO and CentrED running on the same machine, I usually connect via ssh anyway, then shut down both, prepare the update, and restart both. That way I can also be sure, that nothing and no one interferes with the update process.
#34
Support / Re: How to install on linux
February 15, 2011, 02:47:01 PM
Either another cedserver instance is running or something else runs on port 2597.
ps ax | grep cedserver should help with the first case, netstat aon | grep 2597 should help with the second case.
#35
Support / Re: How to install on linux
February 15, 2011, 09:01:44 AM
Well, I guess that's good. The config file looks correct. Are you sure, the tiledata has exactly that name? Linux filesystems are usually case sensitive, and IIRC, the original file (shipped with UO) had some upper case letters.
#36
Support / Re: How to install on linux
February 14, 2011, 09:39:03 PM
I have a theory, but can you show me your config file (most likely cedserver.xml) just to be sure?
#37
Support / Re: How to install on linux
February 13, 2011, 02:20:16 PM
I attached a freshly compiled and packed version. It's not strictly 0.6.1 but the current "tip", but it should be nearly the same (feature-wise). Beware, it's built for i686 now (which essentially means Pentium 4 or later).
#38
Support / Re: How to install on linux
February 13, 2011, 11:58:19 AM
Have you tried extracting it using the commandline (I gave you)?
#39
Support / Re: Tile Names and display look wrong?
February 12, 2011, 02:11:25 PM
Yes, an older tiledata.mul should fix the issues. There are also other side effects apart from the wrong names. The tiledata contains other necessary information about tiles, like its height. So if CentrED can't correctly read it, some other things when building statics will go wrong. I didn't get my hands on one of the new tiledata.mul so far, so I have no idea what exactly changed. But apparently they added more data fields.
#40
Support / Re: How to install on linux
February 12, 2011, 02:09:18 PM
Well, beware that it's not a .tar but a .tar.gz (or in short .tgz). You can however try to rename it to .tar.gz, maybe that helps.
#41
Support / Re: Access Violation Help
February 07, 2011, 08:01:53 PM
I'm really baffled what the hell I'm doing wrong with OpenGL that some graphics drivers freak out. Unfortunately I only have access to NVidia cards, which all seem to be pretty faul-tolerant (regarding OpenGL). But I still hope that some more experienced OpenGL coder will show up one day, look at my code, and see what's the problem ... ;-)
#42
Support / Re: Tile Names and display look wrong?
February 07, 2011, 07:59:12 PM
You are right, the newer UO Versions aren't supported by CentrED.

Regarding the beginners guide: I think in some other UO mapping related forums I already saw some guides, but I myself didn't write one. IMHO you should just jump in and play around :)
#43
Support / Re: How to install on linux
February 07, 2011, 08:46:43 AM
Extract it (tar xzf cedserver_linux_i386_0-6-1.tgz), then run it (./cedserver). :-)
#44
Bugs / Bug Tracker
February 02, 2011, 10:50:19 PM
You can see a list of known/recognized bugs on the official Bug Tracker:
http://redmine.aksdb.de/projects/centred/issues

You can also use this to report bugs. If you don't know how to handle it, just use this forum to describe the bug.

In any case, give as much detail as you can provide.
#45
Development / Re: Getting To Compiling...
February 02, 2011, 10:29:52 PM
You don't need a separate FPC installation if you use the Lazarus installers which come with a bundled FPC.
That said, you now probably use FPC 2.2.4 which is pretty outdated. I personally work with snapshot version of both, FPC and Lazarus, and they work pretty well. You can get a recent snapshot from here. In case you come "too late" (they are daily snapshots, so tomorrow that link will not be valid anymore), you can always grab the current snapshots here. Pick the one with the naming pattern "Lazarus-0.9.31-[...]-fpc-2.5.1-[...]-win32.exe".

With the recent versions, VirtualTreeView should work fine, although instead of trunk, you should try the 4.8 Branch instead: https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/virtualtreeview-new/branches/4.8/

Since I haven't compiled CentrED in some time, I'll check tomorrow if there are any conflicts. But in any way, I can (and want) only support recent Lazarus versions, since that's what I always work with.

(The soon-to-be-released Lazarus 0.9.30 with FPC 2.4.2 might work too, but I probably will not test it :D)