4
0
Эх сурвалжийг харах

Added Just Cause 3 config

Daniel Gibbs 8 жил өмнө
parent
commit
d95a66ec51

+ 6 - 0
lgsm/functions/install_config.sh

@@ -336,6 +336,12 @@ elif [ "${gamename}" == "Just Cause 2" ]; then
 	fn_fetch_default_config
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_default_config_remote
 	fn_set_config_vars
 	fn_set_config_vars
+elif [ "${gamename}" == "Just Cause 3" ]; then
+	gamedirname="JustCause3"
+	array_configs+=( config.json )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "Killing Floor" ]; then
 elif [ "${gamename}" == "Killing Floor" ]; then
 	gamedirname="KillingFloor"
 	gamedirname="KillingFloor"
 	array_configs+=( Default.ini )
 	array_configs+=( Default.ini )