From 9ab77e217bf019938779ccc263777b97cefaaf73 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Mon, 9 Aug 2021 18:12:47 -0700 Subject: [PATCH] Add alien outback, probably working --- audiogame-manager.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 95101fa..63d439e 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -766,6 +766,7 @@ gameList=( "A Hero's Call" "Adrian's Doom" "Adventurers At C" + "Alien Outback" "AudioDisc" "AudioQuake" "Battle of the Hunter" @@ -989,6 +990,16 @@ case "${game}" in 7z e -o"$WINEPREFIX/drive_c/Program Files/aac/stages" "${cache}/adventure at c stages.7z" add_launcher "c:\Program Files\aac\aac.exe" ;; + "Alien Outback") + install_wine_bottle vb6run dx8vb speechsdk quartz + download "http://download.dracoent.com/Windows/classic/AOSetup.exe" + wine "${cache}/AOSetup.exe" /sp- /silent + # warning warning warning: Do not change location, or installer will not function. + # FIXME: Hacky, but it works. Install dotnet20 by itself so it actually doesn't hang. + winetricks -q dotnet20 + wineserver -k # Damn you, dotnet. + add_launcher "c:\Program Files\Draconis Entertainment\Alien Outback\ao.exe" + ;; "AudioDisc") install_wine_bottle download "https://agarchive.net/games/other/audiodisc.zip"