Dark brushes
currently I'm making a destroyed map with some moving panels. Overall, they work. But the problem I have with them are the brushes which are attached to them. They are too dark and everything I tried didn't helped. Like, playing around with the proberties (e.g. disable the recieving shadows) or the func_brush itself (e.g. let them stick out just a little bit). I also tryed a light_dynamic, but that changed nothing.
The mechanic arms behind the panels do start with the bindPose animation which should place the brushes in a good position to get some light. After some time the models change to an other animation, from which the brushes look down to the water. After a triggered event the models use a repair-like animation. Just the normal stuff.
Screenshots:
http://steamcommunity.com/id/sprowl/screenshot/595844629184010048?tab=public
http://steamcommunity.com/id/sprowl/screenshot/595844629184011776/?tab=public (The Bottom left and top right panels are too dark there)
Any Ideas to light the brushes or something like that?
Solution: let it have an animation so it's having enough light, then move it back like you want it to be after the map spawns with a logic_auto. That should fix it.
lpfreaky90 wrote:
Solution: let it have an animation so it's having enough light [...]
It is (BindPose). The Screenshots shows where the brushes are at the very end of the animation and where they are at the beginning where 'they get their light'.
But I did what you said and tried another animation (this time the brushes looked directly up with enough space between the water and the walls). The result is the same.
small question: does the texture have _vertex at the end of the name?
If that's the case: replace it by it's counterpart without _vertex!
Didn't know that there are such big differences between the textures. I only thougt the ones with _vertex are just a bit darker... :3
They are actually used for models. And should NEVER be used for textures!
lpfreaky90 wrote:
No, vertex textures are either fully lit or not lit.
They are actually used for models. And should NEVER be used for textures!
I dont even know why they are in the list of 'choosable' textures. Normal models and modelsheets don't appear in the texture browser.
lpfreaky90 wrote:
No, vertex textures are either fully lit or not lit.
They are actually used for models. And should NEVER be used for textures!
Well, that is not completely true. The vertex textures reacts to the player's viewpoint/location. They reflects more light as the player get closer to them, and they emit less light as the player goes away...
josepezdj wrote:
lpfreaky90 wrote:No, vertex textures are either fully lit or not lit.
They are actually used for models. And should NEVER be used for textures!Well, that is not completely true. The vertex textures reacts to the player's viewpoint/location. They reflects more light as the player get closer to them, and they emit less light as the player goes away...
True, but short story: never use them as textures 
@chicken: normal maps only have a .vmf; no vmt. vertex textures have a vmt because the texture is activly used for the models. That's why vertex textures show up and normalmaps don't D:
lpfreaky90 wrote:
@chicken: normal maps only have a .vmf; no vmt. vertex textures have a vmt because the texture is activly used for the models. That's why vertex textures show up and normalmaps don't D:
I meant normal textures for models not normal maps. GOSH WOMAN. 