Game
Floatlands
8 years ago

Floatlands - weekly update #28


World map

I’ve been working on a new ‘feature’ for the game – World Map. With this I have removed our initial idea of compass since you can now use your map to guide you troughout the world. The idea was to map out all islands with their positions as an icon but then noticed scaling and precision problems so I took another way of doing a world map.

5d0ae0dbb7645.png

world map WIP

The idea was to render the visible world to a rendering texture using ortographic (2D) camera. I had alot of problems zooming in, aligning the grid and moving the whole map with the mouse. The end result is great and intuitive.

5d0ae0de35bd8.png

finished world map

The map texture also has an edge detection algorithm on it for some image effects. Note that render texture can be wiped out when changing the level or programmatically pausing the whole application.

Clouds everywhere

Skies in the game are empty so I started working on some more details, the first was adding some splats and details to the “cloud” cubemap, the second change is a cloud system with a pooling mechanism. When a cloud prefab hits something (e.g. an island) or is out of bounds it shrinks and is then sent back to pool ready to be reused. The system needs some more prefabs and more movement logic to it – cyclones (read: vector field) anybody?

5d0ae0e0cf060.png

Domen Koneski


More skins

This week I made some more variations of armour sets that will be available as skins. I also added a clothes outfit that will be purely aesthetic. I added some paintwork to the wooden armour, some decorational bolts to the junk armour and made a coat and a hat for the aesthetical set. I also made a new, fine metal armour set, that will be available in a variety of finishes.

5d0ae0e3ca22e.png

more variations of player skins

Andrej Krebs


Swamp biome concept

I’ve decided to take a short break from all those numerous player armour sketches and to break the monotony I’ve started researching concepts for the next biome. The next in line is a dense swamp biome. Below you can see couple of speedpaintings I did of the enviroment. I’ve also experimented with different color palletes to portray a specifit mood for the biome.

5d0ae0e6e46fd.png

greenish swamp biome concept

Those type of islands will be covered in thick mist and tall and lush trees. Trees will have huge roots poking out of the ground, and long willow tree like branches. On the ground you’ll find swamp biome specific foliage and wildlife, and the landscape will be littered with ponds.

5d0ae0eb3a213.png

dark swamp biome concept

Mito Horvat


Drone movement and destruction

Scouting drone has finally got its smooth flaps movement. It is correlated with its speed – at desired speed flaps are perpendicularly to the line of drone sight, with speed increase they move backwards and with speed decrease they move forward.

5d0ae0eedf01c.gif

speed correlated flaps movement

Previously I showed you an example of scouting drone destruction and how it falls appart into pieces. This time you can check out the mining drone destruction – not as many destructible parts, but still pretty good.

5d0ae0f22c683.gif

drone destruction

Tadej Vranešič


Dropship movement

I got back to working on dropship movement, since it still needed some smoothness to it. It’s almost finished, so I can show you a bit of a sneak peek. Mostly I worked on tilt movement, PID controllers (Vector3 and Quaternion PID controllers) and cleaning up the code. Remember that this is still a WIP, but here is a short animation showing how it lands on an island.

5d0ae0f73e3a0.gif

dropship landing

Vili Volčini

More about Floatlands:

website
facebook
twitter
instagram



0 comments

Loading...

Next up

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

Buzzard helicopter

Show companion animation

Working on game weather, cloudiness in this particular case.

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

Playing around with player skins.

Added some basic icons to player panel.

Biome color experimenting

DeepEnd Submarine

Polishing our new grass solution.