Jump to content

kaspar rave

Members
  • Content Count

    64
  • Joined

  • Last visited

Everything posted by kaspar rave

  1. kaspar rave

    Zombies not spawning regular

    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?
  2. kaspar rave

    DirectX error?

    just google download directX and install worked for me
  3. kaspar rave

    Zombies not spawning regular

    restart the server I had the same problem
  4. kaspar rave

    Problem Server

    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
  5. kaspar rave

    Linux server binaries

    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
  6. kaspar rave

    ADVICE AND GUIDANCE - POST TIPS HERE!

    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
  7. kaspar rave

    Problem Server

    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
  8. kaspar rave

    Connecting failed

    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
  9. kaspar rave

    Auto Server restart bat

    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
  10. kaspar rave

    Dedicated Server does not show up

    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...
×