• gmstraned help
    1 replies, posted
I have have uploaded it to game servers on my server. and got a map, but cant get it working. this is the command line: -console -nocrashdialog -game garrysmod +ip 69.162.91.62 -port 27015 +maxplayers 10 +map gms_rollinghills +exec server.cfg +sv_defaultgamemode GMStranded +r_hunkalloclightmaps 0 -condebug -tickrate 66 Is that right?
Just make a batch file... [code] cd C:\whatever srcds.exe -console -nocrashdialog -game garrysmod -port 27015 +maxplayers 10 +map gms_rollinghills +sv_defaultgamemode "GMStranded" +r_hunkalloclightmaps 0 -condebug -tickrate 66 [/code] Notice how I fixed a lot of things, including gamemode in quotes, and removing the IP and server.cfg exec. You don't need the IP unless the box has more than one bound, server.cfg is always executed. Almost certain that's the batch file script I use... Post back if it won't work.
Sorry, you need to Log In to post a reply to this thread.