Add more grep strings for freedoom.

This commit is contained in:
Michael Taboada 2024-01-21 16:38:59 -08:00
parent f9b5e0e1c6
commit 04f6b5e1a1

View File

@ -26,6 +26,16 @@ doomGames=(
grepStrings=( grepStrings=(
'-E' '-E'
'-e' 'stood where'
'-e' 'was .+ed by'
'-e' 'Fraglimit hit\.'
'-e' 'chewed on'
'-e' 'The maximum'
'-e' 'swapped two barrels'
'-e' 'MAP \d+'
'-e' 'swallowed too much of'
'-e' 'exited the level'
'-e' 'joined the game'
'-e' '^[0-9]+\. ' '-e' '^[0-9]+\. '
'-e' '^"cl_run"' '-e' '^"cl_run"'
'-e' '^Game saved. ' '-e' '^Game saved. '