Просмотр исходного кода

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 лет назад
Родитель
Сommit
8173949a05
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Left4Dead/l4dserver

+ 2 - 2
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 ####