More work on Survive the Wild. Thanks Celtichawk for help with the instructions.

This commit is contained in:
stormdragon2976 2023-05-13 20:31:14 -04:00
parent c8c1e62663
commit adfa7d64ac

View File

@ -1159,7 +1159,7 @@ gameList=(
"Super Egg Hunt" "Super Egg Hunt"
"Super Liam" "Super Liam"
"Super Mario Bros" "Super Mario Bros"
#"Survive the Wild" "Survive the Wild"
"Swamp" "Swamp"
"Tactical Battle" "Tactical Battle"
"Technoshock" "Technoshock"
@ -2831,12 +2831,17 @@ EOF
;; ;;
"Survive the Wild") "Survive the Wild")
export WINEARCH=win64 export WINEARCH=win64
export winVer="win7" export winVer="win8"
install_wine_bottle 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" 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" 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" "{}" \; find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
add_launcher "c:\Program Files\Survive the Wild\stw.exe" 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") "Swamp")
export version="7.7" export version="7.7"