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"
"Adventurers At C"
"Alien Outback"
"Angel Gift"
"AudioDisc"
"AudioQuake"
"Battle of the Hunter"
@ -1280,6 +1281,12 @@ case "${game}" in
wineserver -k # Damn you, dotnet.
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")
install_wine_bottle
download "https://agarchive.net/games/other/audiodisc.zip"