Slay the Spire now available with a11y mods enabled. Requires either gog.com installer or the game be available in your Steam library.

This commit is contained in:
Storm Dragon 2023-08-01 21:54:47 -04:00
parent 088f876fe8
commit ccf305bd5f

View File

@ -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