SRCDS Steam group


TF 2 Server Install
#46
can someone please help me im trying to compile a TF2 server on my linux box every time i try to create an account for the server it keeps going back to wanting an account meaning its not being created or when i try to update to install the server i get this

/home/TF2/Value/HLServer/hlds_l# ./steam -command update -game "tf"
Checking bootstrapper version ...
Use:

Create a Steam Account:
-create <username> <password> <question> <answer>

Install or update HLDS:
-update <game> <installdir> <username> [<password> [Y]]
Y => remember password

View installed versions:
-version

can someone please help me and tell me what i may be doing wrong

thankyou in advance
Reply
#47
You need to add -dir . to the end of it. Username and password are no longer required and are only optional.

Code:
./steam -command update -game "tf" -dir .
Reply
#48
OK...

so i succeeded 2hours ago in setting up the server...i could connect but when a mate tried to he had signal "server is not responding" ... after a while i checked and noticed the server went down...so i tried to put it up again...

Code:
/teamfortress2/orangebox$ ./srcds_run -console -game tf +ip 88.198.23.119 -port 27015  +maxplayers 24
Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.

Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
maxplayers set to 24
Unknown command "startupmenu"
Network: IP *.*.*.*, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Wed Jan  2 17:17:44 CET 2008: Server Quit

anyone got an idea on where i'm wrong?


EDIT:
ok so i seems to be working after i added +map ctf_2fort ... but now when someone wants to connects they all get :

Dropped NICKNAME from server (Error verifying STEAM UserID Ticket)

Code:
./srcds_run -console -game tf +map ctf_2fort
Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.

Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
Unknown command "startupmenu"
Network: IP 127.0.0.1, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
ConVarRef room_type doesn't point to an existing ConVar
exec: couldn't exec skill1.cfg
Executing dedicated server config file
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
Unknown command "mp_autoteambalance_delay"
Unknown command "mp_autoteambalance_warning_delay"
Unknown command "mp_friendlyfire"
Unknown command "sv_maxspeed"
--------------------------------------------------------
sv_pure set to 1.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
exec: couldn't exec ctf_2fort.cfg
Adding master server 68.142.72.250:27011
Adding master server 72.165.61.190:27011
Using 'steambeta1:27013' CSER server!
Connection to Steam servers successful.
   VAC secure mode is activated.
Client "[FU]Soggney" connected ().
Dropped [FU]Soggney from server (Error verifying STEAM UserID Ticket)
Reply
#49
Arkangel Wrote:Dropped NICKNAME from server (Error verifying STEAM UserID Ticket)

Hi

Seems I'm having the exact same problem, running on Ubuntu. Server fully updated, did verify, ports forwarded, server listed, was working yesterday. Read many suggestions to delete ClientRegistry.blob, did that, but now there is none anywhere on system and still getting error? argh! Noone can join because of this verify error.

/srcds_run -game tf -maxplayers 16 +map arena_dm_b3 +ip 0.0.0.0
(behind NAT with forwarded ports. Specifying external doesnt work)

cheers, om3ga
Reply
#50
Muppet Wrote:Bad bone weights = bad CPU.

Upgrade from your P3 or Athlon XP - linux binaries don't support them.

I have an Athlon XP on my Ubuntu system. I get the same error when trying to run TF2. Can someone suggest what CPU I can get for this old system that will run TF2? Or can someone recommend a cheap mobo combo that I can buy? I would rather just get the cpu tho Wink

Mobo ECS Kt600-a
1gig Crucial PC2700 333
Athlon XP 1.6hz 2500 ???

thxs
darco
Reply
#51
when I paste this....

Code:
./srcds_run -console -game tf +ip here -port here +maxplayers 24 +map ctf_2fort


it says this....

Code:
HLDS installation up to date
server@server:~/srcds_2$ ./srcds_run -console -game tf +maxplayers 24 +map ctf_2fort
Invalid game type 'tf' sepecified.
Wed Feb 20 10:18:05 MST 2008: Server Failed

ideas?
Reply
#52
I think the reason this happens is because srcds_run looks for a directory named "tf" in the same directory it's in. You should try moving srcds_run so that it's beside the "tf" directory.



PaterInvictus Wrote:when I paste this....

Code:
./srcds_run -console -game tf +ip here -port here +maxplayers 24 +map ctf_2fort


it says this....

Code:
HLDS installation up to date
server@server:~/srcds_2$ ./srcds_run -console -game tf +maxplayers 24 +map ctf_2fort
Invalid game type 'tf' sepecified.
Wed Feb 20 10:18:05 MST 2008: Server Failed

ideas?
Reply
#53
I´ve tried everything on the forum but i still keep getting this message:

Code:
./orangebox/srcds_run -console -game tf +ip xxx.xxx.xx.xxx -port 27016 +maplayers 24 +map ctf_2fort
Invalid game type 'tf' sepecified.
Sun Mar  9 10:34:46 GMT 2008: Server Failed

Please Help
Reply
#54
for some reason the command needs to be run from the orangebox directory... if you execute it from any other directory it will give you that message.
Reply
#55
stuart241 Wrote:I´ve tried everything on the forum but i still keep getting this message:

Code:
./orangebox/srcds_run -console -game tf +ip xxx.xxx.xx.xxx -port 27016 +maplayers 24 +map ctf_2fort
Invalid game type 'tf' sepecified.
Sun Mar  9 10:34:46 GMT 2008: Server Failed

Please Help

Because you're still not doing it right?!

Code:
cd orangebox/
./srcds_run -console -game tf +ip xxx.xxx.xx.xxx -port 27016 +maplayers 24 +map ctf_2fort
Reply
#56
It looks like there is a new beta build that addresses the "bad bone weights" and other errors due to having a non-SSE2, non-FCMOV, etc processor. Specifically AMD procs, but this worked perfectly on my dual p3 server.

./steam -command update -game tf -beta tf20312


-This is my first post, so I'm not sure how things work around here, but this may be worthy of a sticky!
Reply
#57
Anyone help with this?

I did a -verify_all and it seems to hate me still. This is a newer supermicro 1u setup with a c2d e6420 cpu with freebsd 6.22

root@diablo# ./srcds_run -console -game tf -port 27015 +map ctf_2fort +maxplayers 24
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Unable to determine CPU Frequency
Mon Apr 21 15:01:11 EDT 2008: Server Quit
Reply
#58
good tutorial here, i just got mine up lol, didn't really need too much help cuz i've done this with CSS and it was basically the same
Reply
#59
Sooo....I got the server up and running looking fine. I wanted to stop it and test a start script, only to get an error upon restarting (with -debug).

I keep getting the following error in debug log and server will not completely init.

"cat: hlds.5322.pid: No such file or directory"

A "ps -waux" shows 5322 as the server PID

root 5322 5133 0 11:50 pts/1 00:00:00 /bin/sh /tf2/orangebox/srcdcs_run -console -debug -game tf +ip 10.15.15.69 -port 27005 +maxplayers 24 +map ctf_2fort


Shouldn't this hlds.#.pid file be created automatically?
Reply
#60
Alright I am having a problem here's my console command where i get stuck

justin@Justin:~$ wget http://www.steampowered.com/download/hldsupdatetool.bin
--12:48:43-- http://www.steampowered.com/download/hldsupdatetool.bin
=> `hldsupdatetool.bin.1'
Resolving http://www.steampowered.com... 63.228.223.100, 63.228.223.107
Connecting to http://www.steampowered.com|63.228.223.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,513,408 (3.4M) [application/octet-stream]

100%[====================================>] 3,513,408 1.53M/s

12:48:45 (1.52 MB/s) - `hldsupdatetool.bin.1' saved [3513408/3513408]

justin@Justin:~$ chmod +x hldsupdatetool.bin
justin@Justin:~$ ./hldsupdatetool.bin
bash: ./hldsupdatetool.bin: cannot execute binary file

So whats the problem idk
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)