Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Proletariat for releasing the Spellbreak Community Edition - https://sbcommunity.itch.io/spellbreak-community-version
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.1
Initial upload
Automatically restarts server based on the gamemode selected instead of manually restarting on match-end.
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.
Installation: 1. Unzip the file into your spellbreak-community-version-server-windows directory. This will result in:
4 autorun.bat files
1 readMe (pretty much what you're reading now but yeet why not.
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.
Usage: Double click the autorunXXX.bat, where XXX is the gamemode you want to play.
Planned features:
Catch-all force restart to fix any of the re-join bugs
GUI for selecting gamemode instead of clicking the script
.pak file mod to run this from in-game
Known Bugs: Attempting to join a game before the server has a chance to clean up and exit can suspend the process and my script wont fire. A later version of this will include some catch-all force restart logic in this occurrence.