Ten pin alley is working, alien outback uses win7
This commit is contained in:
parent
9ab77e217b
commit
ae7b593bc5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user