Fortress Forever

Go Back   Fortress Forever > Help & Technical > Server Administration

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 09-19-2007, 08:56 AM   #1
5chaap2k
XS4ALL Games
 
5chaap2k's Avatar
 
Join Date: Sep 2007
Location: The Netherlands
Posts Rated Helpful 0 Times
Windows server autorestart on crash batch

just for the ppl that haven't figured it out on their own.

To autorestart the server on crash you can use this batch file:

FFserver.bat
Code:
@echo off
cls
echo (%time%) Automated restarter loaded...
title FF-Server
:application
echo (%time%) Fortress-Forever server started!
start /wait srcds.exe -console -game FortressForever +ip x.x.x.x -port 27015 +maxplayers 20 +exec server.cfg +map ff_well -tickrate 33 +fps_max 200
echo (%time%) WARNING: Fortress-Forever server closed or crashed, restarting...
goto application
do change the startline according to your own server's startup cmd though

Last edited by 5chaap2k; 09-19-2007 at 09:44 AM.
5chaap2k is offline   Reply With Quote


 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.