From 793efc694b2093c27806733c1b0f638b88a1641c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 18 Oct 2020 09:21:13 -0400 Subject: [PATCH] Merged to master. --- audiogame-manager.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 1fac03e..069b980 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -336,6 +336,7 @@ gameList=( "Lockpick" "Manamon" "Manamon 2" + "Paladin of the Sky" "Pontes Kickups!" "Run For Your Life" "Shades of Doom" @@ -490,6 +491,13 @@ case "${game}" in wine "${cache}/manamon2_installer.exe" /silent add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe" ;; + "Paladin of the Sky") + export winVer="win7" + install_wine_bottle speechsdk + download "http://www.vgstorm.com/cod/pots/paladin_installer.exe" + wine "${cache}/paladin_installer.exe" /silent + add_launcher "c:\Program Files\VGStorm.com\Paladin of the Sky\game.exe" + ;; "Pontes Kickups!") export winVer="win7" install_wine_bottle speechsdk