Working on A Hero's Call.

This commit is contained in:
Storm Dragon 2020-11-07 13:02:20 -05:00
parent 38d7b89340
commit 281b347ecf

View File

@ -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"