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"
|
"Survive the Wild"
|
||||||
"Swamp"
|
"Swamp"
|
||||||
"Technoshock"
|
"Technoshock"
|
||||||
#"Ten Pin Alley"
|
"Ten Pin Alley"
|
||||||
"The Blind Swordsman"
|
"The Blind Swordsman"
|
||||||
#"The Gate"
|
#"The Gate"
|
||||||
"The Great Toy Robbery"
|
"The Great Toy Robbery"
|
||||||
@ -991,6 +991,7 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\aac\aac.exe"
|
add_launcher "c:\Program Files\aac\aac.exe"
|
||||||
;;
|
;;
|
||||||
"Alien Outback")
|
"Alien Outback")
|
||||||
|
export winVer="win7"
|
||||||
install_wine_bottle vb6run dx8vb speechsdk quartz
|
install_wine_bottle vb6run dx8vb speechsdk quartz
|
||||||
download "http://download.dracoent.com/Windows/classic/AOSetup.exe"
|
download "http://download.dracoent.com/Windows/classic/AOSetup.exe"
|
||||||
wine "${cache}/AOSetup.exe" /sp- /silent
|
wine "${cache}/AOSetup.exe" /sp- /silent
|
||||||
@ -2012,14 +2013,15 @@ EOF
|
|||||||
add_launcher "c:\Program Files\Tiflocomp Games\Technoshock\ts.exe"
|
add_launcher "c:\Program Files\Tiflocomp Games\Technoshock\ts.exe"
|
||||||
;;
|
;;
|
||||||
"Ten Pin Alley")
|
"Ten Pin Alley")
|
||||||
|
export winVer="win7"
|
||||||
install_wine_bottle vb6run dx8vb speechsdk quartz
|
install_wine_bottle vb6run dx8vb speechsdk quartz
|
||||||
download "http://download.dracoent.com/Windows/classic/TPASetup.exe"
|
download "http://download.dracoent.com/Windows/classic/TPAXPSetup.exe"
|
||||||
wine "${cache}/TPASetup.exe" /sp- /silent
|
wine "${cache}/TPAXPSetup.exe" /sp- /silent
|
||||||
winetricks -q msdxmocx # I think having this installed first breaks things.
|
#winetricks -q msdxmocx # I think having this installed first breaks things.
|
||||||
# warning warning warning: Do not change location, or installer will not function.
|
# 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.
|
# FIXME: Hacky, but it works. Install dotnet20 by itself so it actually doesn't hang.
|
||||||
#DISPLAY="" winetricks -q dotnet20
|
winetricks -q dotnet20
|
||||||
#wineserver -k # Damn you, dotnet.
|
wineserver -k # Damn you, dotnet.
|
||||||
add_launcher "c:\Program Files\Draconis Entertainment\Ten Pin Alley\tpa.exe"
|
add_launcher "c:\Program Files\Draconis Entertainment\Ten Pin Alley\tpa.exe"
|
||||||
;;
|
;;
|
||||||
"The Blind Swordsman")
|
"The Blind Swordsman")
|
||||||
|
Loading…
Reference in New Issue
Block a user