Clean up some text that got through the filter for Doom's tts.

This commit is contained in:
Storm Dragon 2024-08-25 14:06:53 -04:00
parent 8a5d0be2b4
commit 614094ad2b

View File

@ -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() {