• TTT server HELP
    3 replies, posted
Ok so I have set up a GMod server on my computer, people can connect to it, i have ULX installed fine, but atm the only thing I can do is sandbox on gm_constuct or flatgrass.. I run it from a .bat file on my computer (no wishy washy "server company" just my 2nd computer and garrysmod) and I don't really know how to add new maps or change the game mode from sandbox to ttt. Although I do know the config file you need for ttt. Also is there a certain thread or website where I can get maps?
Bad choice in hosting (Makes you hackable/DDos for days = no home internet). To fix your problem add this to your .bat +gamemode terrortown
[QUOTE=pa1nq3;38583143]Bad choice in hosting (Makes you hackable/DDos for days = no home internet). To fix your problem add this to your .bat +gamemode terrortown[/QUOTE] oh its +gamemode terrortown because ive been using +sv_gamemode terrortown but il go try that but anyway il post the .bat file here so you can see if i have anything else bad c:\HLserver\orangebox\srcds.exe -console -game garrysmod -port 27015 +maxplayers 24 +map ttt_67thway_v3 +sv_gamemode terrortown //this is going to be changed to +gamemode terrortown +sv_defaultgamemode sandbox
[QUOTE=JBotNinja;38608946]oh its +gamemode terrortown because ive been using +sv_gamemode terrortown but il go try that but anyway il post the .bat file here so you can see if i have anything else bad c:\HLserver\orangebox\srcds.exe -console -game garrysmod -port 27015 +maxplayers 24 +map ttt_67thway_v3 +sv_gamemode terrortown //this is going to be changed to +gamemode terrortown +sv_defaultgamemode sandbox[/QUOTE] Try this.. [code]@echo off cd c:\srcds/orangebox echo Starting game server. echo Beginning "Garry's Mod" srcds.exe -console -game garrysmod +map cs_office +maxplayers 10 +gamemode terrortown echo "Garry's Mod" has now started.[/code]
Sorry, you need to Log In to post a reply to this thread.