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

Difference between revisions of "DP EF NODEPTHTEST"

From Quake Wiki

(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...)
 
(No difference)

Latest revision as of 15:15, 28 February 2008

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.