khanat-opennel-code/code/ryzom/server/input_output_service.cfg

82 lines
1.8 KiB
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// Use with commandline: input_output_service -C. -L. --nobreak --writepid
2010-05-20 08:27:57 +00:00
// ---- config local variables
#define DONT_USE_LGS_SLAVE
2010-05-06 00:08:41 +00:00
AESPort="46702";
SUPort = 50505;
SUGlobalPort = 50503;
L3MasterLGSPort = 41292;
L3SlaveLGSPort = 49993;
SUHost = "localhost";
MasterLGSHost = "localhost";
SlaveLGSHost = "localhost";
2010-05-20 08:27:57 +00:00
// SU - listen address of the SU service (for L5 connections)
SUAddress = SUHost+":"+SUPort;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
#include "input_output_service_default.cfg"
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
AESAliasName= "ios";
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// Create a char name mapper
StartCommands +=
2010-05-06 00:08:41 +00:00
{
2010-05-20 08:27:57 +00:00
"moduleManager.createModule CharNameMapper cnm",
"cnm.plug gw",
"moduleManager.createModule IOSRingModule iosrm",
"iosrm.plug gw",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
Paths = {
".",
"../common/data_common",
"../common/data_leveldesign",
};
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// Mirror limits
DatasetSizefe_temp = 600000;
DatasetSizefame = 26000;
2010-05-06 00:08:41 +00:00
// the following variable must be defined but should be empty - it's presence is used to change the behaviour
// of the packed sheet reader
GeorgePaths = { "" };
// Use Shard Unifier or not
DontUseSU = 0;
2010-05-20 08:27:57 +00:00
HomeMainlandNames =
{
"302", "Open", "open",
};
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// Set this shard as a ring (1) or mainland (0) shard (main behavior switch)
IsRingShard = 0;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// Disable ryzom verbose logging
VerboseMIRROR = 0;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
#include "backup_service_interface.cfg"
2010-05-06 00:08:41 +00:00
// IOS - Directory to store ios.string_cache file
StringManagerCacheDirectory = "data_shard_local";
// IOS - Directory to log chat into
LogChatDirectory = "data_shard_local";
2010-05-20 08:27:57 +00:00
ReadTranslationWork = 1;
TranslationWorkPath = "";
2010-05-06 00:08:41 +00:00
VerboseStringManager = 0;
VerboseStringManagerParser = 0;
VerboseChat = 0;
VerboseChatManagement = 0;
VerboseNameTranslation = 0;