From adfa7d64acc2f07aa63185eefbf34c4cd2249ef7 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Sat, 13 May 2023 20:31:14 -0400 Subject: [PATCH] More work on Survive the Wild. Thanks Celtichawk for help with the instructions. --- audiogame-manager.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d19e524..a169036 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1159,7 +1159,7 @@ gameList=( "Super Egg Hunt" "Super Liam" "Super Mario Bros" - #"Survive the Wild" + "Survive the Wild" "Swamp" "Tactical Battle" "Technoshock" @@ -2831,12 +2831,17 @@ EOF ;; "Survive the Wild") export WINEARCH=win64 - export winVer="win7" + export winVer="win8" install_wine_bottle download "https://stw.samtupy.com/files/stw.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll" unzip -d "$WINEPREFIX/drive_c/Program Files/Survive the Wild" "${cache}/stw.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\Survive the Wild\stw.exe" + echo "When the game first launches, press enter to select English." + echo "Press alt+a to accept the license agreement." + echo "Press alt+a to accept the game rules." + echo "Press enter repeatedly until you hear the game logo." + alert ;; "Swamp") export version="7.7"