Testing Entombed.
This commit is contained in:
parent
b2114a4f53
commit
bbe004dc36
@ -6,7 +6,7 @@ export DIALOGOPTS='--no-lines --visit-items'
|
||||
# Automatic update function
|
||||
update() {
|
||||
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
|
||||
fi
|
||||
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"
|
||||
"Crazy Party"
|
||||
"Easter Quest"
|
||||
"Entombed"
|
||||
"Fuck That Bird"
|
||||
"Kitchensinc Games"
|
||||
"Light Cars"
|
||||
"Lockpick"
|
||||
"Oh Shit!"
|
||||
"Pontes Kickups!"
|
||||
"Run For Your Life"
|
||||
"Shades of Doom"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
@ -381,6 +384,13 @@ case "${game}" in
|
||||
wine "${cache}/easter quest setup.exe" /silent
|
||||
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")
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
@ -421,6 +431,21 @@ case "${game}" in
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip"
|
||||
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")
|
||||
install_wine_bottle vcrun6
|
||||
download "http://www.gmagames.com/sod20022.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user