From d133129fd2668554d3e358a68fda89b76ff94f6f Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 26 Aug 2019 10:45:14 -0500 Subject: [PATCH] Updated Projected textures (markdown) --- Projected-textures.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Projected-textures.md b/Projected-textures.md index 899fb88..63b4b8e 100644 --- a/Projected-textures.md +++ b/Projected-textures.md @@ -30,4 +30,9 @@ By default, Mapbase uses a shadow map resolution of `2048` with a filter size of Even though the vast majority of these changes come from other projects, Mapbase still has its own changes that help with env_projectedtexture itself. Here's some new I/O/KV that were not ported from other projects and are not known to exist elsewhere: -(Always Draw) \ No newline at end of file +**KeyValues** +* **Always Draw** `` - Forces the projected texture to always draw, regardless of whether the player can see its frustum. This is for projected textures that can be seen on monitors or are in the skybox. +* **Don't follow target** `` - Prevents the projected texture from actually following its target, if it has one. Intended to be used with "Light Only Target" so it only lights the target without actually following it. + +**Inputs** +* **AlwaysDrawOn/Off** `` - Toggles the "Always Draw" keyvalue. \ No newline at end of file