Revert "Updated Future Life installer, now using .exe file from latest working download link." That link is broken and doesn't provide sounds.

This reverts commit aa61ba630b.
This commit is contained in:
Storm Dragon 2022-01-13 14:36:07 -05:00
parent aa61ba630b
commit d8bb8ce766

View File

@ -1718,9 +1718,10 @@ case "${game}" in
"Future Life")
export winVer="win7"
install_wine_bottle speechsdk
download "http://breaker-originals.tk/future_life/future_life.exe"
mkdir -p "$WINEPREFIX/drive_c/Program Files/Future Life"
cp "${cache}/future_life.exe" "$WINEPREFIX/drive_c/Program Files/Future Life"
download "http://teknolojihakkindahersey.net/future_life.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip"
chmod +w "$WINEPREFIX/drive_c/Program Files/Future Life"
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
add_launcher "c:\Program Files\Future Life\future_life.exe"
;;
"GMA Tank Commander")