OK, everything seems to be running fine now.
Note that the files needed by cedserver should put where ever you are saying they are, or already there when it asks for them first time using the ./cedserver --init command. With Windows, I'd just sort of make a "dummy file" without the files in place before I set the paths. This wasn't possible with linux.Once you enter this information, an .xml file is created and you won't have to enter this information again Cedserver should create this file for you, so that you get your encrypted password binded to your account used to login to it with your Centred editor client.
A sample Linux config looks like this, and is named cedserver.xml :
I am getting these in my terminal window running the server:
But these bugs don't seem to affect anything yet. The only weirdness I see is some furniture sticking out of a couple of buildings.
The only other problem I had was when I ran the actual client. The pop-up window that comes up and asks you for a few client files you need in a folder. I could not read all of the files cedserver needed! So,here is a list to these files... I threw them in /home/me/centred/gamedata
art.mul
artidx.mul
hues.mul
tiledata.mul
texmaps.mul
texidx.mul
Have fun
Note that the files needed by cedserver should put where ever you are saying they are, or already there when it asks for them first time using the ./cedserver --init command. With Windows, I'd just sort of make a "dummy file" without the files in place before I set the paths. This wasn't possible with linux.Once you enter this information, an .xml file is created and you won't have to enter this information again Cedserver should create this file for you, so that you get your encrypted password binded to your account used to login to it with your Centred editor client.
A sample Linux config looks like this, and is named cedserver.xml :
Code Select
2597
/home/me/cedserver/map0.mul
/home/me/cedserver/staidx0.mul
/home/me/cedserver/statics0.mul
768
512
/home/me/cedserver/tiledata.mul
/home/me/cedserver/radarcol.mul
admin
(pass hash stuff, this is generated by cedserver so you can not generate your own .xml file like this)
255
I am getting these in my terminal window running the server:
Code Select
(CentrED:11193): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(CentrED:11193): GLib-CRITICAL **: g_source_remove: assertion `tag > 0' failed
But these bugs don't seem to affect anything yet. The only weirdness I see is some furniture sticking out of a couple of buildings.
The only other problem I had was when I ran the actual client. The pop-up window that comes up and asks you for a few client files you need in a folder. I could not read all of the files cedserver needed! So,here is a list to these files... I threw them in /home/me/centred/gamedata
art.mul
artidx.mul
hues.mul
tiledata.mul
texmaps.mul
texidx.mul
Have fun