SRCDS Steam group


Running srcds.exe
#1
hi im new and probably my 1st forum post (of all forums in the whole internet)
I wanted to make a server (CS:S)and im in the running the srcds.exe part
I tried making the shortcut of srcds or run it by cmd
(BY this c:\srcds\srcds.exe -console -game cstrike +map de_dust -maxplayers 16 -autoupdate)

and this what shows up in the cmd window:

Console Initialized
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 20
Network: IP 192.168.0.103, mode MP, dedicated Yes,port 27015 SV / 27005 CL
Executing dedicated server config file.......
(Then the cmd windows crashes)
I tried using the restart batch file but still crash please help me with this
Reply
#2
Post your server.cfg and also add this to the startup
Code:
+exec server.cfg
Reply
#3
// server name
hostname "Private Server #707"

// rcon passsword
rcon_password "123abc"

// Server password
sv_password "123abc"

// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 1
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65

// round specific cvars
mp_freezetime 4
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5

// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10

// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 2
bot_chatter off
bot_auto_follow 0
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 0
bot_allow_rogues 1
bot_walk 0
bot_join_team any
bot_eco_limit 0
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns 1

// operation
sv_lan 0
sv_region 4

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
(My Server.cfg)

(I tried adding "+exec server.cfg" at the Target Field didn't work,but when I put another server.cfg(Not made by me) and add that code,it worked)
Reply
#4
Some of those cvars are old and broken. Clean it up to only things you need and it should fix the problem.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
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.
Reply
#5
which are old and broken?
Reply
#6
I don't know off hand and it isn't throwing any errors.
Just start deleting things that you don't know what they do.

Maybe some of the bot commands.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
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.
Reply
#7
(03-23-2010, 11:40 PM)Mooga Wrote:  I don't know off hand and it isn't throwing any errors.
Just start deleting things that you don't know what they do.

Sad wow that is some of the worst advice i've ever seen, in regards to anything... and from a staff member of the site no less Sad
Reply
#8
You seriously are an ass people are trying to help you and you come back with Worst advice ever.
Reply
#9
More info pls...
what windows version you're using?
is there anything in the windows logfiles or in the srcds logfiles?

Change your rcon password now you post it here. Another tip: make different passwords for rcon and sv_password ...
Reply
#10
(05-18-2010, 11:55 AM)sdy284 Wrote:  
(03-23-2010, 11:40 PM)Mooga Wrote:  I don't know off hand and it isn't throwing any errors.
Just start deleting things that you don't know what they do.

Sad wow that is some of the worst advice i've ever seen, in regards to anything... and from a staff member of the site no less Sad

There are plenty of newer config files out there that you can use. I have not memorized all 500+ cvars. If I had a server up and running I would go through and test it, bit I currently don't have a system I can test on.

Also, I assume you are NOT running any plugins?
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
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.
Reply
#11
Since your new to setting up srcds servers, I'd go read this guide.
http://planethalflife.gamespy.com/View.php?view=HL2Guides.Detail&id=4&game=3

Code:
c:\srcds\srcds.exe -console -game cstrike -tickrate 66 -ip XXX.XXX.XXX.XXX -port 27015 -maxplayers 16 +map de_dust
You forgot to add -ip , -port, and also you don't need -autoupdate...I heard it only works if you have a linux system. For the ip, you need to put a static ip (ex. 208.77.188.166)...not your router ip (ex. 192.168.100.1) that you receive from connecting to router. For the -tickrate you can use values of 33, 66, or 100 depending on your connection. For the -port, I'd go with the default 27015 unless you prefer another port, but you should read the guide so that you don't pick ports that are already reserved for other purposes in running the server.

If you have any other plugins running, please list them out so we can better understand the problem.

Here's a topic of a server.cfg updated and maintained by a member (realchamp).
http://forums.srcds.com/viewtopic/8433
Earn Points, get Free Rewards with your Amazon Points!
Points2Shop

Reply
#12
Here is an idea, lets not raise a topic from the dead and by flaming Moogas comment...
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)