A couple more strings I missed with grep.
This commit is contained in:
parent
bb8c53520a
commit
c8b553fdc6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user