• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Beta Release [Mutator] Server Crash Recover

forrestmark9

Grizzled Veteran
Nov 29, 2011
1,110
42
A simple port of the same mod from KF1 done by Marco. A quick run down of what this does is it saves the map the server was on and will return to said map if the server were to crash or shutdown.

Install instructions:
Extract the .rar to your KFGame directly in the server
Add KFCrashRecover.CrashRecover to the ServerActors

Download:
https://www.dropbox.com/s/mikga9pyv2sdhzt/KFCrashRecover.rar?dl=0
 
I'm using this .bat files for auto restarting server when it crashed. maybe it will help you in some case:


@Echo off

cls

echo Protecting srcds from crashes...

title HARD

:srcds

echo (%time%) KF2 HARD server started.

echo N|start /wait kfserver.exe KF-HorzineArena-B1-v5?configsubdir=HARD

echo (%time%) WARNING: srcds HARD closed or crashed, restarting....

goto srcds
 
Upvote 0