Create Landscape Material Plugin

Hi everyone,

I consistently find it a pain to have to follow a separate workflow for creating and using materials for landscape, and general use. In other engines, there is no distinction, and you can simply drag materials/textures into slots on the landscape. Not so in UE4. There are large free materials libraries, none of which can be used directly. You have to do a whole copy-paste-fix ritual in order to get them to work with landscapes.

I have no idea how other people can stand this, but I wrote a plugin to solve it:

The example shows me using the free Game Textures Materials Pack (available on the Asset Store as well as GameTextures.com).

DETAILS:
The plugin uses “existing” materials, so the instruction count and optimization is the same as the original materials. The plugin doesn’t add any extra fluff (nodes/instructions) other than the LandscapeLayerBlend and LandscapeLayerCoord nodes to connect them all together. Its equivalent to manually going into each material, copy-pasting each of the materials contents into one large material, and connecting them all up via the layerblend and layercoord nodes. Therefore, it works with any type of landscape that your original materials can.

I will put it on the Asset Store if there is enough interest.

Sajid

Is your material node Graph (that is being created automatically) optimized or/and customizable?

I want this. This will save me allot of time :slight_smile:

A few questions -

  1. What platforms will this plugin run on?
  2. Will this work with tiled landscapes?
  3. Can we define Weight masks from World Machine or other applications?
  4. How much will this cost?

I’m really interested in this Sajid! I as well would love to know about optimisation and HeadClots questions. Thanks

Looks interesting and handy :slight_smile: Nice work. Would love to see some comparisons of manually made materials vs. plugin made materials with instruction counts and such.

Its equivalent to the original materials, so yes, its customizable. The plugin doesn’t add any optimization. It remains faithful to the original materials.

  1. Its written in c++, and is cross-platform.
  2. It works with whatever your original materials work with, including tile landscapes.
  3. For now, you can define weights by opening up the resulting material, but I am interested in looking into how I can automate this in the plugin itsself. What kind of workflow do you need?
  4. No idea yet. What do you think?

I have updated the explanation in the first post in hopes of making the use of the material clearer.

Looks very convenient. I would buy it just to support it as long as the price is reasonable.

Very handy plugin @Sajid!

Could be expanded to respond adequately with terrain slope and height blending the material according. Also to the foliage system, spawning randomly and procedurally rocks, tree and vegetation.

Take my money NOW!!! :smiley:

When can I buy this??