Варианта 2. Пробуем
1) В дериктори "\Steam\steamapps\*name*\dedicated server"
Создаем файл: steam_appid.txt в нем пишем "70" сейвим,
2) Его надо добавить в START.bat :
Quote
@echo off
cls
title StartUp
:hlds
echo (%time%) HLDS Started...
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
start /wait /high hlds.exe -autoupdate -console -game cstrike -insecure -master -noipx +map de_dust2 +maxplayers 32 +port 27015
echo n| goto hlds
echo (%time%) HLDS Crashed, restarting...
goto hlds