Remove chopper Challenge and Judgement Day because they won't work.

This commit is contained in:
Storm Dragon 2020-09-01 21:37:37 -04:00
parent f65d11412f
commit 538dd2e049

View File

@ -164,8 +164,6 @@ export WINEDEBUG="-all"
gameList=( gameList=(
"Battle Zone" "Battle Zone"
"Bloodshed" "Bloodshed"
"Chopper Challenge"
"Judgement Day"
"Kitchensinc Games" "Kitchensinc Games"
"Light Cars" "Light Cars"
"Rail Racer" "Rail Racer"
@ -217,25 +215,6 @@ case "${game}" in
wget -O "$WINEPREFIX/drive_c/Program Files/bloodshed.exe" "http://www.samtupy.com/games/bloodshed.exe" wget -O "$WINEPREFIX/drive_c/Program Files/bloodshed.exe" "http://www.samtupy.com/games/bloodshed.exe"
add_launcher "c:\Program Files\bloodshed.exe" add_launcher "c:\Program Files\bloodshed.exe"
;; ;;
"Chopper Challenge")
# Freezes at menu
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
xdotool type y
xdotool key --clearmodifiers --delay 1000 alt+n alt+n alt+n alt+i alt+f
add_launcher "c:\Program Files\x-sight interactive\chopper challenge\Chopper.exe"
echo 'Linux|n/a' >> "$WINEPREFIX/drive_c/Program Files/x-sight interactive/chopper challenge/config.dat" &
rm -f "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe"
;;
"Judgement Day")
install_wine_bottle vb6run quartz dx8vb
wget -O "$WINEPREFIX/drive_c/Program Files/judgmentdayfullsetup.exe" "http://files.l-works.net/judgmentdayfullsetup.exe"
wine "$WINEPREFIX/drive_c/Program Files/judgmentdayfullsetup.exe" /silent
add_launcher "c:\Program Files\Lworks\Judgment Day\judgmentday.exe"
rm -f "$WINEPREFIX/drive_c/Program Files/sjudgmentdayfullsetup.exe"
;;
"Kitchensinc Games") "Kitchensinc Games")
install_wine_bottle vb6run speechsdk install_wine_bottle vb6run speechsdk
wget -O "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe" "https://www.agarchive.net/games/kitchensinc/Kitchensinc%20complete%20Setup.exe" wget -O "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe" "https://www.agarchive.net/games/kitchensinc/Kitchensinc%20complete%20Setup.exe"