How do i make basic lambert style shading?

i hate unreals lighting and i need to make a basic flat lambert and or burley shading for my stylized game, here are some examples of what that looks like, its just that flat true color shading you see, in old games, looking pretty close to unlit mode with the colors.

UE5 substrate material with retroreflection disabled and roughness at 100%. Will that be able to do the job for you, or not?

UE5’s non-substrate diffuse is also acceptable, it’s a standard lambert.

1 Like

Hey there @Quittzer! To expand on what jblackwell mentioned, if those suggestions don’t work you may want to tailor the style starting from an unlit shader and fake it with the same methods developers use to make more cel shaded stylized shaders.

This thread has a couple leads but much of the effort will be custom.

Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.

that doesnt work, also idk what substrate is

ive tried alot of cel shader tutorials but none of them gave true color lambert like this and faking the lighting has always been hard im really surprised there isnt an option to use basic lambert.

the engine’s default diffuse lighting model is lambert. you just remove all specular in the material and done.

in terms of world setup you gotta disable all gi and ao relevant settings and use a skylight as the basic ambient term. be aware it’s got a horizon. means you gotta color match the upper and lower hemisphere.

1 Like

(post deleted by author)

hmm, im probably not understanding what im asking fully, but even in that screenshot it just doesnt look the same as a screenshot like this, the shading is clearly different

is that better? i obviously didn’t color match it, but close. all artist control.

yeah its looking closer, still i can see the bright side is a bit brighter in unreal, that always seems to happen to me even with speculuar off, also heres more examples of games with the shading, its as if the older ones are almost unlit looking they are never brighter than you expect and always look flat.

i shot it with a 3 lux sun lamp. at 1 or 2 it looks even closer. it’s all about setting lighting values. all artist controlled. you can get that done.

1 Like