Please or Register to create posts and topics.

Fog/fading question

More a general mapping question than portal really.

How did they do the blue fade effect seen in the last escape level?

http://www.thebighand.co.uk/blue%20fade.jpg

I am guessing its some kind of func_brush, but playing around with various render modes has gotten me nowhere. There are fog entities but these seem more complex, and running that bsp through vmex results in a map that crashes hammer.

Only a spider trusts the web

Probably just your standard fade distance, with a blue fade color setting.

[Important Threads] Forum Rules | Welcome to the new Thinking With Portals
Please do not Private Message me for assistance. Post a thread if you have questions or concerns.
If you need to contact the staff privately, contact the Global Moderators via Discord.

It's a fog entity, almost certainly. (env_fog_controller)
with a colour of roughly 130 180 200, and a high fog end number

Its not actually that complex, the only keyvaules you need to use are

"fog enable" - yes or no
"fog start" - how close to your eye it starts (inches)
"fog end" - how far away it stops
"primary fog colour" - colour at the front?
"secondary fog colour" - colour at the back?

hope that helps

Turns out that level does use an env_fog_controller, but I was hoping to only use it for one room, not the whole level. However it also has inputs so I can turn to fog on and off, will have to experiment.

Only a spider trusts the web