project-image

Cloudscape

Created by Konitama

An action-adventure farm-life survival game for PC and console, launching the 22nd of June! Regrow not just your farm - but the world.

Latest Updates from Our Project:

February Wrap Up! New Dev Log and Dungeon Info!
about 2 years ago – Tue, Mar 08, 2022 at 08:47:09 PM

Hey everyone! Looks like I'm a little late on this monthly update as well, but here it is!


First of all, there's a new development log video up so you can go ahead and watch it, or just keep reading and I'll go into more details on some things I've been working on.

Dev Log Summary

In this dev log I touch on adding ladders to the game, and also go into more detail on adding the new tree variation and growth stages for various mushrooms and flowers. I also briefly show a prototype of the mini-map and go over the buffs system. Oh yeah, and blowing dandelions...


Buffs/Debuffs

Buffs (or in this case, debuffs) have been added to the game. If you attempt to eat too much food in a short span of time, you will receive a "Stuffed" debuff. This debuff prevents you from eating any more food for a period of time, but also provides you with 10 reserve Energy.

Reserve Energy is also a new feature. This works just like normal Energy but is only used up after all of your normal Energy has been depleted.

I've also added the "Rested" debuff. You get this debuff after sleeping for 8 hours in a short span of time. Getting the "Rested" debuff means you won't be able to sleep again for 16 hours, but it provides you a full reserve Heart. This of course, works much like the reserve Energy in that if you run out of normal Health, you will have this remaining Heart as backup Health.

The core concept behind these debuffs is to limit how much the player eats and sleeps, but in a way that doesn't 100% punish the player and instead kind of provides some benefit. I implemented this because otherwise you could just spam-eat a lot of food to restore energy at any time, and it creates an issue where energy isn't really a problem. If you can simply full restore your energy by eating a bunch of food whenever, then there wouldn't be much point to energy and it would be more of a nuisance than a challenge.

Same goes for health. If you can just full heal by sleeping, it makes it too easy to just run away when low on damage and heal up to full whenever you want. Also because sleeping fast forwards time, I want to make sure players are limited on how much time they can skip in a short period. The goal is to just create a good balance for energy and health in the game so you as a player will feel challenged and need to plan out when you eat and sleep.


Dungeons!

Aside from that, I've been working a lot on Dungeons through most of February. Last update I showed a really early prototype of the Dungeon generator laying out various blueprints for procedural dungeons.

Now I have the dungeons loading into the game, and I've created a host of various objects to include in dungeons such as floor spikes, barricades, push and pull blocks, and movers that ride along on floor treads to create all sorts of puzzles and obstacles.

I'm going to have another Dev log out hopefully in the coming week or so, and I'll do a more in depth update on the Dungeon stuff at that time.


The hope is to get through the rest of the major dungeon features this month along with some other core features for the game... and then it's on to working on the new custom island and working more on fleshing out Limbo. Should be a lot more to talk about once I reach that point.


That's all for now! I hope everyone is doing okay with everything happening in the world. Take care!


- Koni

First update for the new year! Trees, dialogue, dungeons and more!
about 2 years ago – Fri, Feb 04, 2022 at 07:40:47 PM

Hey all! It's been a month since the last update so I'm here to fill everyone in on what's been going on with the game's development since then.


Tree Updates

In the previous update I mentioned wanting to rebuild the trees. What does that mean exactly? Well before the trees were in their own object which was sort of weird as I have a growable object which covers crops, plants, flowers, etc... so it made more sense to integrate trees into the growable system instead of having them in their own separate system.  This would allow for more consistency between trees and other plants. They would all share the same system used for growing, harvesting, wind, damage, etc.

So that's one of the first things I tackled,  and I'm happy to report that the trees have been totally integrated! I've also redesigned the Pine tree to be a bit larger with a stronger silhouette. This allows the trees to feel like they fill up more of the space, which creates a more closed in environment. Before I felt the trees were a bit undersized so I'm happy with this change. I've also added a new tree type, the Maple Tree!

I've updated both trees to have artwork for all seasons, and also have added more types of tree resources to collect. Including Maple Seed, Maple Leaf, Pine Needles and Pine Nuts! These will be used in various crafting and cooking recipes and will sometimes drop from a felled tree.


While I was tackling the trees I also set out to improve the growable objects overall. I've added proper states for when crops/plants wither and die during off seasons. You can also clear the weeds by whacking them or plucking them.

Bug Fixes and Performance Improvements

I also spent a lot of time fixing small issues, bugs, and just polishing up various small aspects of the game. I want to take just a second to mention this because I don't think many dev updates focus much on bug fixing but it's a pretty major part of the game dev process. Not only did I fix quite a lot of random bugs and issues, but I also managed to track down and fix a big memory leak issue which would have been really bad if left unchecked. Finally I fixed an issue with world generation where testers were spawning... in the ocean! Definitely happy that I fixed these two major problems as they were basically the two largest issues the game was having.

0.5GB of added memory every time the game was loading a new scene!

Dialogue Additions

Also I want to briefly touch on the work being done with the dialogue system. I've rebuilt that as well, to be a lot more manageable for me, which I covered in the previous update... however I've since added more to this, along with what I'm internally calling "Cloudlish" which is the audible language characters will make as they talk. This is currently still in early experimental stage but you can give it a listen here:

Finally I've most recently started prototyping dungeons and dungeon generation. I've created a script that will procedurally generate a dungeon layout with proper placements for locked rooms, keys, a boss room, and more. You can see some random layouts in the gif below.

Generator showing puzzle, combat, obstacle, walkthrough rooms along with locked rooms and rooms with keys

That's all for this update! There's other random things I'm sure I'm forgetting to mention but I just wanted to get everyone up to date on some of the bigger things! I apologize if it feels like I don't update here often enough. The goal is at least to get a monthly update out, so I might be a day or two late this time but I'll try to stick with that schedule as close as I can. If you want more frequent smaller updates, be sure to join the discord and follow me on twitter as I generally chat with everyone daily in the discord server and try to make more frequent small updates to twitter!


Discord - Join the Cloudscape Discord!

Twitter - Follow Cloudscape on Twitter!


Also as a final little note, I've had a few requests from backers to update their shipping addresses for their rewards. Just to let everyone know, you can update your shipping address by revisiting the same link you used to fill out the survey initially.


Thanks everyone for your support and I hope everyone is having a good start to their year!

- Koni

End of year update, looking into the next year of development
over 2 years ago – Fri, Dec 31, 2021 at 11:37:01 PM

Hello everyone! I hope you're all having a fantastic holiday season! I took a short break to visit family during the holiday and I've been preparing to start back full steam ahead into Cloudscape's development at the start of the new year.


There was an issue with the video showing up in the previous post so if you missed out on that video you can find it here:

I'm still working on the next dev log video which will focus on adding ladders, mushroom growth stages, dandelions and more. :)


Meanwhile I thought it would be fun to just go over a couple of other things I've been working on just to provide some more updates.


First off, I've completely rebuilt the dialogue/sign system as it wasn't as flexible and easy to work with as I'd have liked. There's still more work to do with it but for now it's in a much better state than the previous system! I've also began to implement the system for having characters animate while they talk out their dialogue to the player.

I've also been working hard on the level editor that I'm using to customize areas like Limbo and the other inhabited islands. I've also done quite a bit of work on laying out all of the points of interest for both Limbo and the first island you'll encounter (Wimnim Island)

Finally I've been fixing a lot of bugs and balance issues with the help of my private alpha testers. Lots of things have been fixed up, and I've mostly addressed early game energy/food issues. Here's the most recently added structure to the alpha, the Cooking Campfire!

This is a rather crude form of cooking, so making food this way works very similar to how the Furnace works. As of now you can cook Roasted Mushrooms and Roasted Salmon. Cooked food provides a much better boost of energy, and you'll want to get more energy dense foods since there's a limit to how many pieces of food you can eat in a span of time.


Speaking of testing, one of my testers came up with a good idea to allow the recipe lists for crafting to be displayed as a grid instead of a list. I've since added the option to toggle between both views so you can choose what works best for you. I would imagine new players may want to see the list to help them identify certain items easier, and more advanced players would prefer the grid view to see a larger amount of choices per page.

You can also now pin a recipe to the UI so that you can keep track of just how many ingredients you have for a recipe.


Looking ahead:

So what is the plan moving forward? Well right now I'm working to get a complete vertical slice of the game ready in a couple of months. This could possibly be used for a public demo for gaming conventions or the like. This means I'm trying to work on key features to make sure the experience is polished and complete. I'm working mostly on remaining systems, bug fixes, building out Limbo, and taking on the task of building an NPC manager that will handle placing and keeping track of all the characters in the world.

A few things I'd like to rebuild/improve on would be trees and monsters. Hopefully in the next couple of months I can get a much better system for trees so there can be a nice variety of trees, better wind reaction, better growth cycles, more tree resources and much more.

For monsters I want to completely overhaul the system and add in at least a couple more varieties/types of monsters just to mix things up for early combat testing. I'd also like to try and add a couple of different weapon types and combat skills.


BackerKit Pre-Order Store:

Just one last thing to mention, the backerkit pre-order store is still open and I plan to keep it open into the new year, so if you wanted to buy any physical or additional digital goods, you still have time to do so! Every purchase helps continue to support the game's development.

https://cloudscape.backerkit.com/hosted_preorders

Also it's possible to still update your shipping address using your backerkit link that you received via e-mail. If you haven't filled out the survey yet, I encourage you to do so! If you don't have a link to your survey, just send me a message and I can be sure to send it to you. (Note, if you only backed the lowest tier or provided money without backing a tier, you won't get a survey link and don't need to worry!)

----------------------------------------


I'm hoping to get a lot done in the coming months, and I appreciate everyone's patience and support. I know the updates are sparse but trust that I'm still working very hard on the game and that's usually what is causing delays in updates. :) That's all for this update, look forward to another dev log video coming soon and I'll make sure to get another KS update posted here some time in January! 


Happy new year!

- Koni

New Dev Log! Adding Bug Catching, Fishing, Clothing Coloring and much much more!
over 2 years ago – Mon, Nov 22, 2021 at 01:17:26 AM

Whew! It's been quite a while since the last update here! Really sorry about that one, but I've been focusing all of my available time on developing the game every day, so I have to sort of just catch a moment to put together this update and videos.  Just to give you a bit of an idea as to how much stuff I've been working on... here's a glimpse at all of the stuff I've done since the past update!

 I've condensed this into a Dev Log video (first of two!) so feel free to give that a watch if you don't want to squint and read hundreds of lines of text. :)


Custom Clothing Colors!

I've worked on adding customizable clothing colors for all clothing/accessories. You can get everything in 32 different colors. Clothing items now have a special color attribute that displays next to the item's name such as "Basic Tunic (Light Blue)". As of now there's no in-game way of actually obtaining the colored clothing, however I plan to allow the player to purchase clothing from shops and also craft their own clothing as well.


Bug Catching!

I've added Bug Catching to the game as well! Right now I've set up the core system for this, including a spawn controller which will basically control what insects will spawn and when. Different insects will spawn based on season, time of day, weather and several other variables. You will be able to use different nets to catch bugs, with the ability to sneak up on bugs if necessary!  Collect them, use them in recipes or donate them to the wildlife museum!


Fishing!

Finally, among many other smaller changes, fixes and additions, the last major thing of note is Fishing! I'm happy to report that after about a week of constant work, I've implemented the bulk of the fishing system! It's now possible to craft a fishing rod, equip it, cast it, and catch fish! I've tried to implement fishing into the game in the most organic way possible. I've always enjoyed fishing in real life, and it's the excitement of getting that bite and fighting the fish while giving it some room to tire out on its own.


Fishing works very similarly in Cloudscape. Once you cast your line, your bobble will wiggle as the hook gets nibbled, and once the fish bites, your bobber will go fully under water! At this point you'll need to start reeling in (by holding down the tool button), and then when you see/feel the fish starting to fight back, you'll need to ease off from reeling or else risk having the line snap! After a short back and forth battle, you will finally be able to reel the fish up to the shore, and catch it. So far with the playtesting I've done, I've found fishing to be pretty enjoyable and it's really neat how you can tell how big/tough a fish is simply by how hard it pulls on the line and how fast/slow reeling in can be.


As of now there's only a handful of different fish, but I have plans to include 100 different things to catch as of now. There's also plans to add proper bait and tackle. There's a lot more to the fishing system but I think I'll wrap it up for now. More details will come later!


Thank you for your patience!

Thanks everyone for your patience and I'm sorry again for the delay between updates here.  The good news is that the private Discord channel is now live and if you backed at the Early Access tier or higher, you can check it out for more frequent updates and sneak peeks at development! Make sure to join the Discord, and if you haven't received your Discord role yet, just send me a message on Discord with your Kickstarter e-mail and I can go ahead and get your role assigned!


Join the Cloudscape Discord! - https://discord.gg/Cloudscape 


Also in Backerkit news, I am planning to most likely close Backerkit orders before the year's end, so if you wanted to get in on buying physical goodies or extra copies of the game that you didn't buy during the campaign, you might want to do that soon! We have 92% of surveys completed on Backerkit so far! I will send out a reminder to everyone who hasn't filled out the survey soon.

In the meanwhile, you can check out the Backerkit store if you want to order any additional physical/digital goodies or an extra copy of the game (or if you didn't get a chance to back the campaign, you can help support the game by buying stuff on Backerkit!)


Visit the Cloudscape Backerkit store!

https://cloudscape.backerkit.com/hosted_preorders


Finally, for anyone who backed a Design tier, I've been slowly putting together the first e-mail with information regarding the design process. I definitely haven't forgotten about you! Thank you for your patience and I will be reaching out to you soon!

Project Shoutout: Toasty - Ashes of Dusk!

Last but not least, a shout-out for another fellow developer making their run at Kickstarter soon! Toasty: Ashes of Dusk is an upcoming Action Adventure RPG starring an unlikely hero, that's a tribute to classic childhood RPGs such as Earthbound, FFVII, Majora's Mask, and Pokemon Gen1 all mashed together! Play as Marshall the amnesiac Marshmallow Knight, and stop an all-powerful evil to protect the many friends you make in the magical world of Geldia. All the while, discover the truth of your own mysterious origins... such as why you're a talking marshmallow? Step into Marshall's shoes and make your journey across Geldia, seeking out his memories, gaining new allies, and exploring the fabric of reality as you search for the past. If that sounds good to you, please sign-up and subscribe to their campaign by clicking this link!

- Koni

- Koni

- Koni

- Koni

Kickstarter survey update! Pre-order store is live and supports Paypal! Bug Testing closed alpha sign-up!
over 2 years ago – Fri, Oct 01, 2021 at 07:27:39 PM

I'm happy to announce the Cloudscape Backerkit pre-order store page is live and also supports PayPal!

Click to go to store!

If you missed out on the Kickstarter campaign, or only had PayPal as a payment option, you can now pre-order the game and physical merch!


Survey Information

We've had over 80% of backers complete their surveys! Yay! If you still haven't received your survey via e-mail, please send me a message and I can send you a direct link to your survey!

Important info about filling out the survey:

If you are having difficulties getting through the survey, make sure to manually input something into the answer fields. Backerkit has a funky thing where it won't proceed with the survey if it thinks you didn't actually type an answer. This happens when you copy/paste things into the field (sometimes) and so you'll need to simply manually type and delete something from the field to get it to properly be recognized.


Join the Cloudscape Discord to get your roles/access!

I've noticed a lot of people have filled out the survey and included their Discord username (remember, need to include # and numbers at the end of your name!) however they haven't joined the Cloudscape Discord server, so I can't assign the roles/access for their rewards! If you want your role/access on Discord you will need to join as a member of the server.

Join the Cloudscape Discord at https://discord.gg/Cloudscape


I am manually adding roles as I get them, but it's hard when there are 1000 roles to add but only 50-100 of those are currently members, as I spend a lot of time trying to add roles to people who aren't part of the server.


Bug Testing Closed Alpha Sign-Up

I plan to re-open closed alpha testing for Cloudscape soon! I will only be taking 10-20 testers. If you would like to join and help find bugs and test the early version of the game, join the Discord and be active in the community! I will be announcing the sign-ups there soon and will prioritize people who have shown the most support for the game/community. Note that this is not an invitation to get a sneak peek of the game and then leave. You would need to be able to test the game often and provide bug reports and feedback!


That's all for this update! I have another Dev Log planned which will focus on Bug Catching and a lot of improvements I've been making to the game!

- Koni