Game
Floatlands
9 years ago

Procedural island generator


We’ve been working hard lately on reworking our island generator. At the beginning of development we had a weak system, where you placed ‘spawner’ on an island with a set of rules to follow. This system did work, but as the development continued we have found little to no variations at the end and we became bored of it. Floatlands needed a procedural island generator!

Domen, our lead game designer, started working on his own procedural engine, which first produced simple islands with basic flora on it (trees, bushes and grass). The system can be easily tweaked as the development continues for optimization and gameplay purposes (e.g. too much trees at one spot – too much resources for player).

Island sizes, from ‘shelf’ to ‘father’ island

ISLAND SIZES

Floatlands will have 4 different island sizes and 4 biomes to follow (we are going to add biomes and sizes later on).

  • SIZE | DESCRIPTION


  • Shelf | A tiny bit of an island. Used to create some variation on other islands.

  • Normal | Normal sized island. The majority of Floatlands islands.

  • Mother | Bigger islands. Used mostly for resource gathering and shelter building.

  • Father | Biggest islands. Used for exploring. These are dangerous!

Island size comparison from player perspective.

ISLAND BIOME

Each island (and perhaps islands around it) will contain specific set of flora and fauna objects. In the first release there will only be 3 major biomes – Normal (grassy, rich with resources), Snow (foggy and cold place) and Desert biome (dusty and dangerous). Each biome will have its own color scheme and weather.

  • BIOME | DESCRIPTION


  • Normal | Populated with animals. Lots of resources can be found here.

  • Snow | Foggy and white – rich with minerals.

  • Desert | Dangerous place to be.

Some examples using our early version of procedural generator:

Normal-sized island with ‘Normal’ biome.

Snow biome on a ‘Mother’ -sized island.

ISLAND PATHS

Each island will also have some paths that will connect certain points of interests. This idea is still work in progress but we’ve already managed to write an algorithm that creates a nice path/spline on an island, regardless of its size.

Here’s a quick panorama in-game shot. We started to use a volumetric lightning technique, that explains the shininess! Plan for the future is to add animals, more flora variety and points of interest (e.g. abandoned shacks).

http://floatlands.net



2 comments

Loading...

Next up

Playing around with player skins.

DeepEnd Submarine

Procedurally generated example of Mainland and nearby ground islands with lots of biomes.

Player panel showing all the player stats, gear and your PAL (companion) stats as well.

Polishing our new grass solution.

Buzzard helicopter

Show companion animation

Biome color experimenting

Working on game weather, cloudiness in this particular case.

Added some basic icons to player panel.