Add monkey business

This commit is contained in:
Michael Taboada 2021-10-17 11:54:50 -07:00
parent 0538ac5b8a
commit 0eec14f9f3

View File

@ -884,6 +884,7 @@ gameList=(
"Lunimals" "Lunimals"
"Manamon" "Manamon"
"Manamon 2" "Manamon 2"
"Monkey Business"
"MudSplat French" "MudSplat French"
"MudSplat English" "MudSplat English"
#"MudSplat Swedish" #"MudSplat Swedish"
@ -1846,6 +1847,17 @@ EOF
wine "${cache}/manamon2_installer.exe" /silent wine "${cache}/manamon2_installer.exe" /silent
add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe" 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") "MudSplat English")
a="a" a="a"
f="f" f="f"