Added game Manamon.
This commit is contained in:
parent
7daee10e5f
commit
c7c72a173d
@ -335,6 +335,7 @@ gameList=(
|
|||||||
"Light Cars"
|
"Light Cars"
|
||||||
"Lockpick"
|
"Lockpick"
|
||||||
"Lone Wolf"
|
"Lone Wolf"
|
||||||
|
"Manamon"
|
||||||
"Pontes Kickups!"
|
"Pontes Kickups!"
|
||||||
"Run For Your Life"
|
"Run For Your Life"
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
@ -481,6 +482,13 @@ case "${game}" in
|
|||||||
wine "${cache}/lw350.exe" /silent
|
wine "${cache}/lw350.exe" /silent
|
||||||
#add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
#add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
||||||
;;
|
;;
|
||||||
|
"Manamon")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "https://www.vgstorm.com/manamon/manamon_installer.exe"
|
||||||
|
wine "${cache}/manamon_installer.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\VGStorm.com\Manamon\rpg.exe"
|
||||||
|
;;
|
||||||
"Pontes Kickups!")
|
"Pontes Kickups!")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user