Reverted experimental Crazy Party. For the foreseeable future, we are stuck on Beta 78.
This commit is contained in:
parent
715affe733
commit
a70df6529f
@ -1985,19 +1985,12 @@ 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")
|
||||||
echo "This version of Crazy Party does not yet work with audiogame-manager."
|
export winVer="win7"
|
||||||
echo "If you would like to install the working version, please do so from the master branch."
|
download "${ipfsGateway}/ipfs/QmZPsVdizDW6nrNj9czPTctAomYxafs7SYRw6YjqxPidvn?filename=Crazy-Party-beta78.zip"
|
||||||
echo "Run: git checkout master"
|
install_wine_bottle speechsdk
|
||||||
echo "If you would like to work on beta 81, please remove the exit 0 after the alert."
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Crazy-Party-beta78.zip"
|
||||||
alert
|
add_launcher "c:\Program Files\Crazy-Party-beta78\Crazy Party.exe"
|
||||||
exit 0
|
rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta78/nvdaControllerClient32.dll"
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user