It has come to my attention that these episodes aren’t being displayed properly in blogs that repost from my RSS feed, so here are some links:
Island Survival Dev Diary Playlist on YouTube
Island Survival Dev Diary [EP06] on YouTube
“Welcome to Episode 6 of the Island Survival Dev Diary.
In this episode, I’ll go over the changes made during Day 6 of the game’s development.
I added quite a bit of functionality to the editor in this build.
First, I added support for variable brush sizes. You can change the size of your brush by clicking the left or right arrows located directly under the object selector. There are currently 6 brush sizes available, but I may add support for more sizes or different shapes in the future.
Next, I added support for auto-contouring, which you can enable by clicking on its tickbox. What this does is loop through the layers backwards, placing tiles in a larger radius as it goes. This is useful when you want to automatically add transitions from higher elevation tiles down to water, without having to manually draw it in. Of course, you can always turn the contouring off to touch things up exactly as you want.
The algorithm for this is pretty slow at the moment while autotiling is enabled, especially with larger brush sizes, so I added the option to temporarily disable autotiling. Any tiles that you paint while autotiling is off will be resolved as soon as you turn it back on, so it’s a useful option for when you’re editing large areas of the world at once.
I added 4 new objects in this build as well. Iron Ore, Tall Grass, Clams and Fireflies are now available in the object selector. The fireflies have their own AI and also emit a small light which makes them look really cool at night. I’ll probably add in random blinking to emulate how real fireflies behave.
I finally added an inventory window and hooked up the search command to an inventory system, so anything that you find will automatically populate your list of items. Items do not stack yet, nor do they really do anything, but it’s a step in the right direction.
That’s it for Episode 6. Thanks for watching.”


