Schlup wrote:
> Hello all, I'm running a dedicated server with CentOS and trying to get Left
> 4 Dead2 started.  I have just about everything configured already.  Just
> need scripts for start.sh, restart.sh, stop.sh
>
>  
>
> I'll be running the scripts from Webmin which is how I control all of my
> game servers.  Any help is greatly appreciated!
>
>  
>
> Thanks,
>
> Schlup
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
>   
Not sure what exactally you want, but here is what i use.

SERVER.SH (start.sh):

cd left4dead2
screen -A -m -d -S l4d2 ./srcds_run -console -game left4dead2

KILL.SH(stop.sh):

killall l4d2

RESTART.SH:

kill l4d2
cd left4dead2
screen -A -m -d -S l4d2 ./srcds_run -console -game left4dead2

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to