mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-07 03:26:50 +08:00
feat(ut3): Update the UT3 archive to have OpenSpy fix (#4657)
This commit is contained in:
parent
f5369ca901
commit
4446e79d78
@ -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=""
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user