Added game Park Boss.
This commit is contained in:
parent
932120353d
commit
54f8b3c2f5
@ -551,6 +551,7 @@ gameList=(
|
||||
"Pacman Talks"
|
||||
"Palace Punch Up"
|
||||
"Paladin of the Sky"
|
||||
"Park Boss"
|
||||
"Perilous Hearts"
|
||||
"Pontes Kickups!"
|
||||
"Q9"
|
||||
@ -985,6 +986,15 @@ EOF
|
||||
wine "${cache}/paladin_installer.exe" /silent
|
||||
add_launcher "c:\Program Files\VGStorm.com\Paladin of the Sky\game.exe"
|
||||
;;
|
||||
"Park Boss")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.ndadamson.com/downloads/Park%20Boss%201.01%20setup.exe"
|
||||
wine "${cache}/Park Boss 1.01 setup.exe" /silent &
|
||||
xdotool sleep 10 key --clearmodifiers Return sleep 1 key alt+n sleep 1 key alt+a sleep 1 key alt+i sleep 10 key alt+f 2> /dev/null
|
||||
wineserver -w
|
||||
add_launcher "c:\Program Files\NASoft\ParkBoss\pbMain.exe"
|
||||
;;
|
||||
"Perilous Hearts")
|
||||
install_wine_bottle speechsdk
|
||||
download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe"
|
||||
@ -1179,7 +1189,7 @@ EOF
|
||||
;;
|
||||
"Tube Sim")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.ndadamson.com/downloads/TubeSim1_1_Install.exe"
|
||||
wine "${cache}/TubeSim1_1_Install.exe" /silent &
|
||||
xdotool sleep 10 key --clearmodifiers Return sleep 1 key alt+n sleep 1 key alt+a sleep 1 key alt+i sleep 10 key alt+f 2> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user