03-09-2009, 06:49 PM
Ok i have set up a Garrys Mod dedicated server in windows server 2003 following this tutorial http://wiki.garrysmod.com/wiki/?title=Dedicated_Server_Setup that every one seems to recommend and it all seem to go fine...
But i can not get it to show up under the LAN tab on G MOD.
I how ever can see it when I go to the "Favorites" tab and go to "add server" and type in my LAN IP of my server and click "show games on server" Like so...
![[Image: Fav_list.jpg]](http://comhiway.com/quick_file/Fav_list.jpg)
My CMD on my server looks like so
![[Image: server_console.jpg]](http://comhiway.com/quick_file/server_console.jpg)
I use the following code in a .bat file
I read some where that i should add "+lan_1" in the line but it still did not work with or without it.
I have set up a Team fortress 2 server in a very similar way and using this code in a .bat file
and it worked and operated fine using the same port (27015) (note: I am not running both Gmod and TF@ at the same time)
Can any one please help, if there is any other infomation needed just ask.
Thank you, Maurice.
But i can not get it to show up under the LAN tab on G MOD.
I how ever can see it when I go to the "Favorites" tab and go to "add server" and type in my LAN IP of my server and click "show games on server" Like so...
![[Image: Fav_list.jpg]](http://comhiway.com/quick_file/Fav_list.jpg)
My CMD on my server looks like so
![[Image: server_console.jpg]](http://comhiway.com/quick_file/server_console.jpg)
I use the following code in a .bat file
Code:
cd\
c:\srcds\orangebox\srcds.exe -console -game garrysmod -hostport 27015 +maxplayers 10 +map gm_construct
I have set up a Team fortress 2 server in a very similar way and using this code in a .bat file
Code:
cd\
c:\srcds\orangebox\srcds.exe -console -game tf -hostport 27015 +maxplayers 24 +map ctf_2fort
Can any one please help, if there is any other infomation needed just ask.
Thank you, Maurice.