./srcds_run -console -game "Counter-Strike Source" +map mapname 
+maxplayers 24 +ip 123.456.789.0 -port 27015

You may want to create a script that starts it, and run it in a screen. 
That'd look something like this:

#!/bin/sh
echo "Starting CS:S Server"
sleep 1
screen -A -m -d -S css ./srcds_run -console -game "Counter-Strike 
Source" +map mapname +maxplayers 24 +ip 123.456.789.0 -port 27015


Kane Lauck wrote:
> I did all that. How do i start a game?
>
> Kane
>
>
> On Aug 10, 2008, at 3:02 PM, Ondřej Hošek wrote:
>
>   
>> ./steam -command update -game "Counter-Strike Source" -dir blahblah
>>
>> ~~ Ondra
>>
>> On 10.08.08 20:49 Uhr, Kane Lauck wrote:
>>     
>>> OK so i found steam 1.0, got it all compiled, installed and updated
>>> for CS Source.
>>>
>>> I've tried ./steam -game "Counter-Strike Source" with various
>>> iterations but every time it just gives the instruction page. Is hlds
>>> supposed to exist on my system, freebsd 7 btw?
>>>
>>> Kane
>>>
>>>       
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list  
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>>     
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>   


_______________________________________________
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