Merged to master for new release.
This commit is contained in:
commit
8ff0a56874
@ -524,6 +524,7 @@ gameList=(
|
||||
"Crazy Party"
|
||||
"Crazy Tennis"
|
||||
"Death on the Road"
|
||||
"Deathmatch"
|
||||
"Duck Hunt"
|
||||
"Easter Quest"
|
||||
#"Entombed"
|
||||
@ -550,6 +551,7 @@ gameList=(
|
||||
"Pacman Talks"
|
||||
"Palace Punch Up"
|
||||
"Paladin of the Sky"
|
||||
"Park Boss"
|
||||
"Perilous Hearts"
|
||||
"Pontes Kickups!"
|
||||
"Q9"
|
||||
@ -575,6 +577,7 @@ gameList=(
|
||||
#"Three D velocity"
|
||||
"Top Speed 3"
|
||||
"Triple Triad"
|
||||
"Tube Sim"
|
||||
"Undead Assault"
|
||||
"VIP Mud"
|
||||
#"World of War"
|
||||
@ -717,6 +720,14 @@ case "${game}" in
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/death on the road" "${cache}/road_en.zip"
|
||||
add_launcher "c:\Program Files\death on the road/game.exe"
|
||||
;;
|
||||
"Deathmatch")
|
||||
export winVer="win7"
|
||||
export winetricksSettings="vd=1024x768"
|
||||
install_wine_bottle quartz speechsdk
|
||||
download "https://www.agarchive.net/games/realitySoftware/death%20match%20project%20alpha%20setup.exe"
|
||||
wine "${cache}/death match project alpha setup.exe" /silent
|
||||
add_launcher "c:\Program Files\reality software\death match project alpha\dm1.exe"
|
||||
;;
|
||||
"Duck Hunt")
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
download "http://files.l-works.net/dhsetup.exe"
|
||||
@ -975,20 +986,21 @@ 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"
|
||||
wine "${cache}/perilous hearts concept demo.exe" /silent
|
||||
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe"
|
||||
;;
|
||||
"Pontes Kickups!")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.pontes.ro/ro/divertisment/games/PontesKickUpsInstaller.exe"
|
||||
wine "${cache}/PontesKickUpsInstaller.exe" /silent /q
|
||||
rm -fv "${WINEPREFIX}/drive_c/Program Files/Pontes Games/Pontes Kick-ups/nvdaControllerClient32.dll"
|
||||
add_launcher "c:\Program Files\Pontes Games\Pontes Kick-ups\PontesKickUps.exe"
|
||||
;;
|
||||
"Q9")
|
||||
install_wine_bottle
|
||||
download "http://www.blastbay.com/q9_english_installer.exe"
|
||||
@ -1103,10 +1115,10 @@ EOF
|
||||
"Survive the Wild")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "https://stormgames.wolfe.casa/downloads/survive-the-wild.tar.xz"
|
||||
echo "Extracting files..."
|
||||
tar xf "${cache}/survive-the-wild.tar.xz" -C "$WINEPREFIX/drive_c/Program Files/"
|
||||
add_launcher "c:\Program Files\Sam Tupy\Survive the Wild\stw.exe"
|
||||
download "http://www.samtupy.com/games/stw.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/Survive the Wild" "${cache}/stw.zip"
|
||||
rm -fv "${HOME}/.local/wine/survive-the-wild/drive_c/Program Files/Survive the Wild/nvdaControllerClient32.dll"
|
||||
add_launcher "c:\Program Files\Survive the Wild\stw.exe"
|
||||
;;
|
||||
"Swamp")
|
||||
export winVer="win7"
|
||||
@ -1175,6 +1187,15 @@ EOF
|
||||
wine "c:\Program Files\Triple Triad\Checkup.exe" /verysilent
|
||||
add_launcher "c:\Program Files\Triple Triad\TripleTriad.exe"
|
||||
;;
|
||||
"Tube Sim")
|
||||
export winVer="win7"
|
||||
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
|
||||
wineserver -w
|
||||
add_launcher "c:\Program Files\NASoft\TubeSim\tsMain.exe"
|
||||
;;
|
||||
"Undead Assault")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user