Hello, I am new to this forum.
I have never played counter strike source before, and I do not got steam.
But my friends play it, and I wanted to set up a dedicated server for it. And I found this here.
I followed a tutorial typed here: http://www.srcds.com/db/engine.php?subaction=showfull&id=1097362093
Which seem to have been written in 2004, perhaps a bit out of date.
Currently using a windows server.
I have been using hldsupdatetool using commands like
hldsupdatetool -command update -game "Counter-Strike Source" -dir F:\srcds -verify_all
to verify that I got the latest version.
When I run the server i type start - run and write
F:\srcds\srcds.exe -console -game cstrike +map de_dust -maxplayers 12 -autoupdate
Here is the console dump:
I havent tested this yet, since I don't got CS source, but a friend will come over a bit later to try it out.
But the console shows errors.
banned_user.cfg it says it contains 20MB, but when I open it in notepad ++ its clean. And I guess I am missing ban configurations inside there.
(For some reason, I had to create my own server.cfg, autoexec.cfg, banned_user.cfg and banned_ip.cfg). Since it didn't come automatically by updating the game/downloading the server.
And I found an example of contents to write in inside server.cfg, so I just copy pasted that and modified the values inside there.
If the reason is that I am missing configurations on the banned .cfg files, could anyone give me examples of information to put inside there?
Also is it possible to solve this problem:
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Its just a special sprite that isn't added, does anybody got it already, I would be grateful if you could share it with me.
Also these lines worries me a bit:
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
Unknown command "/"
I am used to a very clean and pure console. Don't like errors.
I have never played counter strike source before, and I do not got steam.
But my friends play it, and I wanted to set up a dedicated server for it. And I found this here.
I followed a tutorial typed here: http://www.srcds.com/db/engine.php?subaction=showfull&id=1097362093
Which seem to have been written in 2004, perhaps a bit out of date.
Currently using a windows server.
I have been using hldsupdatetool using commands like
hldsupdatetool -command update -game "Counter-Strike Source" -dir F:\srcds -verify_all
to verify that I got the latest version.
When I run the server i type start - run and write
F:\srcds\srcds.exe -console -game cstrike +map de_dust -maxplayers 12 -autoupdate
Here is the console dump:
Code:
200.0 fps 0/12 on map de_dust
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 12
Network: IP 10.0.0.2, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
Unknown command "/"
Server logging enabled.
Server logging data to file logs\L0419004.log
L 04/19/2009 - 10:18:57: Log file started (file "logs\L0419004.log") (game "F:\s
rcds\cstrike") (version "3698")
L 04/19/2009 - 10:18:57: server_cvar: "sv_contact" "ask@me.com"
exec banned_user.cfg: file size larger than 20MB.
exec banned_ip.cfg: file size larger than 20MB.
L 04/19/2009 - 10:18:57: World triggered "Round_Start"
Adding master server 68.142.72.250:27011
Adding master server 69.28.140.246:27011
VAC secure mode is activated.
I havent tested this yet, since I don't got CS source, but a friend will come over a bit later to try it out.
But the console shows errors.
banned_user.cfg it says it contains 20MB, but when I open it in notepad ++ its clean. And I guess I am missing ban configurations inside there.
(For some reason, I had to create my own server.cfg, autoexec.cfg, banned_user.cfg and banned_ip.cfg). Since it didn't come automatically by updating the game/downloading the server.
And I found an example of contents to write in inside server.cfg, so I just copy pasted that and modified the values inside there.
If the reason is that I am missing configurations on the banned .cfg files, could anyone give me examples of information to put inside there?
Also is it possible to solve this problem:
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Its just a special sprite that isn't added, does anybody got it already, I would be grateful if you could share it with me.
Also these lines worries me a bit:
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
Unknown command "/"
I am used to a very clean and pure console. Don't like errors.