|
|
@ -1,6 +1,6 @@
|
|
|
|
#include "common.cfg"
|
|
|
|
#include "common.cfg"
|
|
|
|
|
|
|
|
|
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
|
|
|
|
|
|
|
|
|
|
|
StartCommands +=
|
|
|
|
StartCommands +=
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -23,22 +23,22 @@ StartCommands +=
|
|
|
|
"lgs_gw.transportAdd L3Client masterL3c",
|
|
|
|
"lgs_gw.transportAdd L3Client masterL3c",
|
|
|
|
// open the transport
|
|
|
|
// open the transport
|
|
|
|
"lgs_gw.transportCmd masterL3c(connect addr="+MasterLGSHost+":"+L3MasterLGSPort+")",
|
|
|
|
"lgs_gw.transportCmd masterL3c(connect addr="+MasterLGSHost+":"+L3MasterLGSPort+")",
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef DONT_USE_LGS_SLAVE
|
|
|
|
#ifndef DONT_USE_LGS_SLAVE
|
|
|
|
|
|
|
|
|
|
|
|
StartCommands +=
|
|
|
|
StartCommands +=
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// add a layer 3 server transport for slave logger service
|
|
|
|
// add a layer 3 server transport for slave logger service
|
|
|
|
"lgs_gw.transportAdd L3Client slaveL3c",
|
|
|
|
"lgs_gw.transportAdd L3Client slaveL3c",
|
|
|
|
// open the transport
|
|
|
|
// open the transport
|
|
|
|
"lgs_gw.transportCmd slaveL3c(connect addr="+SlaveLGSHost+":"+L3SlaveLGSPort+")",
|
|
|
|
"lgs_gw.transportCmd slaveL3c(connect addr="+SlaveLGSHost+":"+L3SlaveLGSPort+")",
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
StartCommands +=
|
|
|
|
StartCommands +=
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Create a chat unifier client
|
|
|
|
// Create a chat unifier client
|
|
|
|
"moduleManager.createModule ChatUnifierClient cuc",
|
|
|
|
"moduleManager.createModule ChatUnifierClient cuc",
|
|
|
|
|
|
|
|
|
|
|
@ -52,33 +52,34 @@ StartCommands +=
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// ---- service NeL variables (used by CVariable class)
|
|
|
|
// ---- service NeL variables (used by CVariable class)
|
|
|
|
|
|
|
|
|
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
|
|
|
|
|
|
|
|
|
|
|
// a list of system command that can be run with "sysCmd" service command.
|
|
|
|
// a list of system command that can be run with "sysCmd" service command.
|
|
|
|
SystemCmd = {};
|
|
|
|
SystemCmd = {};
|
|
|
|
|
|
|
|
|
|
|
|
// IOS don't use work directory by default
|
|
|
|
// IOS don't use work directory by default
|
|
|
|
ReadTranslationWork = 0;
|
|
|
|
ReadTranslationWork = 0;
|
|
|
|
TranslationWorkPath = "translation/work";
|
|
|
|
TranslationWorkPath = "translation/work";
|
|
|
|
|
|
|
|
|
|
|
|
// Global shard bot name translation file. You sould overide this
|
|
|
|
// Global shard bot name translation file. You sould overide this
|
|
|
|
// in input_output_service.cfg to specialize the file
|
|
|
|
// in input_output_service.cfg to specialize the file
|
|
|
|
// depending on the shard main language.
|
|
|
|
// depending on the shard main language.
|
|
|
|
BotNameTranslationFile = "bot_names.txt";
|
|
|
|
BotNameTranslationFile = "bot_names.txt";
|
|
|
|
|
|
|
|
|
|
|
|
// Global shard event faction translation file. You sould override this
|
|
|
|
// Global shard event faction translation file. You sould override this
|
|
|
|
// in input_output_service.cfg to specialize the file
|
|
|
|
// in input_output_service.cfg to specialize the file
|
|
|
|
// depending on the shard main language.
|
|
|
|
// depending on the shard main language.
|
|
|
|
EventFactionTranslationFile = "event_factions.txt";
|
|
|
|
EventFactionTranslationFile = "event_factions.txt";
|
|
|
|
|
|
|
|
|
|
|
|
// ---- service custom variables (used by CVariable class)
|
|
|
|
|
|
|
|
|
|
|
|
// ---- service custom variables (used by CVariable class)
|
|
|
|
|
|
|
|
|
|
|
|
// Activate/deactivate debugging of missing paremeter replacement
|
|
|
|
// Activate/deactivate debugging of missing paremeter replacement
|
|
|
|
DebugReplacementParameter = 1;
|
|
|
|
DebugReplacementParameter = 1;
|
|
|
|
|
|
|
|
|
|
|
|
// Default verbose debug flags:
|
|
|
|
// Default verbose debug flags:
|
|
|
|
//-----------------------------
|
|
|
|
//-----------------------------
|
|
|
|
|
|
|
|
|
|
|
|