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"*) ;&
|
||||
"lunimals"*) ;&
|
||||
"paw-prints"*) ;&
|
||||
"penta-path"*) ;&
|
||||
"preludeamals"*) ;&
|
||||
"puzzle-divided"*) ;&
|
||||
"rettou"*) ;&
|
||||
@ -1202,6 +1203,7 @@ gameList=(
|
||||
"Paladin of the Sky"
|
||||
"Park Boss"
|
||||
"Paw Prints"
|
||||
"Penta Path"
|
||||
"Perilous Hearts"
|
||||
"Pontes Kickups!"
|
||||
"Pigeon Panic"
|
||||
@ -2628,6 +2630,16 @@ EOF
|
||||
wine 'c:\Program Files\pawprints\checkup.exe' /verysilent
|
||||
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")
|
||||
download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user