Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
01-31-2009, 08:24 AM
(This post was last modified: 01-31-2009, 08:55 AM by Timzorize.)
Hello,
I have installed a non-steam TF2 server, when I start the server (with an .bat file) this shows:
Console initialized.
Game.dll loaded for "Team Fortress"
particles: Missing 'particles/error.pcf'
maxplayers set to 24
maxplayers set to 24
Network: IP 192.168.1.7, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
exec skill1.cfg file size larger than 1 MB!
Executing deticated server config file
Can't use cheat command mp_forcespawnplayers in multiplayer, unless the server has sv_cheats set to 1.
Unknown command "mp_teststalemate"
exec: couldn't exec ctf_2fort.cfg
Adding master server 72.165.61.189:27011
Adding master server 68.142.72.250:27011
Connection to Steam servers successful.
VAC secure mode is activated.
And the .bat file to start the server looks like this:
C:\Program\HLServer\orangebox\srcds.exe -console -game tf -hostport 27019 +maxplayers 24 +map ctf_2fort
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
"particles: Missing 'particles/error.pcf'" - This is a standard error, ignore it!
"exec skill1.cfg file size larger than 1 MB!" Ignore.
"Can't use cheat command mp_forcespawnplayers in multiplayer, unless the server has sv_cheats set to 1." Even change sv_cheats to 1 or remove this CVar.
"Unknown command "mp_teststalemate" Remove the CVar from server.cfg
"exec: couldn't exec ctf_2fort.cf" - You're missing a g
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
Your fine.
Define "non-steam" ?
~ Mooga ...w00t? - SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:"particles: Missing 'particles/error.pcf'" - This is a standard error, ignore it!
"exec skill1.cfg file size larger than 1 MB!" Ignore.
"Can't use cheat command mp_forcespawnplayers in multiplayer, unless the server has sv_cheats set to 1." Even change sv_cheats to 1 or remove this CVar.
"Unknown command "mp_teststalemate" Remove the CVar from server.cfg
"exec: couldn't exec ctf_2fort.cf" - You're missing a g
Im not missing a g, I didn't copy and paste because Im running it on a other computer, its
"exec: couldn't exec ctf_2fort.cfg"
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
ohhhhhhhhhhhhhhhh okay...
Still a standard error then
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
realchamp Wrote:ohhhhhhhhhhhhhhhh okay...
Still a standard error then
So, the server should work now?
Btw, why does it stand port 27015 when I've put 27019 in the .bat startfile?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Yes it should work now
Did you add -port 27019?
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
01-31-2009, 09:23 PM
(This post was last modified: 01-31-2009, 09:28 PM by Timzorize.)
C:\Program\HLServer\orangebox\srcds.exe -console -game tf -hostport 27019 +maxplayers 24 +map ctf_2fort
So it should be -port 27019 instead of -hostport 27019?
Nice, -port 27019 worked!
How do I put a player password and a rcon password?
Btw: My skill1.cfg file is empty.
And one more thing: Now when I start it says:
Console initialized.
Game.dll loaded for "Team Fortress"
particles: Missing 'particles/error.pcf'
maxplayers set to 24
maxplayers set to 24
Network: IP 192.168.1.7, mode MP, dedicated Yes, ports 27019 SV / 27005 CL
exec skill1.cfg file size larger than 1 MB!
Executing deticated server config file
Can't use cheat command mp_forcespawnplayers in multiplayer, unless the server has sv_cheats set to 1.
Unknown command "mp_teststalemate"
exec: couldn't exec ctf_2fort.cfg
Adding master server 72.165.61.189:27011
Adding master server 68.142.72.250:27011
Connection to Steam servers successful.
VAC secure mode is activated.
Your server is out of date. Please update and restart.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
01-31-2009, 09:41 PM
(This post was last modified: 01-31-2009, 09:41 PM by realchamp.)
Player password is: sv_password "pw"
Now the pw is "pw"
RCon password is: rcon_password "5L5"
Now the pw is "5L5"
skill1.cfg - I think it's a standard bug, just ignore it!
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
01-31-2009, 09:47 PM
(This post was last modified: 01-31-2009, 09:47 PM by Timzorize.)
realchamp Wrote:Player password is: sv_password "pw"
Now the pw is "pw"
RCon password is: rcon_password "5L5"
Now the pw is "5L5"
skill1.cfg - I think it's a standard bug, just ignore it!
Btw, look at my last post, it says the server is not up to date. But if I click hldsupdatetool.exe it shows: "Checking bootstrapper version ..." and then the window disappears.
But when someone connects to my server they got an error:
Server uses different class tables
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
01-31-2009, 09:51 PM
(This post was last modified: 01-31-2009, 09:51 PM by realchamp.)
Try to use this: (Re updating)
Code:
C:/srcds/hldsupdatetool.exe -command update -game tf -verify_all
Just inplace your own directory.
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
01-31-2009, 09:55 PM
(This post was last modified: 01-31-2009, 09:55 PM by Timzorize.)
realchamp Wrote:Try to use this: (Re updating)
Code:
C:/srcds/hldsupdatetool.exe -command update -game tf -verify_all
Just inplace your own directory.
Nothing happens, justa cmd window thats popping up in 0.1 sec then down again.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
01-31-2009, 09:58 PM
(This post was last modified: 01-31-2009, 09:58 PM by realchamp.)
Did you insert your own directory?
Posts: 23
Threads: 1
Joined: Jan 2009
Reputation:
0
01-31-2009, 09:58 PM
(This post was last modified: 01-31-2009, 10:00 PM by Timzorize.)
realchamp Wrote:Did you insert your own directory?
Yes.
Now I turned server off and then clicked it, and now it works! Ty (Its installing right now I will come back with updates)
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Okay, good
|