Right way run dedicated server from Steam/Tools/ [OrangeBox]
Right way start Source Multiplayer Dedicated Server from Steam/Tools
Problem with this Steam/Tools dedicated server is you get kicked when try join server in sv_lan 0 modesteam validation rejected
- One reason is, server missing steam_appid.txt file with right game ID.
- When you run server from through Steam program Tools page, it will skip reading steam_appid.txt file and starting wrong game ID
@echo off cls :srcds echo 240> steam_appid.txt start /wait srcds.exe -steam -console -game cstrike +map de_dust2 -maxplayers 16 goto srcdsThis works on OrangeBox games, what are HL2:DM, DOD:S, CS:S and TF2. Look video, sry for bad english.


