03-14-2009, 09:06 PM
You can make a server.cfg using the vi editor:
http://www.cs.colostate.edu/helpdocs/vi.html
Just add the vars in the cfg or copy and paste it.
To see if the server is started use:
ps -ef
You'll see a line with ./srcds_i686
To shut the server down do:
kill -9 <process ID>
Process ID is the number in the second column.
You can use the script I wrote to start/ stop/ restart/ update the server or check the status:
http://forums.srcds.com/attachment.php?aid=640
http://www.cs.colostate.edu/helpdocs/vi.html
Just add the vars in the cfg or copy and paste it.
To see if the server is started use:
ps -ef
You'll see a line with ./srcds_i686
To shut the server down do:
kill -9 <process ID>
Process ID is the number in the second column.
You can use the script I wrote to start/ stop/ restart/ update the server or check the status:
http://forums.srcds.com/attachment.php?aid=640