SRCDS Steam group


SRCDS in background
#1
Hi, atm im running a counter strike source server on a debian box and using putty to open srcds.

I was wondering how do i run srcds so that when i close putty it will still be running?
Reply
#2
use screen

ie
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_dust +maxplayers 20 +ip xxx.xxx.xxx.xxx +port 27015 -tickrate 66 -autoupdate
then you can close it, and it will keep running..
and to view it again...
do
screen -x css-server (or whatever you named the screen)
Reply
#3
sweet cheers

um were do i get screen from Toungue
Reply
#4
dw its installed on it
Reply
#5
apt-get install screen
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)