Compare commits

...

6 Commits

2 changed files with 9 additions and 4 deletions

View File

@ -893,6 +893,9 @@ game_launcher() {
popd popd
exit 0 exit 0
fi 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 if [[ "$game" =~ haunted-party ]]; then
pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd & pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd &
fi 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..." 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") "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 WINEARCH=win64
export winVer="win10" export winVer="win10"
install_wine_bottle 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" "{}" \; 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" add_launcher "c:\Program Files\rage\rage.exe"
url="https://techcake.games/games/executioners-rage/" url="https://techcake.games/games/executioners-rage/"
@ -2928,9 +2931,10 @@ EOF
"Shooter") "Shooter")
export WINEARCH=win64 export WINEARCH=win64
export winVer="win7" 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 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" "{}" \; find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
add_launcher "c:\Program Files\shooter\shooter.exe" add_launcher "c:\Program Files\shooter\shooter.exe"
;; ;;

View File

@ -17,6 +17,7 @@ configure_arch() {
dialog dialog
dos2unix dos2unix
gawk gawk
libwbclient
unzip unzip
w3m w3m
wine wine