Namalsk-Server/Server Config/Hardcore/serverDZ.cfg
SumrakDZN 0c3f4d178c Adjusted init serverTime for hardcore setup
Not that it would matter since it is overriden in the mission init.c
anyway..
2020-11-29 14:26:53 +01:00

35 lines
711 B
INI

// standard server params
hostname = "Hardcore Namalsk Server";
password = "";
passwordAdmin = "";
maxPlayers = 30;
verifySignatures = 2;
forceSameBuild = 1;
disableVoN = 0;
vonCodecQuality = 20;
disable3rdPerson = 1;
disableCrosshair = 1;
guaranteedUpdates = 1;
loginQueueConcurrentPlayers = 5;
loginQueueMaxPlayers = 500;
instanceId = 1;
storageAutoFix = 1;
// custom Namalsk edits
serverTime = "2011/12/1/9/49";
serverTimeAcceleration = 6;
serverNightTimeAcceleration = 4;
serverTimePersistent = 1;
disablePersonalLight = 0;
lightingConfig = 222;
defaultVisibility = 2200;
defaultObjectViewDistance = 2200;
// the mission
class Missions
{
class DayZ
{
template="hardcore.namalsk";
};
};