diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 90efaa6..242ce1d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -658,6 +658,7 @@ gameList=( "The Great Toy Robbery" "Thief" #"Three D velocity" + "Top Speed 2" "Top Speed 3" "Triple Triad" "Tube Sim" @@ -1336,6 +1337,12 @@ EOF 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" ;; + "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") install_wine_bottle directplay download "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"