Add Sarah and the Castle of Witchcraft and Wizardry
This commit is contained in:
parent
e8dc17c7fd
commit
03124451c4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user