diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 63d439e..f429adc 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -887,7 +887,7 @@ gameList=( "Survive the Wild" "Swamp" "Technoshock" - #"Ten Pin Alley" + "Ten Pin Alley" "The Blind Swordsman" #"The Gate" "The Great Toy Robbery" @@ -991,6 +991,7 @@ case "${game}" in add_launcher "c:\Program Files\aac\aac.exe" ;; "Alien Outback") + export winVer="win7" install_wine_bottle vb6run dx8vb speechsdk quartz download "http://download.dracoent.com/Windows/classic/AOSetup.exe" wine "${cache}/AOSetup.exe" /sp- /silent @@ -2012,14 +2013,15 @@ EOF add_launcher "c:\Program Files\Tiflocomp Games\Technoshock\ts.exe" ;; "Ten Pin Alley") + export winVer="win7" install_wine_bottle vb6run dx8vb speechsdk quartz - download "http://download.dracoent.com/Windows/classic/TPASetup.exe" - wine "${cache}/TPASetup.exe" /sp- /silent - winetricks -q msdxmocx # I think having this installed first breaks things. + download "http://download.dracoent.com/Windows/classic/TPAXPSetup.exe" + wine "${cache}/TPAXPSetup.exe" /sp- /silent + #winetricks -q msdxmocx # I think having this installed first breaks things. # 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. - #DISPLAY="" winetricks -q dotnet20 - #wineserver -k # Damn you, dotnet. + winetricks -q dotnet20 + wineserver -k # Damn you, dotnet. add_launcher "c:\Program Files\Draconis Entertainment\Ten Pin Alley\tpa.exe" ;; "The Blind Swordsman")