mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: cfg variable to fit open shard
This commit is contained in:
parent
b1cb46b72e
commit
b827ad959a
1 changed files with 8 additions and 7 deletions
|
@ -39,15 +39,16 @@ Gamma_max = 1.0;
|
||||||
// NETWORK //
|
// NETWORK //
|
||||||
/////////////
|
/////////////
|
||||||
|
|
||||||
Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
|
Application = { "ryzom_open", "./client_ryzom_r.exe", "./" };
|
||||||
BackgroundDownloader = 0;
|
BackgroundDownloader = 0;
|
||||||
PatchServer = "http://dl.ryzom.com/patch_live";
|
PatchServer = "";
|
||||||
SignUpURL = "http://www.ryzom.com/subscribe";
|
PatchWanted = 0;
|
||||||
StartupHost = "su1.ryzom.com:40916";
|
SignUpURL = "";
|
||||||
|
StartupHost = "open.ryzom.com:40916";
|
||||||
StartupPage = "/login/r2_login.php";
|
StartupPage = "/login/r2_login.php";
|
||||||
InstallStatsUrl = "http://su1.ryzom.com:50000/stats/stats.php";
|
InstallStatsUrl = "http://open.ryzom.com:50000/stats/stats.php";
|
||||||
CreateAccountURL = "https://secure.ryzom.com/signup/from_client.php";
|
CreateAccountURL = "";
|
||||||
InstallWebPage = "http://dl.ryzom.com/installer/";
|
InstallWebPage = "";
|
||||||
|
|
||||||
|
|
||||||
////////////////
|
////////////////
|
||||||
|
|
Loading…
Reference in a new issue