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

This commit is contained in:
Daniel Gibbs 2024-09-22 21:58:44 +01:00 committed by GitHub
parent f5369ca901
commit 4446e79d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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=""

View File

@ -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}"