Testing Entombed.

This commit is contained in:
Storm Dragon 2020-10-06 14:59:04 -04:00
parent b2114a4f53
commit bbe004dc36

View File

@ -6,7 +6,7 @@ export DIALOGOPTS='--no-lines --visit-items'
# Automatic update function # Automatic update function
update() { update() {
local filePath="$(command -v ${0})" local filePath="$(command -v ${0})"
if file "${filePath}" | grep 'Bourne-Again shell script, ASCII text' ; then if file "${filePath}" | grep -q 'Bourne-Again shell script, ASCII text' ; then
return return
fi fi
if [[ "$(wget --quiet -O - https://stormgames.wolfe.casa/downloads/audiogame-manager | sha256sum | cut -d ' ' -f1)" == "$(sha256sum "${filePath}" | cut -d ' ' -f1)" ]]; then if [[ "$(wget --quiet -O - https://stormgames.wolfe.casa/downloads/audiogame-manager | sha256sum | cut -d ' ' -f1)" == "$(sha256sum "${filePath}" | cut -d ' ' -f1)" ]]; then
@ -302,11 +302,14 @@ gameList=(
"Bloodshed" "Bloodshed"
"Crazy Party" "Crazy Party"
"Easter Quest" "Easter Quest"
"Entombed"
"Fuck That Bird" "Fuck That Bird"
"Kitchensinc Games" "Kitchensinc Games"
"Light Cars" "Light Cars"
"Lockpick" "Lockpick"
"Oh Shit!" "Oh Shit!"
"Pontes Kickups!"
"Run For Your Life"
"Shades of Doom" "Shades of Doom"
"Super Egg Hunt" "Super Egg Hunt"
"Super Liam" "Super Liam"
@ -381,6 +384,13 @@ case "${game}" in
wine "${cache}/easter quest setup.exe" /silent wine "${cache}/easter quest setup.exe" /silent
add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe" add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe"
;; ;;
"Entombed")
install_wine_bottle msvcrt40 speechsdk xna31
download "http://www.blind-games.com/EntombedSetup.exe" "http://www.blind-games.com/EntombedUpdate.exe"
wine "${cache}/EntombedSetup.exe" /silent
wine "${cache}/EntombedUpdate.exe" /silent
#add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe"
;;
"Fuck That Bird") "Fuck That Bird")
export winVer="win7" export winVer="win7"
install_wine_bottle install_wine_bottle
@ -421,6 +431,21 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip"
add_launcher "c:\Program Files\oh_shit\OhShit.exe" add_launcher "c:\Program Files\oh_shit\OhShit.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"
;;
"Run For Your Life")
export winVer="win7"
install_wine_bottle
download "http://oriolgomez.com/games/rfyl_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/run for your life" "${cache}/rfyl_en.zip"
add_launcher "c:\Program Files\run for your life/game.exe"
;;
"Shades of Doom") "Shades of Doom")
install_wine_bottle vcrun6 install_wine_bottle vcrun6
download "http://www.gmagames.com/sod20022.exe" download "http://www.gmagames.com/sod20022.exe"