View Single Post
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 03-26-2023 , 00:18   Re: Can't launch my server not for lan
Reply With Quote #4

Quote:
Originally Posted by anigpon2019 View Post
My startup command:

@echo off
cls
echo Protecting srcds from crashes...
title srcds
:srcds
echo (%time%) srcds started.
start /wait /high srcds.exe -console -nobreakpad -game tf -tickrate 66 +secure +maxplayers 24 -port 27015 +map ctf_2fort +sv_lan 0 -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting....
goto srcds
For testing purposes try using this startup command:
PHP Code:
start srcds.exe -game tf -console +maxplayers 24 +map ctf_2fort 
PC Gamer is offline