Talk:Env projectedtexture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
These inputs are not specified in base.fgd ... have they been removed? I've commented them out of the article for now. --[[User:Beeswax|Beeswax]] 16:09, 13 Apr 2008 (PDT)
These inputs are not specified in base.fgd ... have they been removed? I've commented them out of the article for now. --[[User:Beeswax|Beeswax]] 16:09, 13 Apr 2008 (PDT)
:They've never been in the FGD, but they are all in the source code. --[[user:TomEdwards|TomEdwards]] 01:22, 14 Apr 2008 (PDT)
:They've never been in the FGD, but they are all in the source code. --[[user:TomEdwards|TomEdwards]] 01:22, 14 Apr 2008 (PDT)
:: Thought it might be something like that ... thanks. I did try (in EP2) to test by firing the SpotlightTexture from a custom logic_auto output but I couldn't get it to work ... Any tips would be appreciated as this seems like the most exciting feature. --[[User:Beeswax|Beeswax]] 07:11, 14 Apr 2008 (PDT)
== Player Parenting ==
How do you parent this entity to the Player? I tried various [[Targetname]] tokens (!player, etc) as parentname but it didn't like any of them ... --[[User:Beeswax|Beeswax]] 07:11, 14 Apr 2008 (PDT)

Revision as of 07:11, 14 April 2008

Mysterious Inputs

*; target <entity> : Specify a new <target_desination> entity.
*; cameraspace <bool> : See above keyvalues.
*; LightOnlyTarget <bool> : See above keyvalues. : {bug|Non-functional.}}
*; LightWorld <bool> : See above keyvalues. : {bug|Cannot be re-enabled.}}
*; EnableShadows <bool> : See above keyvalues.
*; Ambient <float>
*; SpotlightTexture <VTF/string> :A VTF file (not VMT), relative to /models.

These inputs are not specified in base.fgd ... have they been removed? I've commented them out of the article for now. --Beeswax 16:09, 13 Apr 2008 (PDT)

They've never been in the FGD, but they are all in the source code. --TomEdwards 01:22, 14 Apr 2008 (PDT)
Thought it might be something like that ... thanks. I did try (in EP2) to test by firing the SpotlightTexture from a custom logic_auto output but I couldn't get it to work ... Any tips would be appreciated as this seems like the most exciting feature. --Beeswax 07:11, 14 Apr 2008 (PDT)

Player Parenting

How do you parent this entity to the Player? I tried various Targetname tokens (!player, etc) as parentname but it didn't like any of them ... --Beeswax 07:11, 14 Apr 2008 (PDT)