Added new Aprone game "Penta Path".
This commit is contained in:
parent
7736b3a8a1
commit
25b720cea3
@ -318,6 +318,7 @@ get_bottle() {
|
|||||||
"dog-who-hates-toast"*) ;&
|
"dog-who-hates-toast"*) ;&
|
||||||
"lunimals"*) ;&
|
"lunimals"*) ;&
|
||||||
"paw-prints"*) ;&
|
"paw-prints"*) ;&
|
||||||
|
"penta-path"*) ;&
|
||||||
"preludeamals"*) ;&
|
"preludeamals"*) ;&
|
||||||
"puzzle-divided"*) ;&
|
"puzzle-divided"*) ;&
|
||||||
"rettou"*) ;&
|
"rettou"*) ;&
|
||||||
@ -1202,6 +1203,7 @@ gameList=(
|
|||||||
"Paladin of the Sky"
|
"Paladin of the Sky"
|
||||||
"Park Boss"
|
"Park Boss"
|
||||||
"Paw Prints"
|
"Paw Prints"
|
||||||
|
"Penta Path"
|
||||||
"Perilous Hearts"
|
"Perilous Hearts"
|
||||||
"Pontes Kickups!"
|
"Pontes Kickups!"
|
||||||
"Pigeon Panic"
|
"Pigeon Panic"
|
||||||
@ -2628,6 +2630,16 @@ EOF
|
|||||||
wine 'c:\Program Files\pawprints\checkup.exe' /verysilent
|
wine 'c:\Program Files\pawprints\checkup.exe' /verysilent
|
||||||
add_launcher "c:\Program Files\pawprints\PawPrints.exe"
|
add_launcher "c:\Program Files\pawprints\PawPrints.exe"
|
||||||
;;
|
;;
|
||||||
|
"Penta Path")
|
||||||
|
export bottle="aprone"
|
||||||
|
export winVer="win7"
|
||||||
|
export winetricksSettings="vd=1024x768"
|
||||||
|
download "http://www.kaldobsky.com/audiogames/pentapath.zip"
|
||||||
|
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/pentapath" "${cache}/pentapath.zip"
|
||||||
|
wine 'c:\Program Files\pentapath\checkup.exe' /verysilent
|
||||||
|
add_launcher "c:\Program Files\pentapath\PentaPath.exe"
|
||||||
|
;;
|
||||||
"Perilous Hearts")
|
"Perilous Hearts")
|
||||||
download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe"
|
download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user