Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP EF NODEPTHTEST

From Quake Wiki

Revision as of 15:15, 28 February 2008 by KrimZon (talk | contribs) (New page: Adds a new .effects bit: float EF_NODEPTHTEST = 8192; This makes the entity show up to client even through walls, useful with EF_ADDITIVE for special indicators like where team b...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Adds a new .effects bit:

float EF_NODEPTHTEST = 8192;

This makes the entity show up to client even through walls, useful with EF_ADDITIVE for special indicators like where team bases are in a map, so that people don't get lost.