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