Added game Thief.

This commit is contained in:
Storm Dragon 2021-04-26 01:13:50 -04:00
parent dc87619b2c
commit 1f02cc7a1e

View File

@ -594,6 +594,7 @@ gameList=(
"The Blind Swordsman" "The Blind Swordsman"
#"The Gate" #"The Gate"
"The Great Toy Robbery" "The Great Toy Robbery"
"Thief"
#"Three D velocity" #"Three D velocity"
"Top Speed 3" "Top Speed 3"
"Triple Triad" "Triple Triad"
@ -1231,6 +1232,13 @@ EOF
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\Lworks\The Great Toy Robbery\tgtr.exe" add_launcher "c:\Program Files\Lworks\The Great Toy Robbery\tgtr.exe"
;; ;;
"Thief")
export winVer="win7"
install_wine_bottle
download "http://oriolgomez.com/games/thief_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/thief" "${cache}/thief_en.zip"
add_launcher "c:\Program Files\thief\game.exe"
;;
"Three D velocity") "Three D velocity")
export winVer="win10" export winVer="win10"
install_wine_bottle speechsdk install_wine_bottle speechsdk