WarServers Rich Posted January 26, 2012 Share Posted January 26, 2012 Hi, I am having problems running a garrys mod server, i can run any other steam base games fine but the garrys mod server just don't respond. I have a GM folder in \GameInstalls\GM HldsUpdateTool is up to date and i am running the command from a saved .bat flie. hldsupdatetool -command update -game "garrysmod" -dir f:\GameInstalls\GM It downloads all the files fine, HLDS installation up to date I got the Garry mod configs from here http://208.77.144.55/downloads/TCAdminConfigs/ and import it. Relative Executable: /orangebox/srcds.exe Relative Working Directory: /orangebox/ Relative User Files Directory: /orangebox/ Game Files Folder Name: GM Game Compatibility: HalfLife2 Default Command Line: -console -game garrysmod +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg +map gm_construct But when i install a garrys mod server it says its running in tcadmin but the server don't respond, i checked the game server files and they are installed in the right places and i ran steam updates in tcadmin and its up to date but still dont respond. Pls help, any ideas. Thanks Link to comment Share on other sites More sharing options...
icekohl Posted January 27, 2012 Share Posted January 27, 2012 Put dbl quotes around the map name in cmd line. Link to comment Share on other sites More sharing options...
ECF Posted January 27, 2012 Share Posted January 27, 2012 Put dbl quotes around the map name in cmd line. Like so? -console -game "garrysmod" +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg +map gm_construct Link to comment Share on other sites More sharing options...
icekohl Posted January 27, 2012 Share Posted January 27, 2012 map name not game name Looking at it again that may not fix the issue but this is what I have for a working V2 cmd line (also shows quotes around cfg) dunno, it works, lol Default -console -game garrysmod -nohltv -condebug +maxplayers $[service.Slots] +ip $[service.IpAddress] -port $[service.GamePort] +exec "server.cfg" +map "gm_flatgrass" ![FpsMax] Advanced -console -game garrysmod -nohltv -condebug +maxplayers $[service.Slots] +ip $[service.IpAddress] -port $[service.GamePort] ![ConfigFile] ![insecure] ![startupMap] ![FpsMax] Link to comment Share on other sites More sharing options...
Lane Posted January 27, 2012 Share Posted January 27, 2012 Putting the map name in quotes will make no difference, only need quotes when a variable is two words. Either you game config or game install files are incorrect. Use a batch file, fire up the server and see what error it is throwing...if it doesn't start at all you have install file issues. Link to comment Share on other sites More sharing options...
WarServers Rich Posted January 28, 2012 Author Share Posted January 28, 2012 hI Turns out that i was only installing private server to get thing setup and the private command line is not right in, Garry mod 10 configs from here http://208.77.144.55/downloads/TCAdminConfigs/ It needs to be change to the same as the Default Command Line: -console -game garrysmod +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg +map gm_construct Thanks for helping out Rich Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.