Jump to content

clarkycal

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About clarkycal

  • Rank
    On the Coast
  1. clarkycal

    more server ports?

    Uh, the OP was talking about his server not showing, however, I'm not sure if DART is compatible with Dayz, I don't see why it wouldn't. Have a look at this link
  2. clarkycal

    more server ports?

    Port Forward these: 2302-2304, 27016 Then you should have no problem.
  3. clarkycal

    please help i have this [ERROR][Server config]

    There are already a bunch of post on this maybe look or use the search button, anyway one way to start the server is to use a batch file and pass the config using a parameter like so: Remember to change the path on line6 to your server path @echo off cls set version=1.0 set wat=Dayz SA title %wat% Watchdog cd E:\Games\SteamLibrary\steamapps\common\DayZServer :watchdog echo (%time%) %wat% started. start "Dayz_SA" /wait /affinity FF /high "DayZServer_x64.exe" -config=serverDZ.cfg echo (%time%) %wat% closed or crashed, restarting. goto watchdog
  4. clarkycal

    Dedicates server

    One way to start the server is to use a batch file and pass the config using a parameter like so: Remember to change the path on line6 to your server path @echo off cls set version=1.0 set wat=Dayz SA title %wat% Watchdog cd E:\Games\SteamLibrary\steamapps\common\DayZServer :watchdog echo (%time%) %wat% started. start "Dayz_SA" /wait /affinity FF /high "DayZServer_x64.exe" -config=serverDZ.cfg echo (%time%) %wat% closed or crashed, restarting. goto watchdog
  5. clarkycal

    Exp Update 0.63.148743

    One way to start the server is to use a batch file and pass the config using a parameter like so: Remember to change the path on line6 to your server path @echo off cls set version=1.0 set wat=Dayz SA title %wat% Watchdog cd E:\Games\SteamLibrary\steamapps\common\DayZServer :watchdog echo (%time%) %wat% started. start "Dayz_SA" /wait /affinity FF /high "DayZServer_x64.exe" -config=serverDZ.cfg echo (%time%) %wat% closed or crashed, restarting. goto watchdog
×