03-21-2013, 07:13 AM
(This post was last modified: 03-21-2013, 07:15 AM by deltalima1.)
So I wanted to create a GMod server using the gamemode Trouble in Terrorist Town. So I followed these tutorials:
And it's the TTT part of it:
I did everything it told me to do. Everything appears fine, even when I start up the server.
The problem is when I join the server to test it. GMod says "parsing game info..." above the loading bar when trying to join. And when I minimize GMod, I am presented with SRCDS not working
I wonder if there is a problem with the port forwarding, but I don't think thats it because I'm on the LAN so I shouldn't need the port forwarding but here it is anyway:
Here is what I put in the start.bat:
If needed, my Public IP: 208.107.222.207
If you know the problem, please, please let me know!
And it's the TTT part of it:
I did everything it told me to do. Everything appears fine, even when I start up the server.
The problem is when I join the server to test it. GMod says "parsing game info..." above the loading bar when trying to join. And when I minimize GMod, I am presented with SRCDS not working
I wonder if there is a problem with the port forwarding, but I don't think thats it because I'm on the LAN so I shouldn't need the port forwarding but here it is anyway:
Here is what I put in the start.bat:
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 -console -game garrysmod +map ttt_rooftops_a2_f1 +maxplayers 20 +gamemode terrortown
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
If needed, my Public IP: 208.107.222.207
If you know the problem, please, please let me know!