Latest version of Crazy Party, beta 81, in progress. Does not allow to set language, crashes at main menu.

This commit is contained in:
Storm Dragon 2023-12-11 00:57:51 -05:00
parent 965308db8f
commit a4f72962fd
1 changed files with 13 additions and 6 deletions

View File

@ -2013,12 +2013,19 @@ download "https://erion.cf/files/ag_103.zip"
add_launcher "c:\Program Files\copter mission\game.exe"
;;
"Crazy Party")
export winVer="win7"
download "http://pragmapragma.free.fr/crazy-party/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"
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"
;;
"Crazy Tennis")
download "https://www.agarchive.net/games/VIP/crazy%20tennis%20setup.exe"