11-17-2006, 03:22 PM
Hey everyone, first timer here looking for your help.
I have Fedora 6 and did this walkthrough (http://www.srcds.com/db/engine.php?subaction=showfull&id=1098643920) to install SRCDS for Half Life 2 Death Match, not Counter Strike.
I really need help on this, I dont know if this is the best instruction for getting a hl2dm server up and running. At the very end of the instructions is says the following:
We will make a script that will run the srcds in the background in a "screen"
you will need to have screen installed for this. make a file called server.sh and put this in:
Command(s):
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate
Save the file, and chmod it to run
Command(s):chmod +x server.sh
If you want to start your server, simply run server.sh . It will start your srcd server in the background, to open it type:
Command(s):screen -x css-server
I did: screen -x css-server and I got this message: bash: screen: cpmmand not found.
Can someone give me a step by step on how to do this the right way? I want to set this up to play on a home network and am loosing my mind. PLEASE!!!!
Thanks!
Peter
I have Fedora 6 and did this walkthrough (http://www.srcds.com/db/engine.php?subaction=showfull&id=1098643920) to install SRCDS for Half Life 2 Death Match, not Counter Strike.
I really need help on this, I dont know if this is the best instruction for getting a hl2dm server up and running. At the very end of the instructions is says the following:
We will make a script that will run the srcds in the background in a "screen"
you will need to have screen installed for this. make a file called server.sh and put this in:
Command(s):
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate
Save the file, and chmod it to run
Command(s):chmod +x server.sh
If you want to start your server, simply run server.sh . It will start your srcd server in the background, to open it type:
Command(s):screen -x css-server
I did: screen -x css-server and I got this message: bash: screen: cpmmand not found.
Can someone give me a step by step on how to do this the right way? I want to set this up to play on a home network and am loosing my mind. PLEASE!!!!
Thanks!
Peter