Add game lunimals
This commit is contained in:
parent
fd064c15b1
commit
c7f54148fc
@ -661,6 +661,7 @@ gameList=(
|
|||||||
"Light Cars"
|
"Light Cars"
|
||||||
"Lockpick"
|
"Lockpick"
|
||||||
"Lone Wolf"
|
"Lone Wolf"
|
||||||
|
"Lunimals"
|
||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
#"MudSplat French"
|
#"MudSplat French"
|
||||||
@ -1139,6 +1140,17 @@ EOF
|
|||||||
wineserver -w
|
wineserver -w
|
||||||
add_launcher "c:\Program Files\Lone Wolf\lw.exe"
|
add_launcher "c:\Program Files\Lone Wolf\lw.exe"
|
||||||
;;
|
;;
|
||||||
|
"Lunimals")
|
||||||
|
export winVer="win7"
|
||||||
|
export winetricksSettings="vd=1024x768"
|
||||||
|
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
||||||
|
download "https://kaldobsky.com/audiogames/lunimals.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/lunimals" "${cache}/lunimals.zip"
|
||||||
|
cp "$WINEPREFIX/drive_c/Program Files/lunimals/dx7vb.dll" "$WINEPREFIX/drive_c/windows/system32"
|
||||||
|
wine cmd.exe /c 'cd /d c:\windows\system32 && regsvr32 dx7vb.dll'
|
||||||
|
add_launcher "c:\Program Files\lunimals\Lunimals.exe"
|
||||||
|
echo "Note: Lunimals installed. Once you start the game, you must press tab until you hear sapi on to get speech." >&2
|
||||||
|
;;
|
||||||
"Manamon")
|
"Manamon")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user