Help with repeat patterns

hey guys was wondering if anyone can help me solve this issue i just started getting into familiarizing myself with material editor and i started with my landscape Material

alt text

i Tried adjusting the mapping scale in the landscape coords, but anything about 13.0 leads towards stretched out low res looking material…any help would be appreciated it looks good at ground level but unrealistic with the repeat pattern

is this where a lerp would come in handy?

thanks in advance

oh incase your wondering what my material setup looks like its the basic, a mixture or a tutorial and what i see on answerhub:

Hey SupermanofGaming,

In order to reduce the tiling iterations of the texture, you could use a larger base texture resolution like 2048x2048. Then when you increase the scale via the ‘LandscapeCoords’, the texture will look a bit better. If you have set up your Heightblends in the material editor correctly and your LandscapeLayerInfo, you will notice that when you start to paint the texture will break up and blend with the other layers.

Here is a screenshot of a landscape I have painted within a test project. I am using the same material set up that you are using, and through various brush strokes and settings while painting am able to get some pretty good results.

Landscape Paint Blend

Sometimes the best way to break up tiling is to just start painting!

Macro Texture Variation

If you would like to have some variation within a single texture you can try implementing a macro texture variation on your diffuse color texture, like the one used for some of the materials in the Starter Content.

Macro Applied to Landscape

Here is how the macro texture variation looks when applied to my Grass texture within the level.

Hopefully will get you on the right path to creating some great custom landscapes. Let me know if you have any other questions or need additional help.

Cheers,

ok so painting should eliminate the tiling? yea i didnt think of that as seeing the tiling first is what kept me from painting lol…one last question whats this macro buisness? lol

im going for a desert wasteland type look so no grass if very very little and not green

thanks for the response btw

EDIT: i think i get what the macro is( i mean you did say why in your post also lol) are those noise textures in the macro?

Yes, as soon as you start painting with different layers the textures will break up the tiling a good bit.

The macro stuff is a way to overlay different sized grayscale texture samples in conjunction with a single diffuse color Texture Sample in order to help randomize and break up the tiling.

Here is an example of using a macro variation and lerping between two Texture Coordinate sizes of the same texture to have a non-repeating material. Keep in mind, these examples can be found in the starter content so you can reverse engineer the materials to better understand the workflow of the material editor and how certain nodes function.

Advanced Sandstone Material

I know this can be a bit intimidating at first to look at, but if you read the comments and follow the structure step by step, you will start to understand how this actually works. This example uses the same two texture samples as the Basic Set Up

Basic Sandstone Material

Essentially the bare minimum for your materials. A texture coordinate plugged into the UVs of a Diffuse and Normal Texture Sample.

Side by Side Comparison

I hope this helps clarify a bit on how to break up tiling and various approaches to doing so. One more thing, take a look at the Documentation as well as the Content Examples to dive deeper into Materials!

Essential Material Concepts

Cheers,

Not intimidating at all, thanks this should get me on my way to better understanding a material workflow!

Hi , I’m new to UE4 and I have the exactly same problem that he had. When I create a landscape and apply whatever a texture to it, the texture creates a huge repeating pattern on the landscape. I tried to use your nodes to fix it, however I couldn’t get the macro settings and also I dont know how to add this macro and lerp coordinates like you did. Could you explain your nodes a bit further?
Thank you!

If you are new to UE4, and you would like to learn more about the material editor and how to use certain nodes and functions, I suggest taking a look at our documentation on Materials.

Materials

There is a good amount of information in here that is vital to understanding how the material editor works and how and why to use certain material nodes.

Regards,

when I used macro variation for my grass texture, its colour changed to a somewhat darker green which looked bad

Hi ,

I couldn’t reply to your other comment in this thread.

Could you please share a Hi-Res screenshot of the four boxes at the bottom in advancedsandstone.png? (Large Scale Tiling, Modulated Pixel Depth, Create a Gradient and Fade to a Flat Normal)

You can actually open this material up yourself in the ‘Starter Content’ labeled as M_Concrete_Grime.

Oh, will do. Thanks!