Browse Source

feat(ut3): Update the UT3 archive to have OpenSpy fix (#4657)

pull/4658/head
Daniel Gibbs 6 months ago
committed by GitHub
parent
commit
4446e79d78
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      lgsm/config-default/config-lgsm/ut3server/_default.cfg
  2. 6
      lgsm/modules/install_server_files.sh

4
lgsm/config-default/config-lgsm/ut3server/_default.cfg

@ -22,8 +22,8 @@ usesstats="false"
shouldadvertise="true"
pureserver="1"
allowjoininprogress="true"
# Required: GameSpy Username and password
# https://docs.linuxgsm.com/game-servers/unreal-tournament-3#server-gamespy-login
# Required: OpenSpy Username and password
# https://docs.linuxgsm.com/game-servers/unreal-tournament-3#server-openspy-login
gsusername=""
gspassword=""

6
lgsm/modules/install_server_files.sh

@ -193,13 +193,13 @@ fn_install_server_files() {
force="noforce"
md5="41dd92015713a78211eaccf503b72393"
elif [ "${shortname}" == "ut3" ]; then
remote_fileurl="http://linuxgsm.download/UnrealTournament3/UT3-linux-server-2.1.tar.xz"
remote_fileurl="http://linuxgsm.download/UnrealTournament3/UT3-linux-server-2.1-openspy.tar.xz"
local_filedir="${tmpdir}"
local_filename="UT3-linux-server-2.1.tar.xz"
local_filename="UT3-linux-server-2.1-openspy.tar.xz"
chmodx="nochmodx"
run="norun"
force="noforce"
md5="8876cca61e3f83ea08db25208bde6ac6"
md5="f60b745613a8676666eb6a2450cbdc8e"
elif [ "${shortname}" == "vs" ]; then
remote_fileurl="http://linuxgsm.download/VampireSlayer/vs_l-6.0_full.tar.xz"
local_filedir="${tmpdir}"

Loading…
Cancel
Save