|
|
|
@ -15,7 +15,7 @@ SaveConfig = 1;
|
|
|
|
|
|
|
|
|
|
Driver3D="Auto"; // Valid values are "Auto" or "0", "OpengGL" or "1" & "Direct3D" or "2"
|
|
|
|
|
// "Auto" will choose the best suited driver depending on hardware
|
|
|
|
|
FullScreen = 1;
|
|
|
|
|
FullScreen = 0;
|
|
|
|
|
Width = 1024;
|
|
|
|
|
Height = 768;
|
|
|
|
|
PositionX = 0;
|
|
|
|
@ -39,20 +39,15 @@ Gamma_max = 1.0;
|
|
|
|
|
// NETWORK //
|
|
|
|
|
/////////////
|
|
|
|
|
|
|
|
|
|
Application = { "ryzom_open", "./client_ryzom_r.exe", "./" };
|
|
|
|
|
Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
|
|
|
|
|
BackgroundDownloader = 0;
|
|
|
|
|
PatchServer = "";
|
|
|
|
|
PatchWanted = 0;
|
|
|
|
|
SignUpURL = "";
|
|
|
|
|
StartupHost = "shard.ryzomcore.org:40916";
|
|
|
|
|
PatchServer = "http://dl.ryzom.com/patch_live";
|
|
|
|
|
SignUpURL = "http://www.ryzom.com/subscribe";
|
|
|
|
|
StartupHost = "shard.ryzom.com:40916";
|
|
|
|
|
StartupPage = "/login/r2_login.php";
|
|
|
|
|
InstallStatsUrl = "http://open.ryzom.com:50000/stats/stats.php";
|
|
|
|
|
CreateAccountURL = "http://shard.ryzomcore.org/ams/?page=register";
|
|
|
|
|
EditAccountURL = "http://shard.ryzomcore.org/ams/?page=settings";
|
|
|
|
|
ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html";
|
|
|
|
|
ForgetPwdURL = "http://shard.ryzomcore.org/ams/?page=forgot_password";
|
|
|
|
|
LoginSupportURL = "https://plus.google.com/u/0/communities/103798956862568269036";
|
|
|
|
|
InstallWebPage = "";
|
|
|
|
|
InstallStatsUrl = "http://shard.ryzom.com:50000/stats/stats.php";
|
|
|
|
|
CreateAccountURL = "https://secure.ryzom.com/signup/from_client.php";
|
|
|
|
|
InstallWebPage = "http://dl.ryzom.com/installer/";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////
|
|
|
|
@ -84,10 +79,6 @@ XMLOutGameInterfaceFiles = {
|
|
|
|
|
"out_v2_keys.xml",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
TexturesInterface = "texture_interfaces_v3";
|
|
|
|
|
TexturesInterfaceDXTC = "texture_interfaces_dxtc";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// The ligo primitive class file
|
|
|
|
|
LigoPrimitiveClass = "world_editor_classes.xml";
|
|
|
|
|
|
|
|
|
@ -333,7 +324,8 @@ SoundGameMusicVolume_max = 1.0;
|
|
|
|
|
SoundGameMusicVolume_step = 0.001;
|
|
|
|
|
|
|
|
|
|
// MISC
|
|
|
|
|
PreDataPath = { "user", "patch", "data", "examples" };
|
|
|
|
|
PreDataPath = { "user", "patch", "examples", "data/fonts", "data/gamedev.bnp" };
|
|
|
|
|
DataPath = { "data" };
|
|
|
|
|
NeedComputeVS = 0;
|
|
|
|
|
|
|
|
|
|
NegFiltersDebug = {"Update DB", "Reading:", "Read Value :", "impulseCallBack", "CLIMPD:", "LNET" };
|
|
|
|
|