I've done all the searching possible and cannot find the solution to my problem.
I cannot connect to my own server. I think its a server.cfg problem? Maybe even a command line in the shortcut?
-Ports are open
-Its all updated
-I've tried both IP's public and "192"
My shortcut
"F:\Program Files (x86)\SteamLibrary\SteamApps\common\GarrysModDS\srcds.exe" -console +host_workshop_collection ###### -authkey #######
My config has
hostname "servername"
sv_lan "0"
If you can't connect to it through a local IP, that means it's a firewall issue.
Do I still need to allow programs through even though it is off completely?
EDIT:
Just added srcds and hl2 no dice :(
[editline]6th November 2013[/editline]
[url]https://www.dropbox.com/s/firrcxydfp7l150/fdsafdsa.jpg[/url]
Does this have anything to do with my problem?
[editline]7th November 2013[/editline]
Found out some more, If I use SRCDS without the console it works, so it must be within my command line, do I need to add anything more to it? I tried to add +ip ####### and +port #### but it won't have that.
Create a batch file called "launch.bat" inside [B]F:\Program Files (x86)\SteamLibrary\SteamApps\common\GarrysModDS\[/B] and put this line into it:
[CODE]
srcds.exe -console -game garrysmod +map gm_construct -port 27015 +maxplayers 24 +host_workshop_collection ###### -authkey #######
[/CODE]
After that, launch the launch.bat file and see if it works.
Thanks man, that solved my issue!
Much appreciated.
Sorry, you need to Log In to post a reply to this thread.