Added game Top Speed 2.
This commit is contained in:
parent
023fc8de32
commit
1f0bf714f9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user