Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cd dayz
- title Dayz server watchdog
- :startup
- echo.
- echo server startup @ %time% %date%
- 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"
- echo server crashed or terminated @ %time% %date%
- timeout /t 5 >nul
- goto startup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement