Lets just start off by saying great forums! Learned a lot from here, search wise!
With that said, I am having issues getting my dedicated alien swarm server to show up in the server list. People can connect and join if added to their favorites.
Windows Firewall is DISABLED
Windows 7 Basic 32 Bit
2.00 GB RAM
2.6 GHz P4 Processor
Server Info: 98.233.246.70:27015 (external) | 192.168.1.104:27015 (internal)
Maxplayers 6
Ports Opened:
27015, 27005, 1200, 27020, 4380 TCP / UDP (BOTH)
27000 - 27015 TCP / UDP (BOTH)
27020 - 27050 TCP / UDP (BOTH)
192.168.1.104 is the pc that hosts the dedicated server. See my attached screenshots for proof...
As for my configs....
My Start up script
newmapsettings.cfg
Added setmaster commands because if I type setmaster in the console it says none. If I add it to my server.cfg and the map changes it loses the master servers. Dunno Why.
server.cfg (rcon section removed for security reasons)
With that said, I am having issues getting my dedicated alien swarm server to show up in the server list. People can connect and join if added to their favorites.
Windows Firewall is DISABLED
Windows 7 Basic 32 Bit
2.00 GB RAM
2.6 GHz P4 Processor
Server Info: 98.233.246.70:27015 (external) | 192.168.1.104:27015 (internal)
Maxplayers 6
Ports Opened:
27015, 27005, 1200, 27020, 4380 TCP / UDP (BOTH)
27000 - 27015 TCP / UDP (BOTH)
27020 - 27050 TCP / UDP (BOTH)
192.168.1.104 is the pc that hosts the dedicated server. See my attached screenshots for proof...
As for my configs....
My Start up script
Code:
@echo off
:swarm
echo (%DATE% %TIME%) Starting server...
start /wait srcds.exe -game swarm -maxplayers 6 +map lobby -lan 0 -console +exec server.cfg
goto swarm
newmapsettings.cfg
Added setmaster commands because if I type setmaster in the console it says none. If I add it to my server.cfg and the map changes it loses the master servers. Dunno Why.
Code:
mat_motion_blur_enabled 0
mat_grain_enable 1
mat_grain_scale_override 1.5
mat_local_contrast_enable 1
ai_no_steer 1
crosshair 1
r_flashlight_topdown 1
r_flashlightscissor 0
fx_glass_velocity_cap 600
cam_idealyaw 0
cam_idealpitch 90
cam_idealdist 412
fov_desired 75
c_maxpitch 360
c_maxdistance 1000
cl_retire_low_priority_lights 1
cl_interp_ratio 2
// this will allow your server to be listed in the server browser
setmaster add hl2master.steampowered.com
server.cfg (rcon section removed for security reasons)
Code:
// ***************
// GENERAL SETTINGS
// ***************
hostname "Alien Swarm Ninjas | MD, USA | #01" // Name of server
hostport 27015 // The port of the server (default is 27015)
sv_lan 0 // Change it to 1 if you want a LAN only Server
sv_region 0 // 0 - US East coast, 1 - US West coast, 255 - World
sv_contact "mcyhanick@gmail.com" // The contacts email address
sv_steamgroup XXXXXXXX
// ***************
// Advanced RCON
// ***************
sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// ***************
// SET RATES
// ***************
sv_maxrate 9999
sv_minrate 5000
sv_maxupdaterate 100
sv_minupdaterate 10
fps_max 500
sv_timeout 90
// ***************
// LOGGING
// ***************
log on
sv_logbans 1
sv_logecho 0
sv_logfile 1
sv_log_onefile 0
sv_logsdir "logs"
// ***************
// CHEATS & PAUSE
// ***************
sv_cheats 0 //Enable cheats || 1 = on 0 = off
sv_pausable 0 // disable clients' ability to pause the server
// ***************
// OTHER SETTINGS
// ***************
mp_chattime 5 // Amount of seconds players can chat after the game is over
sv_voiceenable 1 // VOICE disabled, if you want VOICE enabled then change 0 into 1
sv_consistency 0 // Enables users to pass certain conistency byass ceck (eg. Scope overaly) || 1 = on 0 = off
sv_alltalk 1 // Enables talking to Live people when Dead
echo ***************
echo ***************
echo SERVER.CFG LOADED
echo ***************
echo ***************
// ***************
// END OF FILE
// ***************