Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Strange lighting glitches? [Archive] - TF2Maps.net Forums

PDA

View Full Version : Strange lighting glitches?


Altaco
07-08-2008, 09:12 PM
I'm working on a map, it's going pretty well.

However, in 2 areas, I get some odd flickering lighting.

I'll just post a video of what I mean:

YouTube - Lighting glitches in TF2
Visit the video's page on youtube to see the annotations, though they don't go too far beyond what I've put here.

Ignore the lack of cubemaps.

In the first part, This only seems to affect the wood textures in the room. The metal beams you see are func_detail, like the bridge, but they don't flicker. In the second example, normal world brushes seem to flicker, and lights seem to fade off when I can't directly see the light source. My map is leak-free, no errors when compiling.

Anyone have an idea what could be causing this and how to fix it?

Arhurt
07-08-2008, 09:20 PM
You probabbly have a model texture on a brush, change the texture for a similar one that has no models/... on their name.

Altaco
07-08-2008, 09:35 PM
You probabbly have a model texture on a brush, change the texture for a similar one that has no models/... on their name.

Yep, turns out I was. I feel silly now.

Hawk
07-09-2008, 09:16 PM
Don't feel silly. The "Oops, I used model textures" stage is something nearly every mapper hits. It makes me wonder why they don't suit Hammer with some kind of warning for it, or bring it up when you run a problem check on your map.

Open Blade
07-10-2008, 12:14 AM
I know everybody says not to use model textures on brushes and I don't but I did notice that turbine has a model texture on the vent brushes. Just saying.

MacBeth
09-29-2008, 08:47 PM
I found that too, when I wanted to make similar vents - there isn't a non-model version of that texture though. Of course, I could always make one... only the strange shininess of that texture seems to work well in the vents anyway.

grazr
09-29-2008, 09:21 PM
Some model textures are usable (such as the hazard overlay textures i believe) in the world. I'm not sure why, i presume it's something to do with how they are compiled in accordance to the model.

Your warning will be the fact that it states model/ or prop/ infront of the indivdual textures name.

When searching for textures i normally just type in wood/ nature/ metal/ etc. Thus eliminating the off chance i may select a model texture. I kind of do it out of habit rather than for that very reason, but that is a benefit of it.