Skip to content

Commit 4446e79

Browse files
authored
feat(ut3): Update the UT3 archive to have OpenSpy fix (#4657)
1 parent f5369ca commit 4446e79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ usesstats="false"
2222
shouldadvertise="true"
2323
pureserver="1"
2424
allowjoininprogress="true"
25-
# Required: GameSpy Username and password
26-
# https://docs.linuxgsm.com/game-servers/unreal-tournament-3#server-gamespy-login
25+
# Required: OpenSpy Username and password
26+
# https://docs.linuxgsm.com/game-servers/unreal-tournament-3#server-openspy-login
2727
gsusername=""
2828
gspassword=""
2929

lgsm/modules/install_server_files.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ fn_install_server_files() {
193193
force="noforce"
194194
md5="41dd92015713a78211eaccf503b72393"
195195
elif [ "${shortname}" == "ut3" ]; then
196-
remote_fileurl="http://linuxgsm.download/UnrealTournament3/UT3-linux-server-2.1.tar.xz"
196+
remote_fileurl="http://linuxgsm.download/UnrealTournament3/UT3-linux-server-2.1-openspy.tar.xz"
197197
local_filedir="${tmpdir}"
198-
local_filename="UT3-linux-server-2.1.tar.xz"
198+
local_filename="UT3-linux-server-2.1-openspy.tar.xz"
199199
chmodx="nochmodx"
200200
run="norun"
201201
force="noforce"
202-
md5="8876cca61e3f83ea08db25208bde6ac6"
202+
md5="f60b745613a8676666eb6a2450cbdc8e"
203203
elif [ "${shortname}" == "vs" ]; then
204204
remote_fileurl="http://linuxgsm.download/VampireSlayer/vs_l-6.0_full.tar.xz"
205205
local_filedir="${tmpdir}"

0 commit comments

Comments
 (0)