01-28-2021, 10:29 AM
(This post was last modified: 01-29-2021, 04:35 AM by TheGmodMan.)
So I was running a gmod server for my friends, and it all worked well. I stopped running it and upgraded my pc. After I upgrade it stopped showing up on the server list, they can no longer join it. It also does not pop up in the server browser like it used too. Any ideas why it's not working?
Server OS: Windows 10 Pro
Processor: Ryzen 5 3600, 6 cores, 3.60 ghz.
Ram: 32 gb
Game: Garry's Mod
Start Up Command:
@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 langange followed by enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 6 +gamemode sandbox +sv_setsteamaccount (not putting it here)
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Admin Mods: just ulx
Server OS: Windows 10 Pro
Processor: Ryzen 5 3600, 6 cores, 3.60 ghz.
Ram: 32 gb
Game: Garry's Mod
Start Up Command:
@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 langange followed by enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 6 +gamemode sandbox +sv_setsteamaccount (not putting it here)
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Admin Mods: just ulx