Game "Christmas Chaos" added but commented out because Tolk.dll sucks.
This commit is contained in:
parent
92c0996d37
commit
d81f7617c3
@ -964,6 +964,7 @@ gameList=(
|
|||||||
"Challenge of the Horse"
|
"Challenge of the Horse"
|
||||||
"Chillingham"
|
"Chillingham"
|
||||||
#"Chopper Challenge"
|
#"Chopper Challenge"
|
||||||
|
#"Christmas Chaos"
|
||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
"Code Dungeon"
|
"Code Dungeon"
|
||||||
"Coin Collector"
|
"Coin Collector"
|
||||||
@ -1750,6 +1751,15 @@ case "${game}" in
|
|||||||
wine "${cache}/BC-Setup.exe" /silent
|
wine "${cache}/BC-Setup.exe" /silent
|
||||||
#add_launcher "c:\Program Files\"
|
#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")
|
"Christmas WhoopAss")
|
||||||
install_wine_bottle vb6run dx8vb
|
install_wine_bottle vb6run dx8vb
|
||||||
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"
|
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user