Skip to content

Commit d82ce50

Browse files
committed
Merge branch 'hotfix/19.10.2'
2 parents a8d3faf + 9cbe6e8 commit d82ce50

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

lgsm/config-default/config-lgsm/doiserver/_default.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ ip="0.0.0.0"
1313
port="27015"
1414
clientport="27005"
1515
sourcetvport="27020"
16-
defaultmap="bastogne"
16+
defaultmap="bastogne stronghold"
1717
maxplayers="32"
1818
tickrate="64"
19-
workshop="0"
2019

2120
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2221
fn_parms(){
23-
parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop}"
22+
parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} -workshop"
2423
}
2524

2625
#### LinuxGSM Settings ####

lgsm/config-default/config-lgsm/untserver/_default.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ port="27015"
1414
maxplayers="20"
1515
defaultmap="pei"
1616

17-
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login
18-
steamuser="username"
19-
steampass='password'
20-
2117
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2218

2319
# Parameters are changed in game.ini and engine.ini (Location: ${systemdir}/Saved/Config/LinuxServer)

lgsm/functions/install_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ elif [ "${shortname}" == "bt" ]; then
186186
fn_fetch_default_config
187187
fn_default_config_remote
188188
fn_set_config_vars
189-
elif [ "${shortname}" == "Battalion 1944" ]; then
189+
elif [ "${shortname}" == "bt1944" ]; then
190190
gamedirname="Battalion1944"
191191
fn_check_cfgdir
192192
array_configs+=( DefaultGame.ini )

lgsm/functions/install_server_files.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ fn_install_server_files_steamcmd(){
104104
if [ "${appid}" == "90" ]; then
105105
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} +quit
106106
local exitcode=$?
107-
elif [ "${shortname}" == "unt" ]; then
108-
${unbuffer} ./steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} validate +quit
109-
local exitcode=$?
110107
else
111108
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} +quit
112109
local exitcode=$?

0 commit comments

Comments
 (0)