Add monkey business
This commit is contained in:
parent
0538ac5b8a
commit
0eec14f9f3
@ -884,6 +884,7 @@ gameList=(
|
||||
"Lunimals"
|
||||
"Manamon"
|
||||
"Manamon 2"
|
||||
"Monkey Business"
|
||||
"MudSplat French"
|
||||
"MudSplat English"
|
||||
#"MudSplat Swedish"
|
||||
@ -1846,6 +1847,17 @@ EOF
|
||||
wine "${cache}/manamon2_installer.exe" /silent
|
||||
add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe"
|
||||
;;
|
||||
"Monkey Business")
|
||||
export winVer="win7"
|
||||
install_wine_bottle vb6run dx8vb speechsdk quartz
|
||||
download "http://download.dracoent.com/Windows/classic/MBSetup.exe"
|
||||
wine "${cache}/MBSetup.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\Monkey Business\mb.exe"
|
||||
;;
|
||||
"MudSplat English")
|
||||
a="a"
|
||||
f="f"
|
||||
|
Loading…
Reference in New Issue
Block a user