|
@ -450,6 +450,12 @@ elif [ "${gamename}" == "Serious Sam 3: BFE" ]; 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}" == "Squad" ]; then |
|
|
|
|
|
gamedirname="Squad" |
|
|
|
|
|
array_configs+=( server.cfg ) |
|
|
|
|
|
fn_fetch_default_config |
|
|
|
|
|
fn_default_config_remote |
|
|
|
|
|
fn_set_config_vars |
|
|
elif [ "${gamename}" == "Starbound" ]; then |
|
|
elif [ "${gamename}" == "Starbound" ]; then |
|
|
gamedirname="Starbound" |
|
|
gamedirname="Starbound" |
|
|
array_configs+=( starbound_server.config ) |
|
|
array_configs+=( starbound_server.config ) |
|
|