Lighting Problem
Quote from fedebenarg on July 27, 2013, 4:10 amHi! I'm making a Wheatley map with one destroyed chamber. In both sides of the chamber I put an observation room. When you enter the chamber, the lights works perfect, but when you touch a trigger_once that I put over a platform, the lights malfunction and the platform becomes dark. What can I do?
Hi! I'm making a Wheatley map with one destroyed chamber. In both sides of the chamber I put an observation room. When you enter the chamber, the lights works perfect, but when you touch a trigger_once that I put over a platform, the lights malfunction and the platform becomes dark. What can I do?

Quote from josepezdj on July 27, 2013, 4:39 amHave you checked the outputs that trigger over the platform has? Also can you post some picture? or post the .VMF?
Have you checked the outputs that trigger over the platform has? Also can you post some picture? or post the .VMF?
Quote from fedebenarg on July 27, 2013, 4:20 pmHere are the screenshots (The platform is where I'm standing over in the 'AFTER' screenshot)
2013-07-27_00001.jpg2013-07-27_00002.jpgMORE INFO:
Sin 4.pngsp_untitled2.vmf
Here are the screenshots (The platform is where I'm standing over in the 'AFTER' screenshot)
MORE INFO:
Quote from fedebenarg on July 28, 2013, 3:49 amI have found the problem. The texture I used for the platform was 'metal/black_wall_metal002a_vertex'. I don't know why, but that thing of 'VERTEX' caused the problem. Instead of it, I now used 'metal/black_wall_metal_002a' and now it works
I have found the problem. The texture I used for the platform was 'metal/black_wall_metal002a_vertex'. I don't know why, but that thing of 'VERTEX' caused the problem. Instead of it, I now used 'metal/black_wall_metal_002a' and now it works

Quote from josepezdj on July 28, 2013, 6:26 amYes, I was going to say
That is the typical behaviour of the vertex textures. Vertex textures are used by models, never intended to be used for brushes
Yes, I was going to say That is the typical behaviour of the vertex textures. Vertex textures are used by models, never intended to be used for brushes
Quote from fedebenarg on July 28, 2013, 12:44 pmThanks for the info! I didn't know that.
Thanks for the info! I didn't know that.