Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Citadel Server Watchdog                                                                                                                                                                                             made by fatguy1121
  3. echo DO NOT CLOSE THIS WINDOW!
  4. :start
  5. echo.
  6. echo Server Started
  7. echo.
  8. echo Waiting For Crash...
  9. echo.
  10. cd "CHANGEME\Citadel Server\Citadel\Binaries\Win64" &:: Use The Directory to CitadelServer-Win64-Shipping.exe Not CitadelServer.exe
  11. CitadelServer-Win64-Shipping.exe -nosteamclient -server &:: DO NOT USE -log
  12. echo Crash Detected!
  13. echo.
  14. echo CTRL+C To Freeze Before Restarting
  15. timeout /t 15
  16. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement