Terrain question

Need advice on this

Ok, say I have an 2d drawing concept of an island in a map format (so you have a view of what the shape of the island is) In-game, I want the island shape to reflect what was drawn

I would imagine a model would be made to reflect the island shape (I guess, maybe there is another way around it)

If I get the island shape modeled, if there a way to build upon it in Unreal?

This is just my workflow, so might not be the best but it has worked for me. (Not free, but there are demos of all the programs so you can test it out, I’ll put links below)

1:
First thing you do is obviously get your 2d map setup the way you like it. You already have this step but here is an example

LiSlQaP.png&stc=1

2:
What I do then is take it into photoshop and create a stamp that can be used in mudbox.

&stc=1

3:
Then take it into mudbox, make a plane, and apply the stamp. Here you do your editing and any major features you want in the landscape.

&stc=1

Then you export a height-map from there.

&stc=1

4:
I then take the height-map export into World Machine for erosion and splat mapping export. (Although I would not recommend it, for testing you can get a plugin for world machine called “UDK layers”. Eventually you will want to create your own extractor macro to get the maps you need :slight_smile: but it’s good for a quick mock up.

&stc=1

5:
After you have everything looking the way you want it, you export out your splat maps. [Link to a tutorial that will help your export]](A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums) That tutorial will walk you through importing and getting started on your in game tweaking!

 When you do it this way, you can edit the landscape in engine with the built in tools while you fill out the landscape :) 

Links to the software, there should be demos of everything:

http://www.adobe.com/products/photoshop.html

Hope it helps a little bit :slight_smile: it’s a general overview, but if you have any questions feel free to PM me or add me on skype :slight_smile:

Going off of what Brian said. After you make the stamp, if you don’t have mudbox, you could import the stamp as a texture into blender and use it as the map for a displacement modifier. Apply that, add a plane under your terrain that is the same size.(technically the origins needs to be in the same place) scuplt your terrain, go to the bake options and bake the hightmap to the plain. We

Any way to make the terrain land in Unreal more island shape without outside software?

I was doing a search and found some examples from doing it directly inside Unreal… I think, could be wrong

http://oculusrift-blog.com/wp-content/uploads/2013/07/myst-island-unreal.png

they said that was made with just Unreal