Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.
For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms:
Discord,
Twitter/X,
Facebook.
Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!
Could you tell me what you changed I want a crazy amount of zombies on my server.
I changed the events file but I'm not sure I did it correctly.
the files lack comments on what stuff does/means
I changed the <nominal>50</nominal> parameters to 100 but didn't notice the changes
Is my thinking correct in that:
<waves>0</waves> ~ not supported yet?
<nominal>50</nominal> ~ is the amount of zombies?
<min>25</min> ~ minimal distance?
<max>100</max> ~ maximum distance?
<lifetime>180</lifetime> ~ time before despawn? (min?)
<restock>0</restock> ~ replaced somewhere else in the radius when killed?
<saferadius>100</saferadius> ~ distance from zombie before agro?
<distanceradius>50</distanceradius> ~ meters of radius around player where zombies spawn
<cleanupradius>100</cleanupradius> ~ meters of distance before corpse/zombies cleanup
<flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/> ~ ????
<position>player</position> ~ radius based on player entity?
<limit>custom</limit> ~ ??
<active>1</active> ~ turn on/off?
kaspar rave replied to Michael Matheossian's topic in Servers
did you edite your modem/router?
and I'm at work.
and port checkers don't seem to work...
can you find dayz.sasaa.nl:2302 ?
if so it's your mode/router
Do you use windows server? if yes disable firewall to test. if it works then open the ports in the advanced firewall settings
it needs directX so you'll have to use wine or wait...
I would prefer a Linux based server but I am not going to bitch about it.
just happy we can at least have a server
also in the extended file variable you can enable the stats monitor ingame so you can write down any new locations...
I made a few random spawns just for fun
kaspar rave replied to Hornet58's topic in Servers
I would suggest a verification of files to. restart steam and try again.
I had all weird errors until I moved my server folder to c:\server so I could avoid the quote marks in my batch file
@Echo off
Title Dayz Server started @ %time% - %date%
echo.
echo Dayz Server started @ %time% - %date%
echo.
goto startup
:restart
Title Dayz Server restarted @ %time% - %date%
echo.
echo Dayz Server restarted @ %time% - %date%
echo.
:startup
DayZServer_x64.exe -config=serverDZ.cfg -profiles=C:\server\DayZServer -BEpath=C:\server\DayZServer\battleye -freezecheck -noFilePatching -cpuCount=8
goto restart
kaspar rave replied to Dillwhop's topic in Servers
Will post my startup batch file to. offcourse adjust the filepaths
@Echo off
Title Dayz Server started @ %time% - %date%
echo.
echo Dayz Server started @ %time% - %date%
echo.
goto startup
:restart
Title Dayz Server restarted @ %time% - %date%
echo.
echo Dayz Server restarted @ %time% - %date%
echo.
:startup
DayZServer_x64.exe -config=serverDZ.cfg -profiles=C:\server\DayZServer -BEpath=C:\server\DayZServer\battleye -freezecheck -noFilePatching -cpuCount=8
goto restart
kaspar rave replied to Doctor Tree's topic in Servers
I just have to put my findings here...
You can find your server only if you use the IP and PORT trough the search ip bar
when you favorite your server it will show up when you select filter favorites.
Also when you have problems with zombies spawning restart your server...