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.