View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-28-2011 , 16:28   Re: SRCDS Admin - Version 1 released!
Reply With Quote #2

Looks great... not work for me. OS Windows 7
It show srcds console window and disapear immediatelly.
- I even disable all mods ...addons/ folder
- remove autoexec.cfg, server.cfg and map configs
Here crap SRCDS Admin ini file.

PHP Code:
[Settings]
HLDSUpdateToolLocation=F:\Valve\HLServer\HldsUpdateTool.exe
StartOnWindowsStartup
=False
StartAllServersOnStartup
=False
StartAsWindowsService
=False
UpdateServersAutomatically
=False
[Server1]
ServerName=Testing
SRCDSLocation
=F:\srcds\Counter-Strike Source\orangebox\srcds.exe
Game
=Counter-StrikeSource
Port
=27015
Map
=de_dust2
NumberOfPlayers
=10
Secure
=True
Cheats
=False
UpdateTime
=2:00:00 
Good old batch file still rocks!
But still not help when get popup-error on screen. Not even this SRCDS Admin

Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -game cstrike -console +maxplayers 10 +map de_dust2
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds

Last edited by Bacardi; 04-28-2011 at 16:58.
Bacardi is offline