1. Edengrall
  2. News

Edengrall News

Friday Progress Report 156

Video

The grass crops now grow properly and can be harvested! They do behave differently on harvest than normal grass, when harvesting them aim for the crop tile and all grass in the tile will be harvested and only the grass from that tile, this is both due to limitations to our system and to make sure the player will never harvest more than he wants by accident, in the end it worked out fine.



My brother is now working on saving the state of all crops and grasses so the player can save the game and not lose all his progress, this might take a while and won’t be something i can to show on the next report.

Meanwhile I am working on the final big UI element of this update, the seed tooltip, jam-packed with information, so the player won’t have to guess or data-mine the game to find out all the info he needs for each seed.



We still have to make a system that allows the player to convert grains into seedbags and extract seeds from fruit, after all those the farming system should be ready.

Friday Progress Report 155

Video

We can plant grass crops in the crop tiles now, it has been harder than expected because the crop tiles block wild grass from growing and it was also blocking the grass crops themselves, but it is fixed now, the grass crops can be grown and still behave like grass, but they still lack features like harvesting and growing slowly (right now they grow instantly), it should be done next week.



Also all windows in the city have flowers in them now, and city parks and lawns have short grass

Friday Progress Report 154

15 Crops Done!



Trellis and Trellis crops are done! you can place a trellis on any empty crop tile, right now there are 3 trellis crops: Tomato, Greenbeans and Cucumber

The special vine shader used on Greenbeans and Cucumber is working wonderfully! in this video you can see the vines growing slowly while I plant the other crops, the crops are harvestable, and require water (watering animation not made yet), but you will see me switching to the watering can in the video.

Some of the crops still need a few adjustments like the carrots and garlics that don't look so good, also the tomato model has a minor glitch i need to fix.

Video

The final 5 crops are grass crops, my brother is doing the integration between the Grass and Crop system, they should be done next week.

The UI is also almost done, after that I need to make Adam missing animations.

Friday Progress Report 153

The crop system and "moddability"



For us making the game moddable is very important, we love mods and we do also make mods for games we really care about. And we want to make the work modders as easy as possible, in this post i want to explain some of the aspects of the Crop system and how we are making it easier to mod and also report the progress on the entire system.

All the content data of the game exist in xml files, which are very easy to mod. The crop system starts in the Plants.xml file where the most vital data of a plant resides.



Above you can see a bit of the Strawberry entry in the Plants.xml file, the most vital info is in the first lines between the variation tags, this links to the prefabs, one prefab for each crop plot size. Normal crop plots are M(medium) sized, while plant vases will be S(small), and large plots for trees and such are L(large) for each size a different prefab is used with different seed stack costs and a different amount of plants, for example: planting a turnip in a vase will cost a single seed stack and grow one turnip, growing turnips on a farm plot costs 4 stacks and produces 4 turnips for each farm crop.

We have little to no experience in modding with Unity prefabs and how make the game recognize and import modded prefabs properly, so until we study and implement it, modders will have to work with our existing models and animations.

Next in the file come the plant needs, nutrients consumed, water, soil PH and such, and beyond that comes the bulk of each plant entry: the Stages of growth.

Each plant has 7 stages, starting from Seedling and ending in Fully Ripe, each stage has its own temperature needs, animation, drops (harvestables) and many other details which allow our plants to have such unique properties like different harvestable parts in different stages, in the stages where the plant has harvestable parts you can see the link to Crop entries (in the case Crops.Strawberry) this links the Plants.xml with the Crops.xml.



Many plants like Potatoes release seeds which are ready for planting, but some like Tomato give fruit instead, right now the removal of seeds from fruit is not implemented, this will happen in the cooking screen, and will be part of the cooking system (ingredient preparation).



While crops that use prefabs are working right now the crops that use the grass system are not working yet because the connection between the Crop system and the Grass system is not finished, and grasses can only drop Hay for now, they do not drop items yet, so no harvests even on wild grasses for now.

The development is quite slow on the farming feature due to the complexity of integration between all the systems involved and making as much as possible in ECS (Unity's Entity Component System) which is quite hard to use, but extremely potent for optimization which is also a very important aspect for developing a game which will allow huge crop fields without dropping below 60 frames per second.

For the farming feature to be classified as complete we have to solve all those problems and make it easy to mod as the cooking system is right now, this is taking a bit longer than expected and I cannot give a definite answer one when it will be done, but i can promise that as soon as we finish this feature we will drop a new free demo here and on Steam so you can try it out too!

Oh and there is also the Steam workshop, we want to make use of this wonderful feature, but we have no experience with it, and it might not ready on the end of year release.

Friday Progress Report 152

I had to take 5 days off, so we didn’t make much progress this week, I am fine now, but unfortunately we won’t be able to release a demo at 5/5, we will do it as soon as we finish the farming system, but it may take more than two weeks, so no promises for now.

There isn’t much to report as we have been making UI elements and nothing is fully finished, my brother has finished most of the farming system features, but showing them on the screen (UI) is taking a while.

Sorry for another small update, we will have something to show next week.