SRCDS Steam group


[Question] SRCDS Server 24/7
#16
serverdoc?
GFL(Games For Life) Founder.
Private Message me if you need any help!
Recommend everybody uses NFO
My Group: GFL
[Image: b_560_95_1.png]
[Image: b_560_95_1.png]
Reply
#17
I run my servers 24/7 from my pc at home and this is how i do it, no extra software needed:

turn on "DontShowUI" in windows registry editor @
(HKEY_CURRENT_USER -> software -> microsoft -> windows -> windows error reporting)


then simply make a batch file with this in it and then run the batch:

Code:
@echo off
mode con:cols=55 lines=20
COLOR 3B
Title Server restarter
echo This window will automatically restart a server if it crashes.
:start
srcds +maxplayers 32 +map dod_avalanche -console -game dod -tools -tickrate 66 -port 27015
echo Restarting server due to a crash or exit
goto start
of course edit the srcds part to your info that you want

if you'd prefer a program that can hide the server from view and be ran in the background completely invisible to you, a program like firedaemon can do that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)