diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 5beeff7..781ac4c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -881,6 +881,7 @@ gameList=( "Survive the Wild" "Swamp" "Technoshock" + #"Ten Pin Alley" "The Blind Swordsman" #"The Gate" "The Great Toy Robbery" @@ -1992,6 +1993,17 @@ EOF wine "$WINEPREFIX/drive_c/Program Files/setup_eng_update_pack.exe" /silent add_launcher "c:\Program Files\Tiflocomp Games\Technoshock\ts.exe" ;; + "Ten Pin Alley") + 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. + # 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. + add_launcher "c:\Program Files\Draconis Entertainment\Ten Pin Alley\tpa.exe" + ;; "The Blind Swordsman") install_wine_bottle download "https://www.agarchive.net/games/other/the%20blind%20swordsmanPC.zip"