Add game Angel Gift

This commit is contained in:
Michael Taboada 2023-04-06 10:39:59 -07:00
parent 6211a18276
commit 16e58d74d0

View File

@ -979,6 +979,7 @@ gameList=(
"Adrian's Doom" "Adrian's Doom"
"Adventurers At C" "Adventurers At C"
"Alien Outback" "Alien Outback"
"Angel Gift"
"AudioDisc" "AudioDisc"
"AudioQuake" "AudioQuake"
"Battle of the Hunter" "Battle of the Hunter"
@ -1280,6 +1281,12 @@ case "${game}" in
wineserver -k # Damn you, dotnet. wineserver -k # Damn you, dotnet.
add_launcher "c:\Program Files\Draconis Entertainment\Alien Outback\ao.exe" add_launcher "c:\Program Files\Draconis Entertainment\Alien Outback\ao.exe"
;; ;;
"Angel Gift")
install_wine_bottle speechsdk
download "https://erion.cf/files/ag_103.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/Angel Gift" "$cache/ag_103.zip"
add_launcher 'c:\Program Files\Angel Gift\ag.exe'
;;
"AudioDisc") "AudioDisc")
install_wine_bottle install_wine_bottle
download "https://agarchive.net/games/other/audiodisc.zip" download "https://agarchive.net/games/other/audiodisc.zip"