Ryzom Network Configuration.

Added by TomH about 8 years ago

I'm trying to figure out how to get the client to connect to my own test server and even when I change the IP it still connects to the Ryzom's Dev Server.

/////////////
// NETWORK //
/////////////

Application = { "ryzom_open", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0;
PatchServer = "";
PatchWanted = 0;
SignUpURL = "";
StartupHost = "192.168.0.199:40916";
StartupPage = "/login/r2_login.php";
InstallStatsUrl = "http://192.168.0.199:50000/stats/stats.php";
CreateAccountURL = "";
InstallWebPage = "";

Above is a copy of the Network configuration and I'm using the client that I compiled on my own.

Am I doing anything wrong?
The server is not giving any errors when it is started up, it is just the client keeps connecting to the ryzom's dev server.


Replies (2)

RE: Ryzom Network Configuration. - Added by Speedz about 8 years ago

Try the one in the binaries link with that config you have.
http://mypathonline.com/kane/client_213.zip

If it still doesn't work grab the open client bundle https://sourceforge.net/projects/ryzom/files/ryzom_client_open.7z/download
and use the client from the link I gave and make the same adjustments to the config you already have.

RE: Ryzom Network Configuration. - Added by Speedz about 8 years ago

I forgot to add:

If this works and you are able to connect, you may want to manually look for the open.ryzom in the client code and change it to your server IP (tho you could try this first as well)

If this all fails I am out of ideas.

(1-2/2)