03-04-2016, 01:42 PM
Ok. So I am able to play in my server though the local connection and watch videos in the media player. I have it so sv_lan is 0 in server.cfg and I have my ports forwarded like crazy. My Stat.bat file is
@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 -game garrysmod +exec server.cfg +map (*My Map*) +maxplayers 27 -authkey (*mykey*) +host_workshop_collection (*My collection*) +gamemode sandbox
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds and my server.cfg file is
hostname "(*My server name*)"
sv_loadingurl "(*My Gmod loading site*)"
sv_region 255
sv_lan 0
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sv_noclipspeed 8
sv_noclipaccelerate 5
sv_unlag 1
sv_downloadurl "(*My Url*)"
sv_allowdownload 1
sv_allowupload 1
any help is well appreciated! Thanks
@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 -game garrysmod +exec server.cfg +map (*My Map*) +maxplayers 27 -authkey (*mykey*) +host_workshop_collection (*My collection*) +gamemode sandbox
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds and my server.cfg file is
hostname "(*My server name*)"
sv_loadingurl "(*My Gmod loading site*)"
sv_region 255
sv_lan 0
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sv_noclipspeed 8
sv_noclipaccelerate 5
sv_unlag 1
sv_downloadurl "(*My Url*)"
sv_allowdownload 1
sv_allowupload 1
any help is well appreciated! Thanks
Nathan Varner