Game "Marina Break" added, but disabled currently because it is not speaking.
This commit is contained in:
parent
84cc04c625
commit
d2c8694e8a
@ -968,6 +968,7 @@ gameList=(
|
|||||||
"Lunimals"
|
"Lunimals"
|
||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
|
#"Marina Break"
|
||||||
"Monkey Business"
|
"Monkey Business"
|
||||||
"MudSplat French"
|
"MudSplat French"
|
||||||
"MudSplat English"
|
"MudSplat English"
|
||||||
@ -2008,6 +2009,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"
|
||||||
;;
|
;;
|
||||||
|
"Marina Break")
|
||||||
|
export bottle="nyanchan"
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "https://www.nyanchangames.com/softs/MbSetupE.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||||
|
wine "${cache}/MbSetupE.exe" &
|
||||||
|
xdotool sleep 10 key Return
|
||||||
|
wineserver -w
|
||||||
|
find "${WINEPREFIX}" -type f -name "nvdaControllerClient.dll" -exec rm -fv "{}" \;
|
||||||
|
add_launcher "c:\nyanchangame\MarinaBreak\marinabreak.exe"
|
||||||
|
;;
|
||||||
"Monkey Business")
|
"Monkey Business")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle vb6run dx8vb speechsdk quartz
|
install_wine_bottle vb6run dx8vb speechsdk quartz
|
||||||
|
Loading…
Reference in New Issue
Block a user