diff --git a/audiogame-manager.sh b/audiogame-manager.sh index be4b701..87843ce 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -322,6 +322,7 @@ unset manualInstall # The list of games available for installation. # Use menu friendly names. gameList=( + "A Hero's Call" "Adrian's Doom" "Adventurers At C" "AudioDisc" @@ -385,6 +386,14 @@ done # Install game based on the selection above. case "${game}" in + "A Hero's Call") + export winVer="win7" + install_wine_bottle speechsdk 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" "{}" \; + add_launcher "c:\Program Files\a-heros-call\A Hero's Call.exe" + ;; "Adrian's Doom") install_wine_bottle speechsdk download "https://agarchive.net/games/mt/adrian's%20doom.exe"