From 4bc2383b90ab74cf1a80c906462bd99f24b1df30 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 8 Nov 2020 20:19:04 -0500 Subject: [PATCH] Code fixes and updates. Some games added. --- audiogame-manager.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 87843ce..a1d11df 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -388,7 +388,7 @@ done case "${game}" in "A Hero's Call") export winVer="win7" - install_wine_bottle speechsdk dotnet40 xna31 + install_wine_bottle speechsdk corefonts dotnet40 xna31 download "http://files.OutOfSightGames.com/files/a-heros-call.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/a-heros-call.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; @@ -512,7 +512,7 @@ case "${game}" in install_wine_bottle speechsdk download "http://samtupy.com/stevend/oh_shit.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip" - cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/oh_shit/accessible_output2/lib/" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\oh_shit\OhShit.exe" ;; "Paladin of the Sky") @@ -549,8 +549,7 @@ case "${game}" in install_wine_bottle speechsdk download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" wine "${cache}/rsgames-client-setup-2.01.exe" /silent - cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/RS Games Client/" - cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/RS Games Client/accessible_output2/lib/" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\RS Games Client\rsg.exe" ;; "Run For Your Life") @@ -619,7 +618,7 @@ case "${game}" in install_wine_bottle speechsdk download "http://undead-assault.com/static/files/public/undead_assault.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" unzip -d "$WINEPREFIX/drive_c/Program Files/undead_assault" "${cache}/undead_assault.zip" - cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/undead_assault/accessible_output2/lib/" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\undead_assault\Undead Assault.exe" ;; "Make a One Time Donation")