From 87f2fd756c391fd96f2ac18cad328d237cd88a16 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Fri, 2 Jun 2023 20:27:26 -0400 Subject: [PATCH] New Tolk changes pushed. if you have the old Tolk in ~/.cache/audiogame-manager, delete it and the new version will be downloaded on the next install. You can either reinstall existing STW and Christmas Chaos, or download the new Tolk.dll from https://stormgames.wolfe.casa/downloads/Tolk.dll and replace the one in your current STW and Christmas Chaos bottles. --- audiogame-manager.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 0ea4696..6937360 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -825,9 +825,6 @@ game_launcher() { fi fi # for games that require custom scripts before launch or custom launch parameters - if [[ "$game" =~ christmas-chaos ]]; then - "${0%/*}/speech/clipboard_reader.sh" ChristmasChaos & - fi if [[ "$game" =~ dragon-pong ]]; then "${0%/*}/speech/speak_window_title.sh" DragonPong.exe & pushd "$(winepath "$winePath")" @@ -890,11 +887,6 @@ game_launcher() { if [[ "$game" =~ sketchbook ]]; then find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; fi - if [[ "$game" =~ survive-the-wild ]]; then - cd "$(winepath -u "$winePath")" - wine "$winePath\\$wineExec" 2>/dev/null | spd-say -e -- - exit 0 - fi if [[ "$game" =~ audiodisc ]]; then wine "$winePath\\$wineExec" exit 0