Browse Source

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.
pull/406/head
Marvin Lehmann 10 years ago
parent
commit
8173949a05
  1. 4
      Left4Dead/l4dserver

4
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 ####

Loading…
Cancel
Save