From e5e7ef49ed0266db8cb0197faf25e05481a22097 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 5 Aug 2025 04:26:18 -0400 Subject: [PATCH] Fixed even more installer scripts. Am I really going to have to go through all 208 of these? --- .install/Dreamland.sh | 9 ++------- .install/Duck Hunt.sh | 3 +-- .install/Sonic Zoom.sh | 14 +------------- .install/Space Defender.sh | 6 ++++++ .install/Star Trek Final Conflict.sh | 4 ++++ 5 files changed, 14 insertions(+), 22 deletions(-) create mode 100644 .install/Space Defender.sh create mode 100644 .install/Star Trek Final Conflict.sh diff --git a/.install/Dreamland.sh b/.install/Dreamland.sh index 9ca90e4..d8cde22 100644 --- a/.install/Dreamland.sh +++ b/.install/Dreamland.sh @@ -1,9 +1,4 @@ download https://scwl-1251129685.cos.ap-shanghai.myqcloud.com/dreamland/Win/DreamLandSetup.exe install_wine_bottle speechsdk ole32 -$wine "${cache}/DreamLandSetup.exe" /silent - "Duck Hunt") -# Uses standard wine path based on architecture (win32/win64) -download "http://files.l-works.net/dhsetup.exe" -install_wine_bottle vb6run dx8vb speechsdk -wine "${cache}/dhsetup.exe" /silent -add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe" +wine "${cache}/DreamLandSetup.exe" /silent +add_launcher "c:\Program Files\DreamLand\DreamLand.exe" \ No newline at end of file diff --git a/.install/Duck Hunt.sh b/.install/Duck Hunt.sh index 49a98ea..1d3c55a 100644 --- a/.install/Duck Hunt.sh +++ b/.install/Duck Hunt.sh @@ -1,6 +1,5 @@ -"Duck Hunt") # Uses standard wine path based on architecture (win32/win64) download "http://files.l-works.net/dhsetup.exe" install_wine_bottle vb6run dx8vb speechsdk wine "${cache}/dhsetup.exe" /silent -add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe" +add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe" \ No newline at end of file diff --git a/.install/Sonic Zoom.sh b/.install/Sonic Zoom.sh index d853b2a..c88d4dd 100644 --- a/.install/Sonic Zoom.sh +++ b/.install/Sonic Zoom.sh @@ -2,16 +2,4 @@ export winVer="win7" download "http://wwwx.cs.unc.edu/Research/assist/et/projects/SonicZoom/soniczoom11.zip" install_wine_bottle speechsdk install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/soniczoom11.zip" -add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe" - "Space Defender") -export WINEARCH="win64" -export winVer="win7" -download "http://tunmi13.ddns.net/projects/space_defender.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient64.dll" -install_wine_bottle -install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip" -add_launcher "c:\Program Files\space_defender\sdefender.exe" - "Star Treck Final Conflict") -download "https://agarchive.net/games/USA/star%20trek%20final%20conflict%20Setup.exe" -install_wine_bottle speechsdk -wine "${cache}/star trek final conflict Setup.exe" /silent -add_launcher "c:\Program Files\USA Games\Final Conflict\stfc.exe" +add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe" \ No newline at end of file diff --git a/.install/Space Defender.sh b/.install/Space Defender.sh new file mode 100644 index 0000000..6a45abb --- /dev/null +++ b/.install/Space Defender.sh @@ -0,0 +1,6 @@ +export WINEARCH="win64" +export winVer="win7" +download "http://tunmi13.ddns.net/projects/space_defender.zip" +install_wine_bottle +install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip" +add_launcher "c:\Program Files\space_defender\sdefender.exe" \ No newline at end of file diff --git a/.install/Star Trek Final Conflict.sh b/.install/Star Trek Final Conflict.sh new file mode 100644 index 0000000..9a57d57 --- /dev/null +++ b/.install/Star Trek Final Conflict.sh @@ -0,0 +1,4 @@ +download "https://agarchive.net/games/USA/star%20trek%20final%20conflict%20Setup.exe" +install_wine_bottle speechsdk +wine "${cache}/star trek final conflict Setup.exe" /silent +add_launcher "c:\Program Files\USA Games\Final Conflict\stfc.exe" \ No newline at end of file