Selaa lähdekoodia

Added Killing Floor 2

Daniel Gibbs 8 vuotta sitten
vanhempi
commit
c065d6d79f
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -342,6 +342,12 @@ elif [ "${gamename}" == "Killing Floor" ]; then
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars
+elif [ "${gamename}" == "Killing Floor 2" ]; then
+	gamedirname="KillingFloor2"
+	array_configs+=( LinuxServer-KFGame.ini LinuxServer-KFEngine.ini KFWeb.ini )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "Left 4 Dead" ]; then
 	gamedirname="Left4Dead"
 	array_configs+=( server.cfg )