New attempt to provide information from Doom. No longer using window title reader.
This commit is contained in:
parent
504c95a84f
commit
439f716a37
@ -404,8 +404,11 @@ game_launcher() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*doom*)
|
*doom*)
|
||||||
${0%/*}/speech/speak_window_title.sh gzdoom &
|
exec stdbuf -oL ${game} | stdbuf -oL grep -E \
|
||||||
exec ${game}
|
-e '^MAP[0-9]*' \
|
||||||
|
-e '^Game saved. ' \
|
||||||
|
-e '^Player was ' \
|
||||||
|
-e '^You have no keys in your pocket!$' | spd-say -e
|
||||||
;;
|
;;
|
||||||
*"main.py")
|
*"main.py")
|
||||||
pushd "${game%/*}"
|
pushd "${game%/*}"
|
||||||
|
Loading…
Reference in New Issue
Block a user