From 8173949a059b7df029b29c632e3cc8e20e08b312 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Tue, 26 May 2015 16:18:21 +0200 Subject: [PATCH] Fixed 'Unknown command "servercfgfile"' Left 4 Dead 1 doesn't support this command. To run multiple server with different configs you have to use -fork and a few other parameters. --- Left4Dead/l4dserver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index 80eec42ab..df71a4692 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -4,7 +4,7 @@ # Author: Daniel Gibbs # Contributor: Summit Singh Thakur # Website: http://gameservermanagers.com -# Version: 090515 +# Version: 260515 #### Variables #### @@ -27,7 +27,7 @@ updateonstart="no" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server fn_parms(){ -parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -tickrate ${tickrate} +map ${defaultmap} -maxplayers ${maxplayers}" } #### Advanced Variables ####