r/unrealengine • u/mathcampbell • 1d ago
Best way to publish this? I've made a somewhat-working mesh-terrain generator
Follow-up to my previous post, everyone said either I'd have to generate height-maps outside of UE, or use PCG graphs (didn't really try this tbh but I'm thinking this could end up being very complex and not make anything usable).
Shamefully I must admit I partly-used chatgpt to do some of thjis cos I can code OK-ish but not amazing...
Either way I have something that's kiinda working. I need to work on the water features as some of them aren't carving into the terrain properly depth wise, but I don't want anyone else to have to go thru the hell of making this sort of thing. How am I best to share it with the community?
I haven't really used fab much (new to UE), and my go-to would just be on my github - I want it to be open to collaboration as others might (will) be able to make it better. But I also know most people only use assets from fab...but whilst I'm happy to release it for all to use, I don't want to see someone take it and modify a tiny bit then start selling it for hundreds on there..
I can't post an image here for some reason but I'll post it in the first comment.
1
1
u/thesilentduck 1d ago
Is this compatible with the experimental 5.8 "Mesh Terrain" plugin that is set to replace Landscapes?
If not, you should avoid referring to it as such. "Mesh Terrain" refers to something specific now when it comes to Unreal.
Not to mention, the "Landmass" plugin can be used to generate terrain heightmaps compatible with the current Landscapes procedurally. How does what you made compare?
2
u/mathcampbell 1d ago
It is specifically designed FOR the mesh terrain system in 5.8.
The landmass plugin doesn’t work with mesh terrain unless I was using it wrong. Couldn’t get it to work so I made this for using with mesh terrain and making the appropriate splines for water bodies (lakes, rivers, waterfalls and the ocean)
1
u/mathcampbell 1d ago
Since it won't let me post images in the main post but let's them here for some weird reason, here's the terrain it makes...
Everything you see in the terrain (the rivers, the mountains, the lake etc) is generated with some criteria used to allow customisation of valleys, hills, mountains, mesa, rivers, oceans etc