IrocJeff Posted December 1, 2017 Share Posted December 1, 2017 I made a bridge using a func_door. It works well but the only issue I have is that its not lit when extended. Its black. But, Lightsaber glow will illuminate the texture. Here 's a shot of what I made. Bridge extends out from under the floor. I also included my entity window view. Now, how can I get this bridge to be illuminated when extended. Does it have to start extended or something? If I tick the box for start open it stays where it is and when activated doesn't move. Any help on this would be great. Link to comment
Ramikad Posted December 1, 2017 Share Posted December 1, 2017 Since you already tried start_open, I'd suggest you to deal with it through scripts. The bridge is completely dark because it is being compiled at light stage under the floor, with no source of light around him. A slight rework of the bridge (to give it an origin brush) along with a few BehavEd MOVE commands should do. Link to comment
Tempust85 Posted December 1, 2017 Share Posted December 1, 2017 If you're having lightmap issues, I suggest giving the brush model a "nodraw_solid" shader and load an MD3 using "model2". I've had to do this with lifts/elevators before. You won't need to make a clipmodel either, as your brushwork will be solid but not visible. Link to comment
Solution IrocJeff Posted December 1, 2017 Author Solution Share Posted December 1, 2017 Thanks for the replies.I have one idea here while at work. Would the "toggle" function help at all? If it starts open i can trigger it earlier in the map to close, then use the second trigger to extend it again. Link to comment
Ramikad Posted December 1, 2017 Share Posted December 1, 2017 Thanks for the replies.I have one idea here while at work. Would the "toggle" function help at all? If it starts open i can trigger it earlier in the map to close, then use the second trigger to extend it again. Yes, it should work. Link to comment
Tempust85 Posted December 2, 2017 Share Posted December 2, 2017 Still would be better off with a model, for best results. Link to comment
IrocJeff Posted December 2, 2017 Author Share Posted December 2, 2017 It was a combo of checking the toggle box and setting it to start open that did it. The bridge starts closed but is illuminated properly when the switch activates it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now