浏览代码

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.
Marvin Lehmann 11 年之前
父节点
当前提交
8173949a05
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Left4Dead/l4dserver

+ 2 - 2
Left4Dead/l4dserver

@@ -4,7 +4,7 @@
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Contributor: Summit Singh Thakur
 # Contributor: Summit Singh Thakur
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-# Version: 090515
+# Version: 260515
 
 
 #### Variables ####
 #### Variables ####
 
 
@@ -27,7 +27,7 @@ updateonstart="no"
 
 
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 fn_parms(){
 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 ####
 #### Advanced Variables ####