Страница 1 от 1

Стартиращ скрипт (.bat) за HLDS

Публикувано на: 24 Окт 2016, 19:22
от 3agopka

Код за потвърждение: Избери целия код

    reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
@echo off
cls
echo Protecting HLDS from crashes...
echo If you want to close HLDS and this script, close the srcds window and type Y depending on your language followed by Enter.
title HLDS
:HLDS
echo (%time%) HLDS started.
start /wait hlds.exe -game cstrike -console -port 27015 +maxplayers 32 +map de_dust2
echo (%time%) WARNING: HLDS closed or crashed, restarting.
goto HLDS