Remove chopper Challenge and Judgement Day because they won't work.
This commit is contained in:
parent
f65d11412f
commit
538dd2e049
@ -164,8 +164,6 @@ export WINEDEBUG="-all"
|
||||
gameList=(
|
||||
"Battle Zone"
|
||||
"Bloodshed"
|
||||
"Chopper Challenge"
|
||||
"Judgement Day"
|
||||
"Kitchensinc Games"
|
||||
"Light Cars"
|
||||
"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"
|
||||
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")
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user