Added Bloodshed.

This commit is contained in:
Storm Dragon 2020-08-27 21:27:10 -04:00
parent 27ac9a19c7
commit 597aa203c4

View File

@ -161,8 +161,10 @@ export WINEDEBUG="-all"
# The list of games available for installation. # The list of games available for installation.
# Use menu friendly names. # Use menu friendly names.
gameList=( gameList=(
"Bloodshed"
"Chopper Challenge" "Chopper Challenge"
"Kitchensinc Games" "Kitchensinc Games"
"Rail Racer"
"River Raiders" "River Raiders"
"Super Egg Hunt" "Super Egg Hunt"
"The Blind Swordsman" "The Blind Swordsman"
@ -192,6 +194,11 @@ done
# Install game based on the selection above. # Install game based on the selection above.
case "${game}" in case "${game}" in
"Bloodshed")
install_wine_bottle speechsdk
wget -O "$WINEPREFIX/drive_c/Program Files/bloodshed.exe" "http://www.samtupy.com/games/bloodshed.exe"
add_launcher "c:\Program Files\bloodshed.exe"
;;
"Chopper Challenge") "Chopper Challenge")
install_wine_bottle vb6run dx8vb install_wine_bottle vb6run dx8vb
wget -O "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe" wget -O "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe"
@ -211,6 +218,13 @@ case "${game}" in
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe" add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
#rm -f "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe" #rm -f "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe"
;; ;;
"Rail Racer")
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
#add_launcher "c:\Program Files\"
rm -f "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe"
;;
"River Raiders") "River Raiders")
install_wine_bottle 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" wget -O "$WINEPREFIX/drive_c/Program Files/River Raiders.exe" "https://www.agarchive.net/games/XSight/River%20Raiders%201.3.5.exe"