Re-structured default server cfgs
Also added hc/rg variants.
This commit is contained in:
parent
6df779f92c
commit
8c1d8da5ce
35
Server Config/Hardcore/serverDZ.cfg
Normal file
35
Server Config/Hardcore/serverDZ.cfg
Normal file
@ -0,0 +1,35 @@
|
||||
// standard server params
|
||||
hostname = "Regular 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/11/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";
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user