Advertisement
sasaa86

serverstart.cmd - huidige

Apr 23rd, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.55 KB | None | 0 0
  1. @echo off
  2. cd dayz
  3. title Dayz server watchdog
  4. :startup
  5. echo.
  6. echo server startup @ %time% %date%
  7. start /wait DZSALModServer.exe -config=serverDZ.cfg -port=2302 -profiles=Profile_1 -dologs -adminlog -netlog -cpuCount=8 -BEpath=battleye "-mod=@BulletStacksPlusPlus;@CamoNetPlus;@CheckPulse;@CodeLock;@Community-Framework;@DisableBaseDestruction;@EternalDay;@GoreZ;@MoPlanks;@NoFenceCollisions;@PaintIt;@SupressorHybrid;@VanillaPlusPlusMap;@WeaponReduxPack;@ZombiesEverywhere"
  8. echo server crashed or terminated @ %time% %date%
  9. timeout /t 5 >nul
  10. goto startup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement