From 478bdeadf0219446c0f71a1cb8eef9e46f80df11 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Mon, 6 Mar 2023 21:00:46 -0500 Subject: [PATCH 1/3] Clipboard reader now respects the rate set in speech-dispatcher with spd-conf. --- speech/clipboard_reader.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/speech/clipboard_reader.sh b/speech/clipboard_reader.sh index d0c489e..4c13cae 100755 --- a/speech/clipboard_reader.sh +++ b/speech/clipboard_reader.sh @@ -27,7 +27,7 @@ while pgrep -u "$USER" ^$1 &> /dev/null ; do if [[ -w "${socketFile}" ]]; then echo "<#APPEND#>$cliptext" | socat - UNIX-CLIENT:"${socketFile}" else - spd-say -w -r 50 -- "$cliptext" + spd-say -w -- "$cliptext" fi fi else @@ -37,7 +37,7 @@ while pgrep -u "$USER" ^$1 &> /dev/null ; do if [[ -w "${socketFile}" ]]; then echo "$cliptext" | socat - UNIX-CLIENT:"${socketFile}" else - spd-say -r 50 -- "$cliptext" + spd-say -- "$cliptext" fi fi fi From 6303ea5b034bf91c7ebbf466209134d5d2da7e39 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Thu, 16 Mar 2023 13:43:27 -0700 Subject: [PATCH 2/3] Create two directories not present in the mist world installation that allow saving of certain data. --- audiogame-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 0c96e6c..52d14b9 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2346,6 +2346,7 @@ EOF sed -i 's/1024m/768m/g' "$WINEPREFIX/drive_c/Program Files/Mist World/mw.exe.vmoptions" cp "$WINEPREFIX/drive_c/Program Files/Mist World/"{mw.exe.vmoptions,update.exe.vmoptions} find "$WINEPREFIX/drive_c/Program Files/Mist World" -iname "nvdaControllerClient32.dll" -exec cp "$cache/nvda2speechd32.dll" "{}" \; + mkdir "$WINEPREFIX/drive_c/Program Files/Mist World/"{user,users} add_launcher 'c:\Program Files\Mist World\mw.exe' echo echo "If you do not have an account, There is a script in game-scripts to help." From e8dc17c7fd7362d1279bac7f7530104544ddff6e Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Thu, 16 Mar 2023 16:51:36 -0400 Subject: [PATCH 3/3] Added instructions for enabling automatic login for Mist World. --- audiogame-manager.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 52d14b9..e33a8f4 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2353,7 +2353,10 @@ EOF echo "Launch the game, press enter on create account, then drop into a console so the game window does not lose focus." echo "Change to the game-scripts directory and run" echo "./mist_world_account_creator.sh and follow the prompts." - echo "To login, type your email address, press tab, and type your password. Press enter to confirm." + echo + echo "To login, type your email address, press tab, and type your password." + echo "If you want to enable automatic login, press tab two times followed by space, then tab and enter." + echo "If you do not want to auto login, you can just press enter after typing your password." alert ;; "Monkey Business")