🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Weekly update #10

Published February 06, 2017
Advertisement

[font=arial]DUNGEONS[/font]

[font=arial]Dungeons will serve as a point in the gameplay cycle where you can stop exploring and surviving in the world just to challenge yourself in a procedurally generated fully-closed area full of enemy NPCs. You will be rewarded by rare loot at the end of a dungeon by encountering a final boss or doing a certain task. There will be a lot of dungeon types, for now we are sticking with cave-like dungeons.

cave-concept-floatlands.jpg
Cave-type dungon concept art

To break the monotony of icon creation, Mito and Andrej were given a task to research and create cave tiles for the dungeon generator. Mito did some quick concept sketches of various elements, from cave entrances to cave assets and different tile shapes. We even ordered clay and played around with actual sculpting of cave assets to have a better visualization. Mito's next task is to thoroughly research the assets we'd want to put in the caves, such as different rock shapes and sizes, mushrooms, crystal veins etc.

cave-concept-art2.png
Quick sketches for dungeon tiles, dungeon entrance and drip stones.

Domen started working on a procedural algorithm that spawns a random set of rooms (using tiles) which are connected with corridors. He will go more in depth about this algorithm in the next technical blog post. To give you a preview this is how it works - algorithm generates a right tile in a right direction and it makes sure that every room is connected with a previous one so there are zero dead ends or unreachable rooms.

dungeon-generator-tiles.png
Dungeon generator using prototype tiles.

This is how it looks inside with prototyping tiles and with work-in-progress real cave tiles. We still need to polish tile connection points, ambient lightning, fog and overall looks for caves (more tile variety, different kind of rooms and so forth).

dungeon-caves-lowpoly.jpg

Andrej is working hard to create unique tiles so we can create the best atmosphere in the caves. You will access a dungeon by using its entrance in the upper world, here is an in-game example of one of the entrances that spawns randomly in the world (bigger islands will have more dungeons).

dungeon-entrance-lowpoly.png
Dungeon entrance which spawns randomly on an island.


Domen Koneski, Mito Horvat, Andrej Krebs[/font]


[font=arial]

SHOTGUN ANIMATION


This week I made the animations for the shotgun and also added some more animations for all the other weapons for different situations like walking, running and when the player is close to the wall and pulls his weapon closer so it doesn't go through the wall. Before we just rendered it on a separate layer so the weapons wouldn't clip into the environment, but this just makes it more belivable.

shotgun-shoot-lowpoly-floatlands.gif

Andrej Krebs[/font]

[font=arial]RESOURCE GATHERING[/font]


[font=arial]I've rewamped the resource gathering system and implemented a better one which uses Vili's proximity sensors and new particle system. You can now mine different type of veins and chop down trees. Everything is then connected with an inventory system which also works flawlessly. The next thing about resource gathering is an implementation of crafting system, soon to come!

resource-gathering-lowpoly-floatlands.gif

Domen Koneski[/font]

[font=arial]PLACEMENT TEST FUNCTION[/font]


[font=arial]I created something interesting that I can show you: a function that checks if 3D mesh object is colliding with world - other 3D meshes and primitives. The hard part is to check if your 3D mesh is inside another 3D mesh and their walls/triangles are not colliding, because Unitys Physics.OverlapBox doesn't return other 3D mesh.[/font][color=rgb(51,51,51)][font=Gudea]


[font=arial]In the end I was able to do it, the reason being we always do topologically closed 3D mesh colliders and I made my own special functions. Well, the finished product acts like this:

finished.gif

Vili Vol?ini


more about FLOATLANDS

[/font][/font][/color]

Previous Entry Weekly update #9
5 likes 3 comments

Comments

Navyman

Really enjoy the concept art! Keep posting it.

Do you have a projected release quarter?

February 07, 2017 05:01 PM
Ph4nt0m

Really enjoy the concept art! Keep posting it.

Do you have a projected release quarter?

Alpha version is planned for August and early access at the end of the year.

February 08, 2017 08:34 AM
ferrous

Next step on that placement test is to have it move out to the nearest valid location, it looks like it would certainly speed up placing tightly grouped objects.

February 08, 2017 05:00 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement