11-18-2009, 05:58 AM
BASIC INFO
Server OS: CentOS 5.4
Processor: 2 * Amd opteron 250, 1 core per cpu 2,4Ghz
Ram: 4 Gb
Game(s): Counterstrike:source
Start Up Command: srcds_run -console -game cstrike -insecure -port 27040 -nomaster +ip 192.168.1.11 +map de_dust +maxplayers 16 -autoupdate
Admin Mods: SourceMod
My LAN server isn't showing in the Steam browser, it's visible in other software for example "HLSW" and i can use the console to connect to it but it does'nt show in the browser. I have searched for this issue but i haven't found a solution on any forum. i need the +ip for HLSW to work with rcon and the -nomaster since the LAN the server is running on does´nt have an internet connection.
Does anyone have an solution? i want the server to be visible in the browser.
Server OS: CentOS 5.4
Processor: 2 * Amd opteron 250, 1 core per cpu 2,4Ghz
Ram: 4 Gb
Game(s): Counterstrike:source
Start Up Command: srcds_run -console -game cstrike -insecure -port 27040 -nomaster +ip 192.168.1.11 +map de_dust +maxplayers 16 -autoupdate
Admin Mods: SourceMod
My LAN server isn't showing in the Steam browser, it's visible in other software for example "HLSW" and i can use the console to connect to it but it does'nt show in the browser. I have searched for this issue but i haven't found a solution on any forum. i need the +ip for HLSW to work with rcon and the -nomaster since the LAN the server is running on does´nt have an internet connection.
Does anyone have an solution? i want the server to be visible in the browser.
Code:
// server name
hostname "ScoutLAN - Why so serious?"
// rcon passsword
rcon_password "password"
// server cvars
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 1
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 1
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
dsv_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 2400
mp_c4timer 30
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 on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 0
bot_quota_mode normal
bot_difficulty 1
bot_chatter normal
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 0
bot_prefix "[bot]"
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
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 1