Added game Top Speed 2.

This commit is contained in:
Storm Dragon 2021-04-28 00:34:40 -04:00
parent 023fc8de32
commit 1f0bf714f9

View File

@ -658,6 +658,7 @@ gameList=(
"The Great Toy Robbery" "The Great Toy Robbery"
"Thief" "Thief"
#"Three D velocity" #"Three D velocity"
"Top Speed 2"
"Top Speed 3" "Top Speed 3"
"Triple Triad" "Triple Triad"
"Tube Sim" "Tube Sim"
@ -1336,6 +1337,12 @@ 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\Three-D-Velocity-Binaries-master\tdv.exe" add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe"
;; ;;
"Top Speed 2")
install_wine_bottle
download "http://users.pandora.be/playinginthedark/downloads/Tspeed_2.00.exe"
wine "${cache}/Tspeed_2.00.exe" /silent
add_launcher "c:\Program Files\Playing in the dark\Top Speed 2\TopSpeed.exe"
;;
"Top Speed 3") "Top Speed 3")
install_wine_bottle directplay install_wine_bottle directplay
download "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe" download "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"