mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
correction du client_default.cfg
This commit is contained in:
parent
d63d55c60d
commit
2794a69475
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Gamma_max = 1.0;
|
||||||
|
|
||||||
Application = { "Lirria", "./client_ryzom_r.exe", "./" };
|
Application = { "Lirria", "./client_ryzom_r.exe", "./" };
|
||||||
BackgroundDownloader = 0;
|
BackgroundDownloader = 0;
|
||||||
PatchWanted = 1;
|
PatchWanted = 0;
|
||||||
PatchUrl = "http://lirria.khaganat.net:43435";
|
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";
|
||||||
|
@ -123,6 +123,7 @@ 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;
|
||||||
|
@ -318,7 +319,7 @@ CameraHeight = 2.2; // Camera Height (in meter) from the g
|
||||||
CameraDistance = 3.0; // Camera Distance(in meter) from the user (for the Third Person View).
|
CameraDistance = 3.0; // Camera Distance(in meter) from the user (for the Third Person View).
|
||||||
CameraDistStep = 1.0;
|
CameraDistStep = 1.0;
|
||||||
CameraDistMin = 1.0;
|
CameraDistMin = 1.0;
|
||||||
CameraDistMax = 25.0;
|
CameraDistMax = 250.0;
|
||||||
CameraAccel = 5.0;
|
CameraAccel = 5.0;
|
||||||
CameraSpeedMin = 2.0;
|
CameraSpeedMin = 2.0;
|
||||||
CameraSpeedMax = 100.0;
|
CameraSpeedMax = 100.0;
|
||||||
|
@ -492,7 +493,6 @@ XMLInterfaceFiles = {
|
||||||
"ring_access_point_filter.xml",
|
"ring_access_point_filter.xml",
|
||||||
"ring_window.xml",
|
"ring_window.xml",
|
||||||
"bg_downloader.xml",
|
"bg_downloader.xml",
|
||||||
"ryzhome_toolbar.xml"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
XMLR2EDInterfaceFiles =
|
XMLR2EDInterfaceFiles =
|
||||||
|
|
Loading…
Reference in a new issue