Merged to master for new release.

This commit is contained in:
Storm Dragon 2021-01-16 23:36:07 -05:00
commit 8ff0a56874

View File

@ -524,6 +524,7 @@ gameList=(
"Crazy Party" "Crazy Party"
"Crazy Tennis" "Crazy Tennis"
"Death on the Road" "Death on the Road"
"Deathmatch"
"Duck Hunt" "Duck Hunt"
"Easter Quest" "Easter Quest"
#"Entombed" #"Entombed"
@ -550,6 +551,7 @@ gameList=(
"Pacman Talks" "Pacman Talks"
"Palace Punch Up" "Palace Punch Up"
"Paladin of the Sky" "Paladin of the Sky"
"Park Boss"
"Perilous Hearts" "Perilous Hearts"
"Pontes Kickups!" "Pontes Kickups!"
"Q9" "Q9"
@ -575,6 +577,7 @@ gameList=(
#"Three D velocity" #"Three D velocity"
"Top Speed 3" "Top Speed 3"
"Triple Triad" "Triple Triad"
"Tube Sim"
"Undead Assault" "Undead Assault"
"VIP Mud" "VIP Mud"
#"World of War" #"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" 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" 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") "Duck Hunt")
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk
download "http://files.l-works.net/dhsetup.exe" download "http://files.l-works.net/dhsetup.exe"
@ -975,20 +986,21 @@ 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"
;; ;;
"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") "Perilous Hearts")
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe" download "https://www.agarchive.net/games/blastbay/perilous%20hearts%20concept%20demo.exe"
wine "${cache}/perilous hearts concept demo.exe" /silent wine "${cache}/perilous hearts concept demo.exe" /silent
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe" 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") "Q9")
install_wine_bottle install_wine_bottle
download "http://www.blastbay.com/q9_english_installer.exe" download "http://www.blastbay.com/q9_english_installer.exe"
@ -1103,10 +1115,10 @@ EOF
"Survive the Wild") "Survive the Wild")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "https://stormgames.wolfe.casa/downloads/survive-the-wild.tar.xz" download "http://www.samtupy.com/games/stw.zip"
echo "Extracting files..." unzip -d "$WINEPREFIX/drive_c/Program Files/Survive the Wild" "${cache}/stw.zip"
tar xf "${cache}/survive-the-wild.tar.xz" -C "$WINEPREFIX/drive_c/Program Files/" rm -fv "${HOME}/.local/wine/survive-the-wild/drive_c/Program Files/Survive the Wild/nvdaControllerClient32.dll"
add_launcher "c:\Program Files\Sam Tupy\Survive the Wild\stw.exe" add_launcher "c:\Program Files\Survive the Wild\stw.exe"
;; ;;
"Swamp") "Swamp")
export winVer="win7" export winVer="win7"
@ -1175,6 +1187,15 @@ EOF
wine "c:\Program Files\Triple Triad\Checkup.exe" /verysilent wine "c:\Program Files\Triple Triad\Checkup.exe" /verysilent
add_launcher "c:\Program Files\Triple Triad\TripleTriad.exe" 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") "Undead Assault")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk