Game "Christmas Chaos" added but commented out because Tolk.dll sucks.

This commit is contained in:
stormdragon2976 2022-12-27 17:37:09 -05:00
parent 92c0996d37
commit d81f7617c3

View File

@ -964,6 +964,7 @@ gameList=(
"Challenge of the Horse"
"Chillingham"
#"Chopper Challenge"
#"Christmas Chaos"
"Christmas WhoopAss"
"Code Dungeon"
"Coin Collector"
@ -1750,6 +1751,15 @@ case "${game}" in
wine "${cache}/BC-Setup.exe" /silent
#add_launcher "c:\Program Files\"
;;
"Christmas Chaos")
export WINEARCH=win64
export winVer="win7"
install_wine_bottle speechsdk
download "https://repo.accessiware.com/games/christmaschaos/ChristmasChaos.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/ChristmasChaos.zip"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
add_launcher "c:\Program Files\ChristmasChaos\ChristmasChaos.exe"
;;
"Christmas WhoopAss")
install_wine_bottle vb6run dx8vb
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"