• Steam garrys mod dedicated server
    4 replies, posted
I have hldsupdatetool (downloaded server) C:\srcds I'm having troubles trying to launch the server... I want it to launch with the Steam Dedicated Server tool but google won't help me :(
You can try this. Make a text file and paste the following into it, rename it into whatever_you_want.bat, put it in the same folder as srcds.exe, and try to use that to start it. Running it via console is a much better way to do it. @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 -console -nocrashdialog -nohltv -game garrysmod -port 27015 -maxplayers 16 +map gm_flatgrass echo (%time%) WARNING: srcds closed or crashed, restarting. goto srcds
And veers it's +hostport
[QUOTE=Profanwolf;21215263]And veers it's +hostport[/QUOTE] No it's not
[QUOTE=compwhizii;21216573]No it's not[/QUOTE] Right, they both work though. [editline]12:08AM[/editline] Just being stupid :v:
Sorry, you need to Log In to post a reply to this thread.