From ccf305bd5f719ce1071dd8dc272f167e5e0646d3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 1 Aug 2023 21:54:47 -0400 Subject: [PATCH] Slay the Spire now available with a11y mods enabled. Requires either gog.com installer or the game be available in your Steam library. --- linux-game-manager.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 65ee71d..596bdaf 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -479,7 +479,7 @@ gameList=( "QuentinC Play Room" "Periphery Synthetic EP" "S.E.A." - #"Slay the Spire" + "Slay the Spire" "Slay the Text" "SoundRTS" "soundStrider" @@ -697,8 +697,12 @@ case "${game}" in add_launcher "${installPath}/S.E.A./SEA" ;; "Slay the Spire") - check_dependencies steamcmd - appId="646570" + echo "Please note this requires the game to be available either in your Steam library" + echo "or as the installer purchased from gog.com." + echo "If using the gog.com installer, please use the default path when prompted." + alert + check_dependencies steamcmd + appId="646570" if ! [[ -f ~/Downloads/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]] && ! [[ -f ~/Desktop/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]]; then echo "Please enter Steam user name:" read -er steamUser