Game
Floatlands
8 years ago

Floatlands - weekly update #17


Furnace

Furnace is a ‘machine’, that converts primitive materials, found in the world of Floatlands, to a more uncommon one. This conversion is defined by internal recipes and it takes time to produce.

We have already added furnaces in the early stages of the development. Check them out HERE. They were obsolete and their design didn’t fit properly with other objects in the game, so we managed to recreate a furnace model with revamped background functionality. We also added new particles for the furnace as seen below:

5d0b160bcf0cf.png

Furnace in action

Item stacking

We’ve seen a performance drop whenever you wanted to drop a lot of items out of your inventory. To optimize this I’ve created a world item stacking, this means that nearby items with the same ID get merged. To add sugar on top of it, I’ve managed to increase the size of a stack – the bigger the stack, the bigger a certain item is in the game:

5d0b160d8885d.png

single item; smaller stack; bigger stack

Domen Koneski


Electricity

We have decided to revamp the electric system used in the game – you can have a look at our initial electricity implementation with generators HERE. Our new direction is to have cables and the whole system will be more dynamic as well. I was mostly designing & planning though, so not a lot of programming was done. Still, I managed to finish up the cable connectivity – the cable is done with cylinder bending shader (wrote by ‘Metapyziks’), bending is done with cubic bezier (4 control point).

5d0b16105eaf1.png

cables used for electricity

I also added capsule colliders through the existing cables, they are needed because cables will be destroyable (either in build menu or by a player raiding). Still lots of work awaits though, I have drawn some technical sketches of electronic devices, those sketches will then be retouched by Mito and finally 3D modelled by Andrej.

5d0b16127d63c.png

capsule colliders

Vili Volčini


Villager buildings

In preparation for adding humans to Floatlands I started modeling buildings for their villages. So far I made two barns, water tower, granary and a central firepit.

5d0b161318958.png

Villager buildings: barn 1, water tower, barn 2, granary

5d0b161478123.gif

firepit with smoke particle effect

When making models for a game we also need to make LOD models (levels of detail) which get swapped when the player is further away to save system resources and so the world can be fuller. I start by making the most detailed model first and then copy it and start removing details in two ways – by hand and by using modifiers, depends on what works best for the given model.

5d0b1623f09c3.png

LOD (level of detail) models for granary

The last LOD is usualy made from scratch, since it’s usually just the general outside shape. After that, larger models like buildings also need a collider model, which is an optimized mesh that serves as an approximation for the physics engine.

Andrej Krebs

More about Floatlands:

website
facebook
twitter
instagram

#screenshotsaturday



3 comments

Loading...

Next up

Show companion animation

Polishing our new grass solution.

Biome color experimenting

Working on game weather, cloudiness in this particular case.

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

DeepEnd Submarine

Added some basic icons to player panel.

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

Buzzard helicopter

Playing around with player skins.