Work on ten pin alley, not yet working.
This commit is contained in:
parent
a8c68bda89
commit
e4fd7e1293
@ -881,6 +881,7 @@ gameList=(
|
|||||||
"Survive the Wild"
|
"Survive the Wild"
|
||||||
"Swamp"
|
"Swamp"
|
||||||
"Technoshock"
|
"Technoshock"
|
||||||
|
#"Ten Pin Alley"
|
||||||
"The Blind Swordsman"
|
"The Blind Swordsman"
|
||||||
#"The Gate"
|
#"The Gate"
|
||||||
"The Great Toy Robbery"
|
"The Great Toy Robbery"
|
||||||
@ -1992,6 +1993,17 @@ EOF
|
|||||||
wine "$WINEPREFIX/drive_c/Program Files/setup_eng_update_pack.exe" /silent
|
wine "$WINEPREFIX/drive_c/Program Files/setup_eng_update_pack.exe" /silent
|
||||||
add_launcher "c:\Program Files\Tiflocomp Games\Technoshock\ts.exe"
|
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")
|
"The Blind Swordsman")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
download "https://www.agarchive.net/games/other/the%20blind%20swordsmanPC.zip"
|
download "https://www.agarchive.net/games/other/the%20blind%20swordsmanPC.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user