Jump to content

We have finally made it

Views: 1,663 | Comments: 6   


See utube desc for more.
This runs at 60 fps. Its a perlin noise based world generator in c++.

  • Like 7
 Share

Discussion Topic

User Feedback


If you permit it, I share here a passed blog entry about creating terrain from a lua script.

I found a few mathematical possibilities to simulate the perlin effect and to create a 3D hill but it has the limits that you cannot make the hill high as you want, without that the base will become somehow buggy.

Maybe you can share some of other tricks to get it done...

 

Link to comment
Share on other sites

1 minute ago, Marcousik said:

Well all the challenge for this is to make the terrain seemless like a good texture that can be puzzled together, right?

Maybe it is possible for FPS Open world to make the world infinite with water as connection between 1024*1024 Isles ? And Bridges... Maybe, to try.

I am coding the texture generation right now. It should be fairly doable.You can generate anything with gradient noises like Perlin Noise which is used there. Biomes, water, tree/bushes/stones placement etc. 

Link to comment
Share on other sites

Well all the challenge for this is to make the terrain seemless like a good texture that can be puzzled together, right?

Maybe it is possible for FPS Open world to make the world infinite with water as connection between 1024*1024 Isles ? And Bridges... Maybe, to try.

Link to comment
Share on other sites

 

37 minutes ago, Marcousik said:

Very cool..

Would that run ok in 3D view FPS or are there restrictions?

Would this system run ok with bigger Terrain tiles?

I have not tested its limits yet, there are only 9 chunks at once in the world. I imagine a good view for fps would need at least 16-30+ around the player for viewdistance. Or you could make it horror themed and add fog. It was intended for top down gameplay like in Dont Starve. You are better off with usual Leadwerks terrain. You can put in height maps there too, and tile them over different levels with entertriggers to exceed the max terrain size, and have all the terrain optimization of Leadwerks.
 

 

21 minutes ago, awgsknite said:

Awesome !

How do we obtain it ?


When this system gets furbished further I can put it into the workshop but have never tested it with c++ files.

  • Like 2
Link to comment
Share on other sites

Very cool..

Would that run ok in 3D view FPS or are there restrictions?

Would this system run ok with bigger Terrain tiles?

Link to comment
Share on other sites



Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Write a comment

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...