Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 27, 2023
1 parent 54ed584 commit be12852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/q4server/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steampass='password'
port="28004"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set net_serverDedicated 1 +set net_port ${port} -exec ${servercfg}"
startparameters="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set net_port ${port} -exec ${servercfg}"

#### LinuxGSM Settings ####

Expand Down
6 changes: 6 additions & 0 deletions lgsm/modules/install_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,12 @@ elif [ "${shortname}" == "q2" ]; then
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "q3" ]; then
array_configs+=(server.cfg)
fn_fetch_default_configs
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "q4" ]; then
array_configs+=(server.cfg)
fn_fetch_default_config
fn_default_config_remote
Expand Down

0 comments on commit be12852

Please sign in to comment.