From 8b8cec07fd2330d7a4df7b5e9c3396a988411aa3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 3 May 2021 22:16:24 -0400 Subject: [PATCH] Fixed a typo. --- audiogame-manager.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index c6444e4..ced9ef8 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -210,7 +210,7 @@ checklist() { if command -v xdotool &> /dev/null ; then echo "Xdotool is installed." else - errorList+=("Warning: Xdotool is not installed. Some installlers may not work or may need manual intervention.") + errorList+=("Warning: Xdotool is not installed. Some installers may not work or may need manual intervention.") fi # Show the results if [[ ${#errorList[@]} -eq 0 ]]; then @@ -652,6 +652,7 @@ gameList=( #"Sammy Center" "Sequence Storm" "Shades of Doom" + "Shooter Extreme" #"Silver Dollar" "Slender Lost Vision" "Sonic Zoom" @@ -1238,6 +1239,14 @@ EOF wget -O "$WINEPREFIX/drive_c/Program Files/sequence-storm/settings.json" "https://stormgames.wolfe.casa/downloads/sequencestorm-settings.json" add_launcher "c:\Program Files\sequence-storm\SequenceStorm.exe" ;; + "Shooter Extreme") + export winVer="win7" + install_wine_bottle speechsdk + download "http://tunmi13.ddns.net/projects/sxt.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/sxt.zip" + #find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; + #add_launcher "c:\Program Files\" + ;; "Shades of Doom") export winVer="win7" install_wine_bottle vb6run dx8vb speechsdk