Reverted experimental Crazy Party. For the foreseeable future, we are stuck on Beta 78.

This commit is contained in:
Storm Dragon 2024-02-29 04:29:16 -05:00
parent 715affe733
commit a70df6529f
1 changed files with 6 additions and 13 deletions

View File

@ -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"