LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   School project... HLDS (https://www.linuxquestions.org/questions/linux-games-33/school-project-hlds-191485/)

Shr00mBoXx 06-09-2004 08:48 AM

School project... HLDS
 
For our final project in school we are making a really large network... consistiing on MSAU, Cisco routers and switches... and my job... Counter-Strike Linux Server... so we can have a lan game in 2 days... I have HLDS working... to the point where it displays

bash-2.05b# ./hlds_run -game cstrike +max_player 12 +map cs_assault
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
scandir failed:/root/hlds/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 12:49:49 Mar 9 2004 (2693)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 127.0.0.1:27015
Downloading Security Module from Speakeasy.net ...
Completed downloading Security Module from Speakeasy.net
Server is in Secure Mode.
scandir failed:/root/hlds/./platform/SAVE

couldn't exec listip.cfg
couldn't exec banned.cfg
Adding auth server 65.73.232.253:27040
Adding auth server 65.73.232.251:27040
Adding master server 207.173.177.11:27010
Adding master server 207.173.177.12:27010

anyone have any suggestions... I need to get this server working by tomorrow afternoon

proudclod 06-09-2004 11:22 AM

try not running the process as root

Shr00mBoXx 06-09-2004 01:27 PM

that was run as root

Irving 06-10-2004 12:20 PM

Quote:

Originally posted by proudclod
try not running the process as root
:D :D :D

Shr00mBoXx 06-10-2004 08:26 PM

I am not a noob to the extent that I run everything as root.. it is a 10 minute project and only ment for the game tomorrow... and as for anything... no secure documents are stored on it... and to tell you the truth I dont care if someone gains access to that computer... the password is "ok" for god sake :-P all just to have some fun...

Irving 06-10-2004 11:48 PM

Don't really care about that, I was pointing out that proudclod said DON'T run it as root, and you seemed to misread the post.

Oliv' 06-11-2004 07:30 AM

Quote:

Server IP address 127.0.0.1:27015
I think that's the problem :)

sonesay 06-19-2004 06:37 PM

lol yeah that dosent look right.

Adam-Infinity 06-26-2004 05:31 PM

Re: School project... HLDS
 
Quote:

Originally posted by Shr00mBoXx

bash-2.05b# ./hlds_run -game cstrike +max_player 12 +map cs_assault

make a little file for screens and such its easier

nano / or pico start.cs

so the filename is start.cs

cd /dir/server1

screen -dmS cs1 ./hlds_run -gaming cstrike +max_players 12 +ip 192.168.0.4 (or whatever the ip is) +map de_dust +port 27015

see how that helps you

also chmod 700 start.cs

then just

./start.cs from the main prompt


All times are GMT -5. The time now is 11:24 AM.