File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
config-default/config-lgsm Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ ip="0.0.0.0"
1313port =" 27015"
1414clientport =" 27005"
1515sourcetvport =" 27020"
16- defaultmap =" bastogne"
16+ defaultmap =" bastogne stronghold "
1717maxplayers =" 32"
1818tickrate =" 64"
19- workshop =" 0"
2019
2120# # Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2221fn_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 ####
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ port="27015"
1414maxplayers =" 20"
1515defaultmap =" 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)
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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=$?
You can’t perform that action at this time.
0 commit comments