Killing Floor 2

Killing Floor 2

View Stats:
Black-Ice 12 Nov, 2016 @ 2:45pm
FIX auto restart when the server goes down
@echo off
title your server name
echo Look at the top of the window.
echo.
cd G:\kf2server
set GameText===== your server name ====
set GameCmd=G:\kf2server\kf2_ds\Binaries\Win64\KFServer.exe KF-ZedIslandgt?AccessControl=AccessPlus.AccessPlus r_stats 1=tr ue -log=ServerLog.log
echo %GameText%
echo.
echo This is the %GameText% Auto Runner
echo To Restart the server close the corresponding Game
echo To Shut down the server close this window.
echo.
set LogFile="%G:\kf2server%\kf2_ds\KFGame\Logs\%GameText%.log"
echo Output is logged to %LogFile%
echo.
echo This is the command line: >>%LogFile%
echo %GameCmd% >>%LogFile%
:start
echo ReStarting %GameText%
date/t
time/t
echo ReStarting %GameText% >>%LogFile%
date/t >>%LogFile%
time/t >>%LogFile%
call %GameCmd%
goto start

but remember to run as administrator
make a BAT file :steamhappy:
Last edited by Black-Ice; 12 Nov, 2016 @ 5:19pm
< >
Showing 1-1 of 1 comments
Black-Ice 12 Nov, 2016 @ 2:46pm 
Last edited by Black-Ice; 18 Feb, 2019 @ 10:59am
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: 12 Nov, 2016 @ 2:45pm
Posts: 1