Added Technoshock.

This commit is contained in:
Storm Dragon 2020-08-31 15:51:29 -04:00
parent 0f04d14318
commit 5420b4342c

View File

@ -164,12 +164,15 @@ gameList=(
"Battle Zone" "Battle Zone"
"Bloodshed" "Bloodshed"
"Chopper Challenge" "Chopper Challenge"
"Judgement Day"
"Kitchensinc Games" "Kitchensinc Games"
"Light Cars" "Light Cars"
"Rail Racer" "Rail Racer"
"River Raiders" "River Raiders"
"Super Egg Hunt" "Super Egg Hunt"
"Super Liam"
"The Blind Swordsman" "The Blind Swordsman"
"Technoshock"
"Top Speed 3" "Top Speed 3"
"Three D Velocity" "Three D Velocity"
"Q9" "Q9"
@ -213,7 +216,7 @@ case "${game}" in
add_launcher "c:\Program Files\bloodshed.exe" add_launcher "c:\Program Files\bloodshed.exe"
;; ;;
"Chopper Challenge") "Chopper Challenge")
# Most problems fixed, but now has sound with no window. # Freezes at menu
install_wine_bottle vb6run dx8vb setupapi 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" 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" & 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" & 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" 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"
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" wine "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe"
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"
;; ;;
"Light Cars") "Light Cars")
# Does not work yet
install_wine_bottle dx8vb 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" 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 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" rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe"
;; ;;
"Rail Racer") "Rail Racer")
# Not working yet
install_wine_bottle install_wine_bottle
wget -O "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" "https://www.agarchive.net/games/other/RailRacerDemo10Setup.exe" 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 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" add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe"
rm -f "$WINEPREFIX/drive_c/Program Files/superegghuntsetup.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") "The Blind Swordsman")
install_wine_bottle install_wine_bottle
wget -O "$WINEPREFIX/drive_c/Program Files/theblindswordsmanPC.zip" "http://www.evildogserver.com/theblindswordsman/theblindswordsmanPC.zip" 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" add_launcher "c:\Program Files\TheBlindSwordsman.exe"
;; ;;
"Three D Velocity") "Three D Velocity")
# Does not work at all yet
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk dotnet472 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" 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" rm -f "$WINEPREFIX/drive_c/Program Files/master.zip"
add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe" 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") "Top Speed 3")
install_wine_bottle directplay 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" 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"