I've been trying for countless days now on trying to run a Gmod dedicated server through srcds from my Home Desktop. I honestly have never done this before and in fact, have absolutely no clue what I'm doing.
I've looked through countless tutorials, only to have them fail me. Just as I was about to give up, I came across this forum. I'm hoping that I can get some help from this community, Instead of looking to Facepunch, who offered no help whatsoever. (Like you didn't see this coming.)
I've read about all of the setup things needed to do with getting all the proper materials and such in place. The one problem is with the fact that I don't know if srcds ran or not, I run the batch file that I have in place and all it does is run the exe, and then closes.
This is the batch file I've been using:
I am in desperate need of help. It would be greatly appreciated. Thanks for reading even if aren't going to respond.
Also, Don't point me to the thread about Running a Dedicated Server from Home. I've read it already.
I've looked through countless tutorials, only to have them fail me. Just as I was about to give up, I came across this forum. I'm hoping that I can get some help from this community, Instead of looking to Facepunch, who offered no help whatsoever. (Like you didn't see this coming.)
I've read about all of the setup things needed to do with getting all the proper materials and such in place. The one problem is with the fact that I don't know if srcds ran or not, I run the batch file that I have in place and all it does is run the exe, and then closes.
This is the batch file I've been using:
Code:
@echo off
cd c:\srcds
echo Starting game server.
srcds.exe -console -game garrysmod +map gm_construct +maxplayers 10
echo Started Garry's Mod Dedicated Server
I am in desperate need of help. It would be greatly appreciated. Thanks for reading even if aren't going to respond.
Also, Don't point me to the thread about Running a Dedicated Server from Home. I've read it already.