From 087cec868198e7ab6e24ddbf5cba4949b22fab45 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 16 Dec 2020 19:54:45 -0500 Subject: [PATCH] Added game "The Gate" but it is not working fully yet, it freezes after the intro scene. --- audiogame-manager.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 64a88a6..5d522cf 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -489,6 +489,7 @@ gameList=( "Swamp" "Technoshock" "The Blind Swordsman" + #"The Gate" "The Great Toy Robbery" #"Three D velocity" "Top Speed 3" @@ -839,7 +840,7 @@ EOF add_launcher "c:\Program Files\oh_shit\OhShit.exe" ;; "Pacman Talks") - install_wine_bottle speechsdk + install_wine_bottle download "http://www.gmagames.com/pmt101.exe" wine "${cache}/pmt101.exe" /silent & xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null @@ -1000,6 +1001,13 @@ EOF unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/the blind swordsmanPC.zip" add_launcher "c:\Program Files\TheBlindSwordsman.exe" ;; + "The Gate") + export winVer="win7" + install_wine_bottle + download "http://www.vgstorm.com/the_gate_installer.exe" + wine "${cache}/the_gate_installer.exe" /silent + add_launcher "c:\Program Files\VGStorm.com\The Gate\gate.exe" + ;; "The Great Toy Robbery") export winVer="win7" install_wine_bottle speechsdk