From 8eb6603fb536956a71cd4599eec4723a310172e0 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Fri, 6 Jan 2023 21:57:20 -0500 Subject: [PATCH] Updated Fantasy Story 2 to the latest version, 2.7. --- linux-game-manager.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 63a27c0..2eee646 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -594,10 +594,10 @@ case "${game}" in ;; "Fantasy Story II") check_architecture x86_64 - get_installer "FS2_2.6_Linux.zip" "https://drive.google.com/file/d/187OaD1HhPoty85yJafZyvfqD5_G3P04c/view?usp=sharing" - unzip -d "${installPath}" "${cache}/FS2_2.6_Linux.zip" - chmod +x "${installPath}/FS2_2.6_Linux/FS2.x86_64" - add_launcher "${installPath}/FS2_2.6_Linux/FS2.x86_64" "-ESpeakApplication=espeak-ng" + get_installer "FS2_2.7_Linux.zip" "https://drive.google.com/file/d/1BJIxImKWEkT6pQ-MCcWvXXCAjjkYB7RG/view?usp=sharing" + unzip -d "${installPath}" "${cache}/FS2_2.7_Linux.zip" + chmod +x "${installPath}/FS2_2.7_Linux/fs2.x86_64" + add_launcher "${installPath}/FS2_2.7_Linux/fs2.x86_64" "-ESpeakApplication=espeak-ng" ;; "Freedoom") doomPath="$(find /usr/share -type d -name "doom" 2> /dev/null)"