can´t conect to my own server

Added by katatafish about 8 years ago

I could conect to my own sevre rbut if i want to create a character i could only choose open community and then i playo n the open community what could i do to fix it?


Replies (4)

RE: can´t conect to my own server - Added by kerozcak about 8 years ago

What is there that needs fixing? If you can create character and play it seems to work well.

RE: can´t conect to my own server - Added by katatafish about 8 years ago

but i don´t play on my server i play on the open ryzom server not on my own i log in my in but i play on the other kp it is very buggy

RE: can´t conect to my own server - Added by Nerocon about 8 years ago

Just in case others find this thread, this is typically a problem with the open client binary. The StartupHost is hard coded to open.ryzom.com. Changing it in the client.cfg does nothing. You can either compile your own, or download Kane's Binary and replace the executable. This will allow client.cfg to override the hard coded StartupHost, and the client_default.cfg.

To override the hard code, and client_default.cfg add the following line to your client.cfg

StartupHost = "serverip:40916";

"serverip" = the ip address of the server. 40916 is the default port, if you changed the listen port you will need to change it here as well to match the server.

(1-4/4)