]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Improve when waypoints are shown in ka/tka/kh/ctf
authorotta8634 <k9wolf@pm.me>
Sun, 9 Mar 2025 08:27:00 +0000 (16:27 +0800)
committerotta8634 <k9wolf@pm.me>
Sun, 9 Mar 2025 08:49:15 +0000 (16:49 +0800)
commitecf72dab2f936077c14fb9d8e9f2a79897b7f64e
treebf61a6420dd9c6b495f9d6a1f2c8afea2e2727c5
parent2eba6ff12b14c56177a5e21d9c6f04a803e68a46
Improve when waypoints are shown in ka/tka/kh/ctf

Hid the waypoint from enemies when the player is "invisible."
Defined IS_INVISIBLE as alpha <= 0.25, has Invisibility powerup, or Cloaked mutator enabled, in qcsrc/server/utils.qh.
Showed waypoints in warmup in ka/tka/kh, and to spectators (unless they're spectating a key/ball carrier, so the waypoint isn't constantly shown at the top of the screen).
Allowed g_balance_keyhunt_delay_tracking to be negative, so that the tracking waypoints never appear.
Added cvars g_keepawayball_tracking and g_tkaball_tracking to customize when waypoints show in ka/tka.
- 0 means they never show.
- 1 means they always show.
- 2 means they show only on the dropped ball.
gamemodes-server.cfg
qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qc
qcsrc/common/gamemodes/gamemode/keepaway/sv_keepaway.qc
qcsrc/common/gamemodes/gamemode/keyhunt/sv_keyhunt.qc
qcsrc/common/gamemodes/gamemode/tka/sv_tka.qc
qcsrc/server/utils.qh