mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
91e6b23d3f
NMAKE-VS2012 Error LNK2011 while NMAKE-VS2010 does not complain we need to link the pch.obj file see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx ** PCH Support for Ninja Ninja need to add property OBJECT_DEPENDS for using PCH OBJECT_OUTPUTS for create PCH see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
31 lines
964 B
INI
31 lines
964 B
INI
// link the common configuration file
|
|
RootConfigFilename = "common.cfg";
|
|
|
|
DisplayedVariables += { "", "@OnlineFS|frontends", "@OnlineUsers|users", "NbOnlineUsers|OnlineUsersNumber" };
|
|
|
|
// address of the login service
|
|
LSHost = "193.252.118.126";
|
|
|
|
// short name of the frontend service
|
|
FrontendServiceName = "FS";
|
|
|
|
// value that identify the shard in the database. must be uniq for each different shard
|
|
ShardId = 300;
|
|
|
|
ExpectedServices = { };
|
|
|
|
PlayerLimit = 1000;
|
|
|
|
// Access level to shard
|
|
// 0: only dev
|
|
// 1: dev + privileged users (see also OpenGroups variable)
|
|
// 2: open for all
|
|
ShardOpen = 2;
|
|
|
|
// File that contains the ShardOpen value (used to override ShardOpen value through AES' command createFile)
|
|
// For instance, ShardOpen default value is 0, then AES creates a file to set ShardOpen to 2. If WS crashes,
|
|
// ShardOpen is still set to 2 when it relaunches...
|
|
ShardOpenStateFile = "";
|
|
|
|
// Privileged Groups
|
|
OpenGroups = "";
|