mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +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";
|
RingReleaseNotePath = "http://lirria.khaganat.net/patch/index.php";
|
||||||
StartupHost = "lirria.khaganat.net:40916";
|
StartupHost = "lirria.khaganat.net:40916";
|
||||||
StartupPage = "/login/r2_login.php";
|
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";
|
CreateAccountURL = "https://lirria.khaganat.net/ams/?page=register";
|
||||||
EditAccountURL = "http://lirria.khaganat.net/";
|
EditAccountURL = "https://lirria.khaganat.net/";
|
||||||
ForgetPwdURL = "http://lirria.khaganat.net/ams/index.php?page=forgot_password";
|
ForgetPwdURL = "https://lirria.khaganat.net/ams/index.php?page=forgot_password";
|
||||||
//FreeTrialURL = "http://lirria.khaganat.net/";
|
//FreeTrialURL = "https://lirria.khaganat.net/";
|
||||||
LoginSupportURL = "http://lirria.khaganat.net/";
|
LoginSupportURL = "https://www.khaganat.net/irc";
|
||||||
ConditionsTermsURL = "khaganat.net/wikhan/fr:charte";
|
ConditionsTermsURL = "khaganat.net/wikhan/fr:charte";
|
||||||
|
|
||||||
|
|
||||||
|
@ -95,6 +95,7 @@ XMLOutGameInterfaceFiles = {
|
||||||
TexturesOutGameInterface = {
|
TexturesOutGameInterface = {
|
||||||
"interface_outgame_khaganat"
|
"interface_outgame_khaganat"
|
||||||
};
|
};
|
||||||
|
|
||||||
// The ligo primitive class file
|
// The ligo primitive class file
|
||||||
LigoPrimitiveClass = "world_editor_classes.xml";
|
LigoPrimitiveClass = "world_editor_classes.xml";
|
||||||
|
|
||||||
|
@ -122,7 +123,6 @@ FreeLookAcceleration_min = 20;
|
||||||
FreeLookAcceleration_max = 80;
|
FreeLookAcceleration_max = 80;
|
||||||
|
|
||||||
FreeLookInverted = 0;
|
FreeLookInverted = 0;
|
||||||
FreeLookTablet = 0;
|
|
||||||
AutomaticCamera = 0;
|
AutomaticCamera = 0;
|
||||||
DblClickMode = 1;
|
DblClickMode = 1;
|
||||||
AutoEquipTool = 1;
|
AutoEquipTool = 1;
|
||||||
|
@ -577,12 +577,12 @@ ScenarioLanguages = {"fr","de","en","other_lang"};
|
||||||
// Map each language to a forum help page
|
// Map each language to a forum help page
|
||||||
HelpPages =
|
HelpPages =
|
||||||
{
|
{
|
||||||
"fr=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
"fr=https://khaganat.net/wikhan/fr:error",
|
||||||
"en=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
"en=https://khaganat.net/wikhan/fr:error",
|
||||||
"wk=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
"wk=https://khaganat.net/wikhan/fr:error",
|
||||||
"de=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
"de=https://khaganat.net/wikhan/fr:error",
|
||||||
"es=http://www.khaganat.net/forum/index.php/board,31.0.html",
|
"es=https://khaganat.net/wikhan/fr:error",
|
||||||
"ru=http://www.khaganat.net/forum/index.php/board,31.0.html"
|
"ru=https://khaganat.net/wikhan/fr:error"
|
||||||
};
|
};
|
||||||
|
|
||||||
WebIgMainDomain = "app.lirria.khaganat.net";
|
WebIgMainDomain = "app.lirria.khaganat.net";
|
||||||
|
@ -590,11 +590,6 @@ WebIgTrustedDomains = {
|
||||||
"api.lirria.khaganat.net", "app.lirria.khaganat.net", "lirria.khaganat.net"
|
"api.lirria.khaganat.net", "app.lirria.khaganat.net", "lirria.khaganat.net"
|
||||||
};
|
};
|
||||||
//PatchletUrl = "";
|
//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;
|
SelectedSlot = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue