Browse Source

feat(ats): add remote game config

pull/4105/head
Marcin Jakubowski 3 years ago
parent
commit
6501071358
  1. 8
      lgsm/functions/install_config.sh

8
lgsm/functions/install_config.sh

@ -210,6 +210,14 @@ elif [ "${shortname}" == "armar" ]; then
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "ats" ]; then
gamedirname="AmericanTruckSimulator"
fn_check_cfgdir
array_configs+=(server_config.sii)
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "bo" ]; then
gamedirname="BallisticOverkill"
array_configs+=(config.txt)

Loading…
Cancel
Save