Nick78111 18 Mar, 2013 @ 3:39pm
light goes through door?
I have a door on a house and light just goes straight through it and into the house so there is a random block of light on the wall. How do i make it so the light does not go throught the door? would i have to put something infront of the door that a player can clip through? or something like that??? =D
< >
Showing 1-5 of 5 comments
Wazanator 18 Mar, 2013 @ 4:03pm 
What kind of door is it (prop or brush)?
Nick78111 18 Mar, 2013 @ 4:05pm 
Originally posted by Wazanator:
What kind of door is it (prop or brush)?

It is a prop_door_rotating
Chewz 19 Mar, 2013 @ 1:45am 
SDK doesn't have dynamic lighting. you have to choose between light going through all the time or none of the time(block light texture).
Nick78111 19 Mar, 2013 @ 12:40pm 
Originally posted by Cold Ass Honkey:
SDK doesn't have dynamic lighting. you have to choose between light going through all the time or none of the time(block light texture).

by doing that, wouldnt the door have a weird texture then?? and not look like a door
huxley 21 Mar, 2013 @ 7:25pm 
that is correct. you have to design your level in such a way that works around the lighting limitation. sometimes i will give the light entity a name and then turn it off when the door is closed, and then turn it on when the door is opened. but lights with names make your map file size larger, and might cause problems later on in development.
< >
Showing 1-5 of 5 comments
Per page: 1530 50