|
@ -130,7 +130,7 @@ if [ "${gamename}" == "7 Days To Die" ]; 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}" == "ARK: Survivial Evolved" ]; then |
|
|
elif [ "${gamename}" == "ARK: Survival Evolved" ]; then |
|
|
gamedirname="ARKSurvivalEvolved" |
|
|
gamedirname="ARKSurvivalEvolved" |
|
|
fn_check_cfgdir |
|
|
fn_check_cfgdir |
|
|
array_configs+=( GameUserSettings.ini ) |
|
|
array_configs+=( GameUserSettings.ini ) |
|
|