Documentation
Readme
View as plain text
#Script edits by LuZR#9146
NOTES: Once a match ends wait a minute or so before attempting to start a new match. This gives the server script time to clean up and then my script to restart it. A later version will include some catch-all force restart logic.
1. Placed Unzipped files in spellbreak-community-version-server-windows. This will be 4 autorun.bat files, 1 readMe and a runners folder that contains edited versions of the base server.bat files.
2. Delete all 4 of the 'Start a XXX server.bat' files. The autorunGAMEMODE.bat files replace these.
The autorun scripts run whichever gamemode you picked and then will begin to watch for the process to end. IF it does for any reason (match end or otherwise) it will restart it. The new 'runners' folder has an edited version of the 'Start a XXX server.bat' file. (I added '&& exit 0' as a catch in case it doesn't cleanup and exit correctly, though as long as you aren't trying to spam re-enter a game it will cleanly exit.