Tiled Exports do not match up

Hi,

I’m having some difficulties outputting tiled exports that fit together seamlessly. I have disabled the tile blending(i realize this affects the erosion matching) and I’m getting tiles that don’t even look closely similar to what single render looks like. When I turn on tile blending, I get no seams but terrible ghosting artefacts

Tiled export with no blending(wrong)

Tiled export with blending(wrong)

Non Tiled export(this is what it should look like

Any ideas?

Thanks,
Nick

Hi there,

When it comes to tiled problems, its usually from one of several things, in rough order:

  1. There are several devices (which will present a red (!) next to their name) that are unusable in a tiled situation – this is mostly limited to the Flipper and Equalizer without a captured sample. Make sure you aren’t using any of these in the network.

  2. Simulation-type devices such as Erosion, blur, etc can be problematic across boundaries but the problem is usually brought to within reasonable levels by blending.

  3. Erosion specifically can change behavior completely depending on scale if a few things aren’t checked. Erosion settings that play best across tiles include having:
    a) If using Geological time enhancement, make sure Scale independence is checked. This one is VERY important and usually the cause of most problems!
    b) Very deep channeling erosion can be problematic as well. Try reducing the channel depth or changing to normal style.

  4. A smaller number of higher resolution tiles always behaves better than many low resolution ones.

Finally, if all else fails and you can’t get your terrain to tile the way you want it to, or if you must have many small tiles that would have unacceptable artifacts, you can do a multipass operation. Build your terrain first into either a single file or a few high resolution tiles. Then create a second world file and in that one, create Tiled File Inputs connected to File Outputs, applying final fine erosion or surfacing operations. Since the vast bulk of the terrain building was already done, you can slice the output into many small tiles without any problems.

I hope the above helps!

I remember Remnant giving me a different solution for a very similar problem I had.

  • You set the output of the whole terrain as a single 16 bit RAW file
  • Then you make a new chain with the same RAW as input
  • To this input you chain another output to build the tiled terrain (0% blending, since it’s already perfectly generated)

Remember to set “Share edge vertices (duplicate across tiles)” off, in the “Tiled Build Options” tab of your project’s settings!!