From 614094ad2b8511173fa14ada2f827331b60a1c59 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 25 Aug 2024 14:06:53 -0400 Subject: [PATCH] Clean up some text that got through the filter for Doom's tts. --- .scripts/FreeDoom.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index 94ee866..3936297 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -74,11 +74,12 @@ export antiGrepStrings=( '-E' '-v' '-e' '^[0-9]' '-e' '^P_StartScript:' - '-e' '^(Facing|INTRO|MAP[0-9]+)' + '-e' '^(Facing|INTRO|MAP[0-9]+|^Unknown)' '-e' '^(\[Toby Accessibility Mod\] )?README' '-e' '^ *TITLEMAP' '-e' '^\[Toby Accessibility Mod\] (INTRO|READMe)([0-9]+).*' '-e' 'key card' + '-e' '^New PDA Entry:' '-e' "^(As |Computer Voice:|Holy|I |I've|Monorail|Ugh|What|Where)" ) @@ -95,6 +96,7 @@ export sedStrings=('-E' #'-e' 's:.*/:Game saved. \(:' '-e' 's/UAC/U A C/' '-e' 's/^\+//' + '-e' 's/ ?\*+ ?//g' ) custom_game() {