From 03124451c4fd56f66d997a26c6266f6887c3aefe Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Tue, 28 Mar 2023 12:20:17 -0700 Subject: [PATCH] Add Sarah and the Castle of Witchcraft and Wizardry --- audiogame-manager.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e33a8f4..f4fc550 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1109,6 +1109,7 @@ gameList=( "RS Games" "Run For Your Life" #"Sammy Center" + "Sarah and the Castle of Witchcraft and Wizardry" "Scramble!" "Screaming Strike 2" "Sketchbook" @@ -2568,6 +2569,13 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\Sam Tupy\SammyCenter\SammyCenter.exe" ;; + "Sarah and the Castle of Witchcraft and Wizardry") + install_wine_bottle vb6run dx8vb speechsdk + download "http://www.pcs-games.net/Sarah10.exe" "http://www.pcs-games.net/Sarah-Patch4.exe" + wine "${cache}/Sarah10.exe" /sp- /verysilent + wine "${cache}/Sarah-Patch4.exe" /sp- /verysilent + add_launcher "c:\Program Files\Sarah and the Castle of Witchcraft and Wizardry 10\scw.exe" + ;; "Scramble!") winetricksSettings="vd=1024x768" export winVer="win7"