Browse Source

feat(ets2): add remote game config

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

8
lgsm/functions/install_config.sh

@ -444,6 +444,14 @@ elif [ "${shortname}" == "etl" ]; then
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "ets2" ]; then
gamedirname="EuroTruckSimulator2"
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}" == "fctr" ]; then
gamedirname="Factorio"
array_configs+=(server-settings.json)

Loading…
Cancel
Save