Cropling is designed to be a role playing game with heavy harvesting and farming influences !

Post news Report RSS ... about the terrain.

About the simple and characteristic terrain system of Cropling.

Posted by on

Recently I was asked how my terrain system works,
so I thought this could be explained in a little update, along with pictures.
Its a pretty simple and quick-made system to be honest !

Basically it consists of mesh tiles which arrange themselves according to a worldmap-texture.

I got 3-5 different ground types on a single map, for example: grass, dirt, water, road and small heaps of sand.

Every tile logically has 8 adjacent neighbours, so all I do is asking every tile - one after another -
which nearby tile (pixel on the worldmap texture) isnt of the same/own type.
A matrix occurs. Example:


Every "0" represents another grass tile, like the one in the middle.
Just the one on the right, represented by a "1" is a dirt tile.
The one in the middle would change to a grass-dirt-transition tile and finally
rotate itself towards the adjacent dirt tile.

The last automated procedure is the creation of clutter. Clutter is just small, randomly placed foliage that doesnt serve any purpose besides looking nice. :)

So after every Gamstart or new year, the clutter will be placed differently like those
grasspatches on a grassland in nearly any engine you can imagine. basic stuff.

Since I created just a small count of tiles, there are of course some limitations.
For instance can a grasstile never exist alone, it always has to be at least a batch of 4
of them to generate a flawless terrain.

Nevertheless, this simple terrain system is very grateful when it comes
to quickly creating new worlds and regions.
I only have to paint a basic layout and load it in !

Please support me at: Igg.me !

Post comment Comments
Templarfreak
Templarfreak - - 6,721 comments

Interesting. =o

Reply Good karma Bad karma+4 votes
rbx775 Author
rbx775 - - 30 comments

thank you. :)
yeah, why no easy readings about some mechanics, right ?
I always like simple stuff. :D

Reply Good karma+4 votes
e_Glyde
e_Glyde - - 331 comments

Well then that's something.

Reply Good karma Bad karma+3 votes
Dejected-Angel
Dejected-Angel - - 1,366 comments

Interesting. And unique.

Reply Good karma Bad karma+5 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: