From c8b553fdc618da954e996ddb1bb1a4a71fb47e8d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 21 Aug 2024 03:00:34 -0400 Subject: [PATCH] A couple more strings I missed with grep. --- .scripts/FreeDoom.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index 3caddc0..94ee866 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -79,7 +79,7 @@ export antiGrepStrings=( '-e' '^ *TITLEMAP' '-e' '^\[Toby Accessibility Mod\] (INTRO|READMe)([0-9]+).*' '-e' 'key card' - '-e' "^(As |Computer Voice:|I |I've|Monorail|Ugh|What|Where)" + '-e' "^(As |Computer Voice:|Holy|I |I've|Monorail|Ugh|What|Where)" ) export sedStrings=('-E' @@ -94,6 +94,7 @@ export sedStrings=('-E' '-e' 's/"cl_run" = "false"/walk/' #'-e' 's:.*/:Game saved. \(:' '-e' 's/UAC/U A C/' + '-e' 's/^\+//' ) custom_game() {