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