Posts: 7
Threads: 1
Joined: Feb 2008
Reputation:
0
Hello everyone,
I am attempting to start a LAN server for a my LAN Party on a Windows XP Pro machine and im getting an error message only when i start CSS dedicated server the others work fine.
The problem Says something like
Mount File System (241) No Steam Content Servers available.
Just wondering if anyone knows the solution
Also what do you think my max server ability is with like multiple servers of CSS SOF2 Quake 3 etc like for example a 8 slot of each
2.66GHZ P4
and 512Mb OF Ram
Thanks
Sawyer
Posts: 7
Threads: 1
Joined: Feb 2008
Reputation:
0
// server name
hostname "n00bapalooza CSS Server"
// rcon passsword
rcon_password "monkeys123"
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
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 6
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 100
sv_minupdaterate 20
// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 1
sv_region 0
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
There should be a line you can add to disable dynamic pricing, that needs to be added. Also add -insecure to your boot-up command.
~ 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: 7
Threads: 1
Joined: Feb 2008
Reputation:
0
I have tried both of your things by one adding
"mp_dynamicpricing 0 and sv_dynamicpricing 0"
Also this is my target line for SRCDS
"C:\Program Files\Steam\Steam.exe" -applaunch 205 -exec server.cfg -insecure"
Any thoughts?
Also any thoughts on how my server will hold up with 3 8 man servers(CSS, SOF2, Quake 3) for a lan party
Thanks
Posts: 7
Threads: 1
Joined: Feb 2008
Reputation:
0
Im sorry to bump again but ive tried reinstalling and everything. My LAN Party is coming up soon and im really trying to solve this problem any help?
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
mp_dynamicpricing does NOT exist anymore, it's disabled by default.
Also:
1. Do not play and host on the same machine! On LAN parties you will notice real lag problems (usually over the internet first problem is the outgoing bandwidth).
2. Never use the steam dedicated server, use the standalone console version.
Posts: 7
Threads: 1
Joined: Feb 2008
Reputation:
0
Where can i get the console version?
Posts: 1,382
Threads: 143
Joined: Jan 2007
Reputation:
7
type -console into your startup line. also add -game cstrike to it also
Ryan White
Owner & CEO
GigabiteServers.com
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
srcds.exe -console -game cstrike +map MAPNAME
there are more commands that you can add but that's the basics.
~ 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.