diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 3ce28a1..364359f 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -893,6 +893,9 @@ game_launcher() { popd exit 0 fi + if [[ "$game" =~ executioner\'s ]]; then + find "${WINEPREFIX}/drive_c/Program Files" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; + fi if [[ "$game" =~ haunted-party ]]; then pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd & fi @@ -2192,11 +2195,11 @@ download "https://erion.cf/files/ag_103.zip" echo "Note: On first and sometimes later launch, Eurofly may take a very long time to download required files, please be patient..." ;; "Executioner's Rage") - download "https://dl.tweesecake.app/rage/rage1.0.2.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + download "https://dl.tweesecake.app/rage/rage1.5.0.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" export WINEARCH=win64 export winVer="win10" install_wine_bottle - unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rage1.0.2.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rage1.5.0.zip" find "${WINEPREFIX}/drive_c/Program Files" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\rage\rage.exe" url="https://techcake.games/games/executioners-rage/" @@ -2928,9 +2931,10 @@ EOF "Shooter") export WINEARCH=win64 export winVer="win7" - download "http://masonasons.me/softs/Shooter.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + get_installer "shooter-win.zip" "https://brynify.itch.io/shooter" + download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" install_wine_bottle - unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/Shooter.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/shooter-win.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\shooter\shooter.exe" ;; diff --git a/wine/install-dependencies.sh b/wine/install-dependencies.sh index c0b434b..5aee44f 100755 --- a/wine/install-dependencies.sh +++ b/wine/install-dependencies.sh @@ -17,6 +17,7 @@ configure_arch() { dialog dos2unix gawk + libwbclient unzip w3m wine