Added Perilous Hearts and Palace Punch Up
This commit is contained in:
parent
c32095256a
commit
c8fd244c64
@ -387,7 +387,7 @@ gameList=(
|
|||||||
"Easter Quest"
|
"Easter Quest"
|
||||||
#"Entombed"
|
#"Entombed"
|
||||||
"Fantasy Story II"
|
"Fantasy Story II"
|
||||||
"Fartman"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
"Fuck That Bird"
|
"Fuck That Bird"
|
||||||
"GMA Tank Commander"
|
"GMA Tank Commander"
|
||||||
@ -401,7 +401,9 @@ gameList=(
|
|||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
"Oh Shit!"
|
"Oh Shit!"
|
||||||
|
"Palace Punch Up"
|
||||||
"Paladin of the Sky"
|
"Paladin of the Sky"
|
||||||
|
"Perilous Hearts"
|
||||||
"Pontes Kickups!"
|
"Pontes Kickups!"
|
||||||
"Q9"
|
"Q9"
|
||||||
"Revenge of the Undead"
|
"Revenge of the Undead"
|
||||||
@ -717,6 +719,12 @@ EOF
|
|||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
||||||
;;
|
;;
|
||||||
|
"Palace Punch Up")
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "https://www.agarchive.net/games/blastbay/palace%20punch-up%20setup.exe"
|
||||||
|
wine "${cache}/palace punch-up setup.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\Palace Punch-up\palace.exe"
|
||||||
|
;;
|
||||||
"Paladin of the Sky")
|
"Paladin of the Sky")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
@ -724,6 +732,12 @@ EOF
|
|||||||
wine "${cache}/paladin_installer.exe" /silent
|
wine "${cache}/paladin_installer.exe" /silent
|
||||||
add_launcher "c:\Program Files\VGStorm.com\Paladin of the Sky\game.exe"
|
add_launcher "c:\Program Files\VGStorm.com\Paladin of the Sky\game.exe"
|
||||||
;;
|
;;
|
||||||
|
"Perilous Hearts")
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe"
|
||||||
|
wine "${cache}/perilous hearts concept demo.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.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