From 1d546f46c14df32543fdb4f93f50200e67eb4767 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 16 Apr 2024 03:23:59 -0400 Subject: [PATCH] Improved reading of some items. --- .scripts/TobyCustom/Project_Brutality_Operation_MDK.sh | 6 +++++- .scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh | 6 +++++- .scripts/TobyCustom/Project_Brutality_Toby_Demo.sh | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh b/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh index 7dcea92..6b011b8 100755 --- a/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh +++ b/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh @@ -23,7 +23,11 @@ if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then fi # Extend the search for new messages to be read. -grepStrings+=('-e' 'New PDA Entry:') +grepStrings+=('-e' 'New PDA Entry:' + '-e' 'Lesser demon energy' + '-e' 'Got the ' + '-e' "You've found " + '-e' 'Slot ') # Launch the game and pipe things to be spoken through speech-dispatcher. # This also leaves the console output intact for people who may want to read it. diff --git a/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh b/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh index e85690d..91b4dc6 100755 --- a/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh +++ b/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh @@ -23,7 +23,11 @@ if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then fi # Extend the search for new messages to be read. -grepStrings+=('-e' 'New PDA Entry:') +grepStrings+=('-e' 'New PDA Entry:' + '-e' 'Lesser demon energy' + '-e' 'Got the ' + '-e' "You've found " + '-e' 'Slot ') # Launch the game and pipe things to be spoken through speech-dispatcher. # This also leaves the console output intact for people who may want to read it. diff --git a/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh b/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh index c55d8bc..b6a4f48 100755 --- a/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh +++ b/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh @@ -23,7 +23,11 @@ if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then fi # Extend the search for new messages to be read. -grepStrings+=('-e' 'New PDA Entry:') +grepStrings+=('-e' 'New PDA Entry:' + '-e' 'Lesser demon energy' + '-e' 'Got the ' + '-e' "You've found " + '-e' 'Slot ') # Launch the game and pipe things to be spoken through speech-dispatcher. # This also leaves the console output intact for people who may want to read it.