From bb3e7cc37331bfafb8247badaad9a12e91172d3c Mon Sep 17 00:00:00 2001 From: darkjacky Date: Mon, 30 Mar 2015 19:46:04 +0200 Subject: [PATCH] gamemode before map It is possible to have maps in the gamemodes folder. in that case its a requirement for the game to know the gamemode is before it can change to a map. --- GarrysMod/gmodserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index f4513fe17..ec257b56f 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -32,7 +32,7 @@ ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server fn_parms(){ -parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} +host_workshop_collection ${workshopcollectionid} -authkey ${workshopauth} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +gamemode ${gamemode} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} +host_workshop_collection ${workshopcollectionid} -authkey ${workshopauth} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } #### Advanced Variables ####