From adc56f02296f342bac9092f9258da6d738d585d6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 5 Jan 2026 22:40:49 -0500 Subject: [PATCH] Fixed more game installers. --- .install/Bloodshed.sh | 3 ++- .install/ESP Pinball Party Pack.sh | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.install/Bloodshed.sh b/.install/Bloodshed.sh index ce75a96..8417de9 100644 --- a/.install/Bloodshed.sh +++ b/.install/Bloodshed.sh @@ -1,4 +1,5 @@ -export WINEARCH="win64" # Migrated to wine64 with WINETRICKS_FORCE=1 - tested 2025-12-06 +export WINEARCH="win64" # Migrated to wine64 download "${ipfsGateway}/ipfs/QmcTCTMep4zp5zTw8ZaXYpjtu9inNPn8bNzwhW6cX97egw?filename=bloodshed.exe" +install_wine_bottle cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/" add_launcher "c:\Program Files\bloodshed.exe" diff --git a/.install/ESP Pinball Party Pack.sh b/.install/ESP Pinball Party Pack.sh index 655396c..1278a6c 100644 --- a/.install/ESP Pinball Party Pack.sh +++ b/.install/ESP Pinball Party Pack.sh @@ -1,12 +1,12 @@ export winVer="win7" # Uses standard wine path based on architecture (win32/win64) -export WINEPREFIX="$HOME/.local/wine/draconis" +download "http://download.dracoent.com/Windows/classic/PP1Setup.exe" +install_wine_bottle vb6run dx8vb quartz # Only works in conjunction with esp pinball extreme. -if ! [ -f "$HOME/.local/wine/$bottle/drive_c/Program Files/Draconis Entertainment/ESP Pinball Xtreme/pbx.exe" ] ; then +if ! [ -f "$WINEPREFIX/drive_c/Program Files (x86)/Draconis Entertainment/ESP Pinball Xtreme/pbx.exe" ] ; then echo "Error: You need to install ESP Pinball Extreme first to use this game. Please do so before continuing." >&2 exit 1 fi -download "http://download.dracoent.com/Windows/classic/PP1Setup.exe" cp -fv "${cache}/PP1Setup.exe" "$WINEPREFIX/drive_c/windows/temp/" wine "c:/windows/temp/PP1Setup.exe" /sp- /silent rm -fv "$WINEPREFIX/drive_c/windows/temp/PP1Setup.exe"