Fixed more game installers.
This commit is contained in:
@@ -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"
|
download "${ipfsGateway}/ipfs/QmcTCTMep4zp5zTw8ZaXYpjtu9inNPn8bNzwhW6cX97egw?filename=bloodshed.exe"
|
||||||
|
install_wine_bottle
|
||||||
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
|
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
|
||||||
add_launcher "c:\Program Files\bloodshed.exe"
|
add_launcher "c:\Program Files\bloodshed.exe"
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
# Uses standard wine path based on architecture (win32/win64)
|
# 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.
|
# 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
|
echo "Error: You need to install ESP Pinball Extreme first to use this game. Please do so before continuing." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
download "http://download.dracoent.com/Windows/classic/PP1Setup.exe"
|
|
||||||
cp -fv "${cache}/PP1Setup.exe" "$WINEPREFIX/drive_c/windows/temp/"
|
cp -fv "${cache}/PP1Setup.exe" "$WINEPREFIX/drive_c/windows/temp/"
|
||||||
wine "c:/windows/temp/PP1Setup.exe" /sp- /silent
|
wine "c:/windows/temp/PP1Setup.exe" /sp- /silent
|
||||||
rm -fv "$WINEPREFIX/drive_c/windows/temp/PP1Setup.exe"
|
rm -fv "$WINEPREFIX/drive_c/windows/temp/PP1Setup.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user