Skip to content

Implemented relative team announcing and a smarter CTF announcer

z411 requested to merge z411/ctf_relative into pending-release

This branch tentatively implements relative announcing in Capture the Flag.

It changes "(color) flag taken/returned" to "Your flag has been taken/returned" or "The enemy flag has been taken/returned" depending on which team you are playing in.

ctf1

If you're spectating, it switches to the old behavior:

ctf2

This MR also makes the CTF a proper announcer now (previously the voice was mixed in with the flag sounds).

Missing things:

  • Announcer for "Your team scores" or "Enemy team scores", and "Your team/Enemy team/(color) team leads", but this must be implemented in !1076
  • Bug squashing Done
  • Announcer for "You have the flag" Done
  • I suggest also merging this along with !1075 (merged) because in fast paced CTF matches the announcer would overlap a lot. Done
Edited by z411

Merge request reports