Latest code.

This commit is contained in:
Storm Dragon 2020-08-30 22:26:53 -04:00
parent c432af8ff0
commit 59b5c7bb9d

View File

@ -165,11 +165,13 @@ gameList=(
"Bloodshed"
"Chopper Challenge"
"Kitchensinc Games"
"Light Cars"
"Rail Racer"
"River Raiders"
"Super Egg Hunt"
"The Blind Swordsman"
"Top Speed 3"
"Three D Velocity"
"Q9"
"RS Games"
"Undead Assault"
@ -211,8 +213,8 @@ case "${game}" in
add_launcher "c:\Program Files\bloodshed.exe"
;;
"Chopper Challenge")
# Freezes at menu
install_wine_bottle vb6run dx8vb
# Most problems fixed, but now has sound with no window.
install_wine_bottle vb6run dx8vb setupapi
wget -O "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe"
wine "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" &
sleep 5
@ -230,7 +232,16 @@ case "${game}" in
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
#rm -f "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe"
;;
"Light Cars")
# Does not work yet
install_wine_bottle dx8vb
wget -O "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" "https://www.agarchive.net/games/lighttech/light%20cars%20setup.exe"
wine "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" /silent
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe"
;;
"Rail Racer")
# Not working yet
install_wine_bottle
wget -O "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" "https://www.agarchive.net/games/other/RailRacerDemo10Setup.exe"
wine "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" /silent
@ -262,6 +273,15 @@ case "${game}" in
rm -f "$WINEPREFIX/drive_c/Program Files/theblindswordsmanPC.zip"
add_launcher "c:\Program Files\TheBlindSwordsman.exe"
;;
"Three D Velocity")
# Does not work at all yet
export winVer="win7"
install_wine_bottle speechsdk dotnet472
wget -O "$WINEPREFIX/drive_c/Program Files/master.zip" "https://github.com/munawarb/Three-D-Velocity-Binaries/archive/master.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "$WINEPREFIX/drive_c/Program Files/master.zip"
rm -f "$WINEPREFIX/drive_c/Program Files/master.zip"
add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe"
;;
"Top Speed 3")
install_wine_bottle directplay
wget -O "$WINEPREFIX/drive_c/Program Files/Tspeed_3.0.3.exe" "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"