From 05f428d72250e00822bcde9e0950b84ef3800bad Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 28 Feb 2024 12:52:38 -0500 Subject: [PATCH] Galactic Strike ready to go. Apparently the problems with it were coming from my nvidia card and the wine driver for it. --- audiogame-manager.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 46938fe..1880561 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1169,7 +1169,7 @@ gameList=( #"Fartman" "Finger Panic" "Fuck That Bird" - #"Galactic Strike" + "Galactic Strike" "GMA Tank Commander" "Grizzly Gulch" "Hammer of Glory" @@ -2246,6 +2246,9 @@ download "https://erion.cf/files/ag_103.zip" install_wine_bottle speechsdk unzip -d "$WINEPREFIX/drive_c/Program Files/Galactic Strike" "${cache}/Galactic Strike 1.2.zip" add_launcher "c:\Program Files\Galactic Strike\Galactic Strike.exe" + echo "Use controls wasd to movi and navigate the menu." + echo "Use m to fire and select items from the menu." + alert ;; "GMA Tank Commander") download "http://www.gmagames.com/gtc120.exe"