Can't get enough SRCDS.com? Follow us on: Twitter | IRC | Steam


Post Reply 

TF 2 Server Install

Author Message
FARQU2 Offline
Newbie

Posts: 1
Joined: Dec 2007
Reputation: 0
Post: #46
RE: TF 2 Server Install
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
12-20-2007 03:14 PM
Find all posts by this user Quote this message in a reply
Muppet Offline
Senior Member

Posts: 700
Joined: May 2007
Reputation: 0
Post: #47
RE: TF 2 Server Install
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 .
12-20-2007 10:33 PM
Find all posts by this user Quote this message in a reply
Arkangel Offline
Newbie

Posts: 1
Joined: Jan 2008
Reputation: 0
Post: #48
RE: TF 2 Server Install
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)
(This post was last modified: 01-03-2008 03:43 AM by Arkangel.)
01-03-2008 02:29 AM
Find all posts by this user Quote this message in a reply
om3ga Offline
Newbie

Posts: 1
Joined: Jan 2008
Reputation: 0
Post: #49
RE: TF 2 Server Install
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
01-05-2008 09:08 PM
Find all posts by this user Quote this message in a reply
darco Offline
Newbie

Posts: 1
Joined: Feb 2008
Reputation: 0
Post: #50
RE: TF 2 Server Install
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
02-16-2008 10:33 AM
Find all posts by this user Quote this message in a reply
PaterInvictus Offline
Newbie

Posts: 6
Joined: Feb 2008
Reputation: 0
Post: #51
RE: TF 2 Server Install
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?
02-21-2008 03:23 AM
Find all posts by this user Quote this message in a reply
jake Offline
Newbie

Posts: 1
Joined: Mar 2008
Reputation: 0
Post: #52
RE: TF 2 Server Install
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?
03-03-2008 09:04 AM
Find all posts by this user Quote this message in a reply
stuart241 Offline
Newbie

Posts: 7
Joined: Mar 2008
Reputation: 0
Post: #53
RE: TF 2 Server Install
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
03-09-2008 08:39 PM
Find all posts by this user Quote this message in a reply
magicite Offline
Junior Member

Posts: 13
Joined: Mar 2008
Reputation: 0
Post: #54
RE: TF 2 Server Install
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.
03-13-2008 02:17 PM
Find all posts by this user Quote this message in a reply
Muppet Offline
Senior Member

Posts: 700
Joined: May 2007
Reputation: 0
Post: #55
RE: TF 2 Server Install
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
03-13-2008 10:53 PM
Find all posts by this user Quote this message in a reply
nlong Offline
Newbie

Posts: 1
Joined: Mar 2008
Reputation: 0
Post: #56
RE: TF 2 Server Install
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!
(This post was last modified: 03-14-2008 02:51 AM by nlong.)
03-14-2008 02:50 AM
Find all posts by this user Quote this message in a reply
Pr0ximaCentauri Offline
Newbie

Posts: 1
Joined: Apr 2008
Reputation: 0
Post: #57
RE: TF 2 Server Install
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
(This post was last modified: 04-22-2008 05:24 AM by Pr0ximaCentauri.)
04-22-2008 05:08 AM
Find all posts by this user Quote this message in a reply
njoker555 Offline
Ultimate Gaming Machine

Posts: 4
Joined: Jul 2008
Reputation: 0
Post: #58
RE: TF 2 Server Install
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

Gamers Forum | Arcade 29
07-20-2008 05:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Cisc0Kid Offline
Newbie

Posts: 1
Joined: Aug 2008
Reputation: 0
Post: #59
RE: TF 2 Server Install
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?
(This post was last modified: 08-14-2008 03:18 AM by Cisc0Kid.)
08-14-2008 03:17 AM
Find all posts by this user Quote this message in a reply
FERMAN Offline
Regular Member

Posts: 167
Joined: Aug 2008
Reputation: 5
Post: #60
RE: TF 2 Server Install
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
08-20-2008 06:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: