Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Edge100x
Founder
Posts: 13126 Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:
Post
by Edge100x » Wed Mar 03, 2010 11:08 pm
I'll always do my best to help with whatever I can here. If it makes sense to create a new guide for something, I'll do that too
.
automatik
A regular
Posts: 45 Joined: Tue Mar 02, 2010 11:46 pm
Location: Hawaii
Post
by automatik » Thu Mar 04, 2010 12:56 am
Well, I have been looking at shell scripts. I found this on srcds
http://forums.srcds.com/viewtopic/5835
starts updates restarts and all that jazz when server boots. Maybe be something to look further into and refine? I am a n00b at that stuff
WackyIraqi
A regular
Posts: 34 Joined: Tue Feb 16, 2010 12:37 pm
Post
by WackyIraqi » Thu Mar 04, 2010 1:54 pm
does this script auto execute after restart? i've been needing one but just havent taken the time to do it, seeing as the server rarely gets restarted.
automatik
A regular
Posts: 45 Joined: Tue Mar 02, 2010 11:46 pm
Location: Hawaii
Post
by automatik » Thu Mar 04, 2010 3:56 pm
Yes it does.
You can also set it to start on reboot from the software-how-to section. Its under "How to run a linux CS 1.6 Server"
rustydusty1717
This is my homepage
Posts: 645 Joined: Sun Sep 20, 2009 6:15 pm
Post
by rustydusty1717 » Sat Mar 06, 2010 11:42 pm
You could always just add the following to your boot config:
cd /hlds
./hlds_run -game cstrike +map de_dust2 +maxplayers 32 +ip 12.34.56 +port 27015 -autoupdate
It will auto update on boot, plus start the server on server reboot. It's what I do, and it works great.