[SOLVED]Env_projectedtexture not projecting
Here's a picture of what I'm talking about:

I have set the env_projectedtexture's flag to always update and it's (obviously) enabled. The projectedtexture projects on the backside of the panel though but not elsewhere.
I have validated both portal2 and hammer files.
- Do you actually turn on the projected texture, when the player enters the room?
- Is "cast shadows" set to yes? (otherwise, the light will always shine through the panel)
- Has it a noticeable brightness?
I suppose you have an entry elevator in your map and it's 1.
Do you have any other env_projectedtexture entities, as you can only have one active at a time, so if another one is active, this one will turn off automatically.
I may be confusing entities can remember... anyways try that
BenVlodgi wrote:
If I remember right, you cant have them start enabled, you have to turn them on once the map has begun, I might be wrong about that,
Well, normally yes, but only because we all use to have an entrance elevator which already has an env_proj_tex in it (into the arrival_elevator_logic instance) and that normally is enabled. Starting from there, the most logical way of proceeding is to set all the rest of *env_proj_tex * as disabled and trigger them as the player goes thorugh the map
Brainstone wrote:
1. Do you actually turn on the projected texture, when the player enters the room?
2. Is "cast shadows" set to yes? (otherwise, the light will always shine through the panel)
3. Has it a noticeable brightness?I suppose you have an entry elevator in your map and it's 1.
- Yes. It works otherwise but it doesn't cast behind the panel
- Yes
- Yes. You can see it elsewhere.
And I don't have an elevator on my map.
Robdon wrote:
Hi,Do you have any other env_projectedtexture entities, as you can only have one active at a time, so if another one is active, this one will turn off automatically.
I only have one.
BenVlodgi wrote:
If I remember right, you cant have them start enabled, you have to turn them on once the map has begun, I might be wrong about that, but I'd try that, also make sure the distance it travels is like atleast 16, for the min, and not HUGE for the max
I may be confusing entities can remember... anyways try that
That was useful. I'll try that.
Edit: Now it does this:

I'll try to investigate what makes that happen.
And yes I have "enable shadows" set as yes as Brainstone told me to.
Edit 2: Ok so apparently everything works well unless I set the FOV of the projected texture to too high. Thats weird...
Anyways thanks everyone for your help I think this can be considered fixed now. ![]()
[07:14] <Kaleido> http://forums.thinking.withportals.com/mapping-help/env-projectedtexture-not-projecting-t7189.html
[07:14] <Kaleido> someone type in that thread to never make projected textures go over 90 degrees
[07:14] <Kaleido> i dont want to log in
npc_msleeper_boss wrote:
[07:14] <Kaleido> http://forums.thinking.withportals.com/mapping-help/env-projectedtexture-not-projecting-t7189.html [07:14] <Kaleido> someone type in that thread to never make projected textures go over 90 degrees [07:14] <Kaleido> i dont want to log in
I still have it as 120 and it works perfectly 
Besides: The smaller the FOV is, the sharper/quality of the shadows are.
Villethemina wrote:
npc_msleeper_boss wrote:
[07:14] <Kaleido> http://forums.thinking.withportals.com/mapping-help/env-projectedtexture-not-projecting-t7189.html [07:14] <Kaleido> someone type in that thread to never make projected textures go over 90 degrees [07:14] <Kaleido> i dont want to log inI still have it as 120 and it works perfectly
It starts deteriorating after 90. You'll start seeing some weird shadow behavior in the farthest edges of the FOV, especially for moving objects.
Kaleido wrote:
It starts deteriorating after 90. You'll start seeing some weird shadow behavior in the farthest edges of the FOV, especially for moving objects.Skotty wrote:
... but could cause problems. Besides: The smaller the FOV is, the sharper/quality of the shadows are.
Ok thx for the info.