kaspar rave
Members-
Content Count
64 -
Joined
-
Last visited
Everything posted by kaspar rave
-
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?
-
just google download directX and install worked for me
-
restart the server I had the same problem
-
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
-
ADVICE AND GUIDANCE - POST TIPS HERE!
kaspar rave replied to TheVampireBat's topic in General Discussion
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 -
my experience is that they have to search for the ip and port, like 151.80.110.133:2302 not like 151.80.110.133
-
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
-
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
-
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...