Froodricc
(Froodricc)
1
Hello! i’ve been wondering alot now, how do i make a half painted wall? by that i mean, for example look at his video
Lets paint old - Unreal Engine 4 Vertex Paint Shader - YouTube it goes from green to white. like it meets halfway, any way i could do this effect? 
That was probably done with a texture in the material. Then he was using vertex painting to add details in over that.
Pretty much. It depends how your mesh was unwrapped too.
Froodricc
(Froodricc)
4
So i just need to photoshop a half painted texture? then apply it? 
i wouldn’t use a half painted texture. i’d use one texture for the top and one for the bottom then lerp between them using a mask.
replace the colors and “if mask” with texture samples.