I've been trying for hours to get a simple SH private server going. It's running off my server box which is on a small LAN behind my router.- I can connect to the server over LAN.
- I've tried completely disabling Windows firewall, which is the only firewall that's ever been on my server.
- I've forwarded 27000-27999 TCP and UDP through my router.
- Source dedicated server, which apparently uses the same server query protocol as SH, works fine.
- I've gotten a registration key.
- The "IP Address" option is set to my LAN IP.
- The port is 27015. I found that if it was something else like 28015, even I couldn't connect to it. Bug?
- Does not show up in the server list, even with server_browser_default_filters set to false. I see some other entries in there under my IP but with completely arbitrary ports like 49216, 64387, etc.
- If 3rd parties try to connect to my server directly by adding it to steam favorites and setting server_browser_default_filters set to false, they see a 2000 ping entry which fails to connect if they click on it.
- I've verified, using process explorer, that the only ports it's opening are UDP 27015, UDP 27016, and UDP 27017.
- Even if I run it with steam to get rid of the error messages it still doesn't work.
Console output:
Code:
Verifying server registration key.
Statistics will be collected by Shattered Horizon Stats Server.
Server started.
Failed to load Steam ServiceBOpenService failedServiceStart: failed to startLeve
l loaded: eva/levels/flipside.evagamestore
Adding master server 216.207.205.98:27011
Adding master server 72.165.61.153:27015
Code:
Verifying server registration key.
Statistics will be collected by Shattered Horizon Stats Server.
Steam client is present.
Server started.
ServiceStart: started as local thread
Level loaded: eva/levels/flipside.evagamestore
Config file:
Code:
// This file was generated by sh_server_gui.exe.
// Please prefer editing with the GUI.
ip_address "192.168.1.170"
port 27015
bandwidth_limit_kbps 1024
server_mode "public_server"
server_name "--removed--"
server_message "--removed--"
server_graphic_url "--removed--"
server_info_url "--removed--"
server_password "--removed--"
admin_password "--removed--"
max_players 8
friendly_fire false
autobalance true
anticheat true
no_damage_mode false
melee_mode false
anticheat_ban_time 600
server_point_limit_min 0
server_point_limit_max 0
teamkill_kick_threshold 0.5
teamkill_ban_time 600
ping_kick_threshold 500
afk_kick_time 0
team_selection_screen_time 20
round_end_screen_time 8
match_summary_screen_time 30
server_registration_key "--removed--"
level_cycle
{
level
{
level_file flipside.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file iss.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file moondust.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file belt.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file searchlight.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file ten_star.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file slingshot.evagamestore
game_mode skirmish
round_time_limit 12
}
level
{
level_file deadeye.evagamestore
game_mode skirmish
round_time_limit 12
}
}