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

View File

@ -2013,12 +2013,19 @@ download "https://erion.cf/files/ag_103.zip"
add_launcher "c:\Program Files\copter mission\game.exe" add_launcher "c:\Program Files\copter mission\game.exe"
;; ;;
"Crazy Party") "Crazy Party")
export winVer="win7" echo "This version of Crazy Party does not yet work with audiogame-manager."
download "http://pragmapragma.free.fr/crazy-party/Crazy-Party-beta78.zip" echo "If you would like to install the working version, please do so from the master branch."
install_wine_bottle speechsdk echo "Run: git checkout master"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Crazy-Party-beta78.zip" echo "If you would like to work on beta 81, please remove the exit 0 after the alert."
add_launcher "c:\Program Files\Crazy-Party-beta78\Crazy Party.exe" alert
rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta78/nvdaControllerClient32.dll" 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") "Crazy Tennis")
download "https://www.agarchive.net/games/VIP/crazy%20tennis%20setup.exe" download "https://www.agarchive.net/games/VIP/crazy%20tennis%20setup.exe"