From 800bd45ba39e2aec46c8a3b46c3d5190c3ba13c9 Mon Sep 17 00:00:00 2001 From: scott Date: Wed, 27 May 2020 08:07:22 +0900 Subject: [PATCH] recompiled openttd to include base set --- lgsm/functions/fix_openttd.sh | 2 +- lgsm/functions/install_server_files.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/fix_openttd.sh b/lgsm/functions/fix_openttd.sh index 59760eca8..df8846db3 100644 --- a/lgsm/functions/fix_openttd.sh +++ b/lgsm/functions/fix_openttd.sh @@ -8,4 +8,4 @@ local modulename="FIX" local commandaction="Fix" mkdir "${rootdir}/.openttd/baseset" -cp "${serverfiles}/graphics_sets/opengfx-0.6.0.tar" "${rootdir}/.openttd/baseset" \ No newline at end of file +cp "${serverfiles}/.openttd" "${rootdir}" \ No newline at end of file diff --git a/lgsm/functions/install_server_files.sh b/lgsm/functions/install_server_files.sh index 0bd30e222..c7961d36d 100644 --- a/lgsm/functions/install_server_files.sh +++ b/lgsm/functions/install_server_files.sh @@ -63,7 +63,7 @@ fn_install_server_files(){ remote_fileurl="http://linuxgsm.download/ZombieMasterReborn/zombie_master_reborn_b5_2.tar.xz"; local_filedir="${tmpdir}"; local_filename="zombie_master_reborn_b5_2.tar.xz"; chmodx="nochmodx" run="norun"; force="noforce"; md5="4b9b9832e863d03981a40c26065792a6" ### Temp file hosting of compiled OpenTTD for Ubuntu 20.04 web site has builds for Ubuntu 16.04,18.04; Debian Stretch,Buster elif [ "${shortname}" == "openttd" ]; then - remote_fileurl="https://downloads.zed.rip/openttd-1.10.1.tar.xz"; local_filedir="${tmpdir}"; local_filename="openttd-1.10.1.tar.xz"; chmodx="nochmodx"; run="norun"; force="noforce"; md5="9b484c18fb7e8cc873118d094dbd4a23" + remote_fileurl="https://downloads.zed.rip/openttd-1.10.1.zip"; local_filedir="${tmpdir}"; local_filename="openttd-1.10.1.zip"; chmodx="nochmodx"; run="norun"; force="noforce"; md5="d9ffb50c19165dcb7c4e669ed5277ecb" fi fn_fetch_file "${remote_fileurl}" "" "" "" "${local_filedir}" "${local_filename}" "${chmodx}" "${run}" "${forcedl}" "${md5}" fn_dl_extract "${local_filedir}" "${local_filename}" "${serverfiles}"