mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
mise a jour du client_default.cfg
This commit is contained in:
parent
c9145249ef
commit
6423fa1071
1 changed files with 596 additions and 601 deletions
|
@ -46,13 +46,13 @@ PatchUrl = "http://lirria.khaganat.net:43435";
|
|||
RingReleaseNotePath = "http://lirria.khaganat.net/patch/index.php";
|
||||
StartupHost = "lirria.khaganat.net:40916";
|
||||
StartupPage = "/login/r2_login.php";
|
||||
InstallStatsUrl = "http://lirria.khaganat.net:50000/stats/stats.php";
|
||||
InstallStatsUrl = "https://lirria.khaganat.net:50000/stats/stats.php";
|
||||
|
||||
CreateAccountURL = "http://lirria.khaganat.net/ams/?page=register";
|
||||
EditAccountURL = "http://lirria.khaganat.net/";
|
||||
ForgetPwdURL = "http://lirria.khaganat.net/ams/index.php?page=forgot_password";
|
||||
//FreeTrialURL = "http://lirria.khaganat.net/";
|
||||
LoginSupportURL = "http://lirria.khaganat.net/";
|
||||
CreateAccountURL = "https://lirria.khaganat.net/ams/?page=register";
|
||||
EditAccountURL = "https://lirria.khaganat.net/";
|
||||
ForgetPwdURL = "https://lirria.khaganat.net/ams/index.php?page=forgot_password";
|
||||
//FreeTrialURL = "https://lirria.khaganat.net/";
|
||||
LoginSupportURL = "https://www.khaganat.net/irc";
|
||||
ConditionsTermsURL = "khaganat.net/wikhan/fr:charte";
|
||||
|
||||
|
||||
|
@ -95,6 +95,7 @@ XMLOutGameInterfaceFiles = {
|
|||
TexturesOutGameInterface = {
|
||||
"interface_outgame_khaganat"
|
||||
};
|
||||
|
||||
// The ligo primitive class file
|
||||
LigoPrimitiveClass = "world_editor_classes.xml";
|
||||
|
||||
|
@ -122,7 +123,6 @@ FreeLookAcceleration_min = 20;
|
|||
FreeLookAcceleration_max = 80;
|
||||
|
||||
FreeLookInverted = 0;
|
||||
FreeLookTablet = 0;
|
||||
AutomaticCamera = 0;
|
||||
DblClickMode = 1;
|
||||
AutoEquipTool = 1;
|
||||
|
@ -577,12 +577,12 @@ ScenarioLanguages = {"fr","de","en","other_lang"};
|
|||
// Map each language to a forum help page
|
||||
HelpPages =
|
||||
{
|
||||
"fr=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
||||
"en=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
||||
"wk=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
||||
"de=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
||||
"es=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
||||
"ru=http://www.khaganat.net/forum/index.php/board,31.0.html"
|
||||
"fr=https://khaganat.net/wikhan/fr:error",
|
||||
"en=https://khaganat.net/wikhan/fr:error",
|
||||
"wk=https://khaganat.net/wikhan/fr:error",
|
||||
"de=https://khaganat.net/wikhan/fr:error",
|
||||
"es=https://khaganat.net/wikhan/fr:error",
|
||||
"ru=https://khaganat.net/wikhan/fr:error"
|
||||
};
|
||||
|
||||
WebIgMainDomain = "app.lirria.khaganat.net";
|
||||
|
@ -590,11 +590,6 @@ WebIgTrustedDomains = {
|
|||
"api.lirria.khaganat.net", "app.lirria.khaganat.net", "lirria.khaganat.net"
|
||||
};
|
||||
//PatchletUrl = "";
|
||||
WebIgMainDomain = "app.ryzom.com";
|
||||
WebIgTrustedDomains = {
|
||||
"api.ryzom.com", "app.ryzom.com"
|
||||
};
|
||||
PatchletUrl = "http://app.ryzom.com/app_patchlet/index.php?patch=preload";
|
||||
|
||||
SelectedSlot = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue