Add alien outback, probably working
This commit is contained in:
parent
7bc44e1925
commit
9ab77e217b
@ -766,6 +766,7 @@ gameList=(
|
|||||||
"A Hero's Call"
|
"A Hero's Call"
|
||||||
"Adrian's Doom"
|
"Adrian's Doom"
|
||||||
"Adventurers At C"
|
"Adventurers At C"
|
||||||
|
"Alien Outback"
|
||||||
"AudioDisc"
|
"AudioDisc"
|
||||||
"AudioQuake"
|
"AudioQuake"
|
||||||
"Battle of the Hunter"
|
"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"
|
7z e -o"$WINEPREFIX/drive_c/Program Files/aac/stages" "${cache}/adventure at c stages.7z"
|
||||||
add_launcher "c:\Program Files\aac\aac.exe"
|
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")
|
"AudioDisc")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
download "https://agarchive.net/games/other/audiodisc.zip"
|
download "https://agarchive.net/games/other/audiodisc.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user