Skip to content

Commit

Permalink
feat(ut3): Update the UT3 archive to have OpenSpy fix (#4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 authored Sep 22, 2024
1 parent f5369ca commit 4446e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lgsm/config-default/config-lgsm/ut3server/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

Expand Down
6 changes: 3 additions & 3 deletions lgsm/modules/install_server_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4446e79

Please sign in to comment.