Clean up some text that got through the filter for Doom's tts.
This commit is contained in:
parent
8a5d0be2b4
commit
614094ad2b
@ -74,11 +74,12 @@ export antiGrepStrings=(
|
|||||||
'-E' '-v'
|
'-E' '-v'
|
||||||
'-e' '^[0-9]'
|
'-e' '^[0-9]'
|
||||||
'-e' '^P_StartScript:'
|
'-e' '^P_StartScript:'
|
||||||
'-e' '^(Facing|INTRO|MAP[0-9]+)'
|
'-e' '^(Facing|INTRO|MAP[0-9]+|^Unknown)'
|
||||||
'-e' '^(\[Toby Accessibility Mod\] )?README'
|
'-e' '^(\[Toby Accessibility Mod\] )?README'
|
||||||
'-e' '^ *TITLEMAP'
|
'-e' '^ *TITLEMAP'
|
||||||
'-e' '^\[Toby Accessibility Mod\] (INTRO|READMe)([0-9]+).*'
|
'-e' '^\[Toby Accessibility Mod\] (INTRO|READMe)([0-9]+).*'
|
||||||
'-e' 'key card'
|
'-e' 'key card'
|
||||||
|
'-e' '^New PDA Entry:'
|
||||||
'-e' "^(As |Computer Voice:|Holy|I |I've|Monorail|Ugh|What|Where)"
|
'-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:.*/:Game saved. \(:'
|
||||||
'-e' 's/UAC/U A C/'
|
'-e' 's/UAC/U A C/'
|
||||||
'-e' 's/^\+//'
|
'-e' 's/^\+//'
|
||||||
|
'-e' 's/ ?\*+ ?//g'
|
||||||
)
|
)
|
||||||
|
|
||||||
custom_game() {
|
custom_game() {
|
||||||
|
Loading…
Reference in New Issue
Block a user