From a70df6529ff5f5a9a7f6c36697d9d401c145b664 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 29 Feb 2024 04:29:16 -0500 Subject: [PATCH] Reverted experimental Crazy Party. For the foreseeable future, we are stuck on Beta 78. --- audiogame-manager.sh | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 1880561..3ce28a1 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1985,19 +1985,12 @@ download "https://erion.cf/files/ag_103.zip" add_launcher "c:\Program Files\copter mission\game.exe" ;; "Crazy Party") - echo "This version of Crazy Party does not yet work with audiogame-manager." - echo "If you would like to install the working version, please do so from the master branch." - echo "Run: git checkout master" - echo "If you would like to work on beta 81, please remove the exit 0 after the alert." - alert - exit 0 - export WINEARCH=win64 - export winVer="win8" - download "http://pragmapragma.free.fr/crazy-party/Crazy-Party-beta81.zip" "https://stormgames.wolfe.casa/downloads/Tolk.dll" - install_wine_bottle sapi - unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Crazy-Party-beta81.zip" - find "${WINEPREFIX}" -type f -name 'Tolk.dll' -exec cp -v "${cache}/Tolk.dll" "{}" \; - add_launcher "c:\Program Files\Crazy-Party-beta81\Crazy Party.exe" + export winVer="win7" + download "${ipfsGateway}/ipfs/QmZPsVdizDW6nrNj9czPTctAomYxafs7SYRw6YjqxPidvn?filename=Crazy-Party-beta78.zip" + install_wine_bottle speechsdk + unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Crazy-Party-beta78.zip" + add_launcher "c:\Program Files\Crazy-Party-beta78\Crazy Party.exe" + rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta78/nvdaControllerClient32.dll" ;; "Crazy Tennis") download "https://www.agarchive.net/games/VIP/crazy%20tennis%20setup.exe"