• Register

A survival, multiplayer game on sky islands with an infinite world like Minecraft but without blocks! Everything is destructible!

Post article RSS Articles

Hi guys and welcome back to another devlog about skyland! Guess what I've been working on again... clouds! But this time it went pretty good. I simply adjusted the density of the clouds when they are near the lower limit of the world so that they obscure the cutoff from the waterfalls, because even though the world is infinite, there is a lower and upper limit. I also changed the shading of the clouds quite a bit so they have a little bit more depth. Usually you do this by adding some shadow samples to the raymarcher but I used a little hack which saves a lot of performance and needs no shadow samples in my case.

clouds 1


Combat is quite an important thing for this game and it has to feel good or the survival part of the game would just be bad. So in order to accomplish that I had to rewrite a little bit of code and come up with a proper combat mechanic. I decided to keep it simple for now so this is how it works: when you block and you get attacked it will reduce the amount of damage you get. How much the damage gets reduced will be decided based on your blocking item, the better it is the more damage it will block.

blocking


Cave generation is a topic that I avoided for quite a long time because I had zero clue how I should achieve a proper look. I searched around the internet and a lot of articles suggested 3d ridged noise so I thought I would give it a try and to be honest it worked pretty well... right?

fail


Turns out that 3d ridged noise is pretty stupid in this case so I had to figure out a new strategy. At first sight it might not seem right but I tried 2d ridged noise. With the help of some more perlin noise which defines the position of the cave, it produces some lovely caves. I added about 6 layers of that noise to the world generation to get caves everywhere.

cave generation


That's it for the last 2 weeks. If you want to get a more in depth look you can check out my video series over here: Youtu.be

Skyland Devlog #07 - Birds, Water & Visual Improvements

Skyland Devlog #07 - Birds, Water & Visual Improvements

News 1 comment

A survival, multiplayer game on sky islands with an infinite world like Minecraft but without blocks! Everything is destructible!

Skyland Devlog #06 - Goblins, Kiwis & Campfires

Skyland Devlog #06 - Goblins, Kiwis & Campfires

News 3 comments

A survival, multiplayer game on sky islands with an infinite world like Minecraft but without blocks! Everything is destructible!

Skyland Devlog #05 - Tools, Health & Thirst

Skyland Devlog #05 - Tools, Health & Thirst

News 3 comments

A survival, multiplayer game on sky islands with an infinite world like Minecraft but without blocks! Everything is destructible!

Skyland Devlog #04 - Crafting + Waterfalls

Skyland Devlog #04 - Crafting + Waterfalls

News 5 comments

A survival, multiplayer game on sky islands with an infinite world like Minecraft but without blocks! Everything is destructible!

Post comment Comments
Blah64
Blah64 - - 43 comments

Reminds me of 'Worlds Adrift'

Reply Good karma Bad karma+2 votes
haubna Creator
haubna - - 20 comments

Is that a good or bad thing? :D

Reply Good karma+2 votes
Guest
Guest - - 688,627 comments

i think u should upload the game on itch as it has more users


Reply Good karma Bad karma+1 vote
haubna Creator
haubna - - 20 comments

Hmm YouTube and this is probably enough. I don't have time for all of that :D

Reply Good karma+2 votes
LunarShuriken
LunarShuriken - - 1,275 comments

Wow, this looks fantastic!

Reply Good karma Bad karma+2 votes
haubna Creator
haubna - - 20 comments

Thanks :)

Reply Good karma+2 votes
Post a comment

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

X
Tags