Removed non-working games.

This commit is contained in:
Storm Dragon 2020-09-02 19:49:44 -04:00
parent e9bc027842
commit cf08791ba0

View File

@ -167,7 +167,6 @@ gameList=(
"Kitchensinc Games" "Kitchensinc Games"
"Light Cars" "Light Cars"
"Rail Racer" "Rail Racer"
"River Raiders"
"Shades of Doom" "Shades of Doom"
"Super Egg Hunt" "Super Egg Hunt"
"Super Liam" "Super Liam"
@ -236,17 +235,6 @@ case "${game}" in
#add_launcher "c:\Program Files\" #add_launcher "c:\Program Files\"
rm -f "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" rm -f "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe"
;; ;;
"River Raiders")
# Choppy sound under water.
install_wine_bottle
wget -O "$WINEPREFIX/drive_c/Program Files/River Raiders.exe" "https://www.agarchive.net/games/XSight/River%20Raiders%201.3.5.exe"
wine "c:\Program Files\River Raiders.exe" /silent &
sleep 5
xdotool type y
xdotool key --delay 1000 alt+y alt+n alt+n alt+n alt+i alt+f
rm -f "c:\Program Files\River Raiders.exe"
add_launcher "c:\Program Files\River Raiders\raid.exe"
;;
"Shades of Doom") "Shades of Doom")
install_wine_bottle vcrun6 install_wine_bottle vcrun6
wget -O "$WINEPREFIX/drive_c/Program Files/sod20022.exe" "http://www.gmagames.com/sod20022.exe" wget -O "$WINEPREFIX/drive_c/Program Files/sod20022.exe" "http://www.gmagames.com/sod20022.exe"