Hi everyone!
Firstly, I come from the SQL, PHP, vb, html, etc. level of coding, basically I do the easy stuff (back office/DB applications) when it comes to programming.
Recently a friend of mine introduced me to UE4 and I am hooked. (Completely, think I’ve spent more hours with UE4 than my wife and work combined in the last 2 weeks)
We have figured out the basics like creating the character, mapping inputs, creating a static mesh generated world (very limited), opening doors, turning on lights, etc. and generally basic things which you should know before you attempt to build anything.
Everything we’ve managed to learn so far has come with about 8 - 10 weeks of tutorials, “stealing” with our eyes, copying examples (for learning purposes) and reading a stupid amount of posts in order to find what we need.
As we have no background in game development, we have reached a point at which we require more of a kick in the right direction than a shove.
This brings me to our problem:
Between the two of us we think we know enough of the basic requirements to build a smallish game to test our capabilities.
We’ve done quite a bit of research and have decided we are going balls to the wall and building our idea in our spare time to see if what we want is possible (looks like it is.)
Thinking that we couldn’t be the only ones out there who have had such an idea, we left one of the bigger components till last.
The details of the problem:
3D side scrolling terrain. (literally side scrolling, nothing fancy just left to right with a 3D look and feel)
We are able to find tons of information relating to 3D procedural world generation and 2D level generation but we can’t seem to find anything relating to 3D side scrolling terrain generation.
We know 2D is close to what we need, but with my limited knowledge of UE4 I am unable to translate the 2D explanations effectively.
I’ve manged to generate a smallish 3D version of what we were looking for but we have so many things we want to add and we have no idea where to start looking for them or even which questions to ask.
We understand that we can take the blueprints and modify them but then when I open them I realize that I should have paid more attention to maths at school.
The question:
We are looking to generate random fixed size 3D worlds with the 2D side scrolling feel (which scrolls left to right).
1.) The terrain needs to be something along the lines of starbound’s terrain, where you have a defined Z-axle min/max (height or depth) and a random X-axle min/max which is exposed to change (left to right).
2.) The terrain needs to be able to take damage/be destroyed. (we wan’t to be able to dig a hole)
3.) Randomly generated caves in the terrain. (Explore by digging to the cave and/or walking into a cave)
4.) Randomly generated resources like metals in the terrain (at this stage we don’t care if they are just blocks with different textures as long as we can generate them)
5.) Culling/streaming to make sure we only have the minimum required terrain visible at any given time (I’m not sure but I think this comes with the default project already?)
We are not asking anyone to create this and hand it to us on a silver plate.
All we ask is that examples/discussions are posted of how this can be achieved.
If you have something which only generates a flat 3D wall, please post it.
If you have something which can add random textures (even if it 's just two which randomly generate) please post it.
Anything you might think of which may aid us in understanding how it works even if it’s just a partial blueprint which does one specific feature and doesn’t work without another part.
You can always just post a link which require us to spend several hours learning and we’ll be off to go read up on it and figure it out.
Anything we can use as reference material to study and look through would be greatly appreciated.
We got to page 57 of this forum before we gave up trying to read all the posts.
There’s just too many posts which have nothing to do with our requirement which makes the time we spend reading forum topics less valuable than writing this post.
That said we’ve found a few posts that have given us some direction but not enough (mostly my lack of knowledge about game development)
We would greatly appreciate any help.
Lastly consider this post more along the line of persons trying to learn how to create a 3D side scroll’er rather than people trying to get something for free.
We will put in as much effort as we can to understand the posts and learn the lessons in them.
Thanks in advance to those who reply.
Cheers,
Nedomah