Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
@echo off
:start
::Server name (This is just for the bat file)
set serverName=Savage Country Chernarus
::Server files location
set serverLocation="E:\SteamLibrary\steamapps\common\DayZServer"
::Server Port
set serverPort=2302
::Server config
set serverConfig=serverDZ.cfg
::Logical CPU cores to use (Equal or less than available)
set serverCPU=2
::Sets title for terminal (DONT edit)
title %serverName% batch
::DayZServer location (DONT edit)
cd "%serverLocation%"
echo (%time%) %serverName% started.
::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=)
start "DayZ Server" /min "DayZServer_x64.exe" -config=%serverConfig% -port=%serverPort% -cpuCount=%serverCPU% -profiles=ServerProfiles "-mod=@CF;@FlyingBirds!;@FOXWEAPONS2.0;@MortysWeapons;@UsefulSuppressors;@RaG_Vehicle_Pack;@shd_retextures;@shd_Windstride_retextures;@StackMoreItems;@UncuepasCivilianClothing;@Spurgles_BagZ;@WindstridesClothingPack;@SteadyScopeV2;@PlateCarrierFix;@SmershFix;@AFixForScopes;@ZensFirewoodPiles;@ZombiesvsWolves;@Airdrop-Upgraded;@ZenSleep;@Community-Online-Tools" -dologs -adminlog -netlog -freezecheck
::Time in seconds before kill server process (21600 = 6 hours)
timeout 21600
taskkill /im DayZServer_x64.exe /F
::Time in seconds to wait before..
timeout 10
::Go back to the top and repeat the whole cycle again
goto start
// standard server params
hostname = "Savage Country Chernarus";
password = "";
passwordAdmin = "";
maxPlayers = 4;
verifySignatures = 2;
forceSameBuild = 1;
disableVoN = 0;
vonCodecQuality = 20;
disable3rdPerson = 0;
disableCrosshair = 0;
guaranteedUpdates = 1;
loginQueueConcurrentPlayers = 5;
loginQueueMaxPlayers = 500;
enableCfgGameplayFile = 1;
instanceId = 1;
storageAutoFix = 1;
storeHouseStateDisabled = false; // Disable houses/doors persistence (value true/false), usable in case of problems with persistence
// custom Chernarus edits
serverTime = "2023/10/25/5/30";
serverTimeAcceleration = 4;
serverNightTimeAcceleration = 6;
serverTimePersistent = 1;
disablePersonalLight = 1;
lightingConfig = 0;
defaultVisibility = 3500;
defaultObjectViewDistance = 3500;
// the mission
class Missions
{
class DayZ
{
template="dayzOffline.chernarusplus";
};
};
respawnTime = 30; // Sets the respawn delay (in seconds) before the player is able to get a new character on the server, when the previous one is dead
motd[] = {"line1","line2"}; // Message of the day displayed in the in-game chat
motdInterval = 1; // Time interval (in seconds) between each message
maxPing= 300; // Max ping value until server kick the user (value in milliseconds)
timeStampFormat = "Short"; // Format for timestamps in the .rpt file (value Full/Short)
logAverageFps = 1; // Logs the average server FPS (value in seconds), needs to have ''-dologs'' launch parameter active
logMemory = 1; // Logs the server memory usage (value in seconds), needs to have the ''-dologs'' launch parameter active
logPlayers = 1; // Logs the count of currently connected players (value in seconds), needs to have the ''-dologs'' launch parameter active
logFile = "server_console.log";// Saves the server console log to a file in the folder with the other server logs
enableDebugMonitor = 0; //shows info about the character using a debug window in a corner of the screen (value 0-1)
steamQueryPort = 2302; // defines Steam query port, should fix the issue with server not being visible in client server browser
networkRangeClose = 40;
networkRangeNear = 200;
allowFilePatching = 1; // if set to 1 it will enable connection of clients with "-filepatching" launch parameter enabled
simulatedPlayersBatch = 20; // Set limit of how much players can be simulated per frame (for server performance gain)
multithreadedReplication = 1; // enables multithreaded processing of server's replication system - number of worker threads is derived by settings of jobsystem in dayzsettings.xml by "maxcores" and "reservedcores" parameters (value 0-1)
https://imgur.com/a/q8OnDwB
Wow thank you bro what a ♥♥♥♥♥♥♥ simple solution i was under the impression to not put spaces in anything considering the other mods do not have spaces in them and worked. Much obliged !