More work on Survive the Wild. Thanks Celtichawk for help with the instructions.
This commit is contained in:
parent
c8c1e62663
commit
adfa7d64ac
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user