From 5420b4342c42fdd868816ca665c6afaab28e3a38 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 31 Aug 2020 15:51:29 -0400 Subject: [PATCH] Added Technoshock. --- audiogame-manager.sh | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 566f8ee..58885ba 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -164,12 +164,15 @@ gameList=( "Battle Zone" "Bloodshed" "Chopper Challenge" + "Judgement Day" "Kitchensinc Games" "Light Cars" "Rail Racer" "River Raiders" "Super Egg Hunt" + "Super Liam" "The Blind Swordsman" + "Technoshock" "Top Speed 3" "Three D Velocity" "Q9" @@ -213,7 +216,7 @@ case "${game}" in add_launcher "c:\Program Files\bloodshed.exe" ;; "Chopper Challenge") - # Most problems fixed, but now has sound with no window. + # 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" & @@ -224,16 +227,22 @@ case "${game}" in 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" - automate_installer y alt+n alt+n alt+n alt+n alt+i alt+f + #automate_installer y alt+n alt+n alt+n alt+n alt+i alt+f wine "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe" add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe" #rm -f "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe" ;; "Light Cars") - # Does not work yet install_wine_bottle dx8vb wget -O "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" "https://www.agarchive.net/games/lighttech/light%20cars%20setup.exe" wine "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" /silent @@ -241,7 +250,6 @@ case "${game}" in rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" ;; "Rail Racer") - # Not working yet 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 @@ -266,6 +274,13 @@ case "${game}" in add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe" rm -f "$WINEPREFIX/drive_c/Program Files/superegghuntsetup.exe" ;; + "Super Liam") + install_wine_bottle vb6run dx8vb + wget -O "$WINEPREFIX/drive_c/Program Files/superliamsetup.exe" "http://files.l-works.net/superliamsetup.exe" + wine "$WINEPREFIX/drive_c/Program Files/superliamsetup.exe" /silent + add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe" + rm -f "$WINEPREFIX/drive_c/Program Files/superliam.exe" + ;; "The Blind Swordsman") install_wine_bottle wget -O "$WINEPREFIX/drive_c/Program Files/theblindswordsmanPC.zip" "http://www.evildogserver.com/theblindswordsman/theblindswordsmanPC.zip" @@ -274,7 +289,6 @@ case "${game}" in add_launcher "c:\Program Files\TheBlindSwordsman.exe" ;; "Three D Velocity") - # Does not work at all yet export winVer="win7" install_wine_bottle speechsdk dotnet472 wget -O "$WINEPREFIX/drive_c/Program Files/master.zip" "https://github.com/munawarb/Three-D-Velocity-Binaries/archive/master.zip" @@ -282,6 +296,18 @@ case "${game}" in rm -f "$WINEPREFIX/drive_c/Program Files/master.zip" add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe" ;; + "Technoshock") + install_wine_bottle + wget -O "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" + wget -O "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en_update.zip" "http://tiflocomp.ru/download/games/technoshock_140b_en_update.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files" "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files" "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en_update.zip" + wine "$WINEPREFIX/drive_c/Program Files/setup_eng.exe" /silent + wineserver -w + wine "$WINEPREFIX/drive_c/Program Files/setup_eng_update.exe" /silent + add_launcher "c:\Program Files\Tiflocomp Games\Technoshock/ts.exe" + rm -f "$WINEPREFIX/drive_c/Program Files/setup_eng.exe" "$WINEPREFIX/drive_c/Program Files/setup_eng_update_pack.exe" "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en.zip" "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en_update.zip" + ;; "Top Speed 3") install_wine_bottle directplay wget -O "$WINEPREFIX/drive_c/Program Files/Tspeed_3.0.3.exe" "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"