Add Ultimate SounDoku
This commit is contained in:
parent
5d286cc09d
commit
c51eeeb40a
@ -1151,6 +1151,7 @@ gameList=(
|
|||||||
"Triple Triad"
|
"Triple Triad"
|
||||||
"Troopanum2"
|
"Troopanum2"
|
||||||
"Tube Sim"
|
"Tube Sim"
|
||||||
|
"Ultimate SounDoku"
|
||||||
"Undead Assault"
|
"Undead Assault"
|
||||||
"Villains From Beyond"
|
"Villains From Beyond"
|
||||||
"VIP Mud"
|
"VIP Mud"
|
||||||
@ -2966,6 +2967,17 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit.
|
|||||||
wineserver -w
|
wineserver -w
|
||||||
add_launcher "c:\Program Files\NASoft\TubeSim\tsMain.exe"
|
add_launcher "c:\Program Files\NASoft\TubeSim\tsMain.exe"
|
||||||
;;
|
;;
|
||||||
|
"Ultimate SounDoku")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle vb6run dx8vb speechsdk quartz
|
||||||
|
download "http://download.dracoent.com/Windows/classic/USSetup.exe"
|
||||||
|
wine "${cache}/USSetup.exe" /sp- /silent
|
||||||
|
# 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.
|
||||||
|
winetricks -q dotnet20
|
||||||
|
wineserver -k # Damn you, dotnet.
|
||||||
|
add_launcher "c:\Program Files\Draconis Entertainment\Ultimate Soundoku\soundoku.exe"
|
||||||
|
;;
|
||||||
"Undead Assault")
|
"Undead Assault")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user