Removed non-working games.
This commit is contained in:
parent
e9bc027842
commit
cf08791ba0
@ -167,7 +167,6 @@ gameList=(
|
||||
"Kitchensinc Games"
|
||||
"Light Cars"
|
||||
"Rail Racer"
|
||||
"River Raiders"
|
||||
"Shades of Doom"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
@ -236,17 +235,6 @@ case "${game}" in
|
||||
#add_launcher "c:\Program Files\"
|
||||
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")
|
||||
install_wine_bottle vcrun6
|
||||
wget -O "$WINEPREFIX/drive_c/Program Files/sod20022.exe" "http://www.gmagames.com/sod20022.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user