Added nvdaControllerClient.dll source code to speech directory. Added game "shooter" which is not enabled yet because of problems with the 64 bit version of the nvdaControllerClient64.dll.

This commit is contained in:
Storm Dragon
2021-10-17 14:41:20 -04:00
parent 51aacb9d12
commit 0538ac5b8a
5 changed files with 106 additions and 0 deletions

View File

@ -908,6 +908,7 @@ gameList=(
"Shades of Doom"
"Silver Dollar"
"Slender Lost Vision"
#"Shooter"
"Sonic Zoom"
#"Space Defender"
"Super Dogs Bone Hunt"
@ -2030,6 +2031,16 @@ EOF
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/slender.zip"
add_launcher "c:\Program Files\slender\slender.exe"
;;
"Shooter")
export WINEARCH=win64
export winVer="win7"
install_wine_bottle
download "http://masonasons.me/softs/Shooter.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient64.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/Shooter.zip"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
add_launcher "c:\Program Files\shooter\shooter.exe"
;;
"Sonic Zoom")
export winVer="win7"
install_wine_bottle speechsdk