1. Humanica
  2. News

Humanica News

New demo is out!

[p]The new demo is now available! Play it as part of the Steam Next Fest, which starts on October 13 at 5 PM UTC![/p][p]
[dynamiclink][/dynamiclink][/p]

Devlog #2 08.10.2025

[p]Hello, everyone! Today I'm going to talk about how I created the world map.[/p][p][/p][p][/p][p]Initially, the task was as follows: I needed to travel around the world map to add the feeling that the world outside the settlement exists and that something is even happening in it. This feeling was sorely lacking in the game that inspired me so much at the time - Dawn of Man. It's no surprise that my project has a lot in common with this game, but that's not what we're talking about right now. I chose a hex map format because I used to love playing Civilization 5. Generally speaking, at one point I hoped to create an analogue of Civilization, with development from the Stone Age to space rockets, but within a single settlement. Then I had to cool my enthusiasm, and I only developed it up to the Iron Age.[/p][p][/p][p]First, I started making a procedural hex map. I used the same methods as when generating the main map on which we build the settlement: we take Perlin noise of different scales and combine them. Each cell has its own specific landscape: plains, mountains, hills, forests, hills with forests, etc. [/p][p][/p][p][/p][p]After that, I added water and various objects: ancient ruins, herds of animals, neighboring settlements. Units can move across the cells themselves. At the moment, the only such unit is a squad of scouts controlled by the player. [/p][p][/p][p][/p][p]You can add a bunch of different mechanics to the world map, and there's a ton of potential for creativity, but I decided to stick with a few basic features because I have limited resources. At the moment, you can control your scout squads to clear various points of interest and find useful resources: new plant seeds for cultivation, new animals for breeding, and technological knowledge to unlock certain technologies. Essentially, these are just expeditions, like in Frostpunk.[/p][p][/p][p][/p][p]It took a lot of effort to implement a working hexagonal grid with the necessary coordinates. I also had to use some special features in the generation process. For example, to ensure that no objects spawned within a radius of 2 cells around the settlement.[/p][p][/p][p][/p][p]Next, I added the ability to gradually reveal the map. All unexplored cells will simply be hidden. The further you travel from your settlement, the more valuable points of interest you will find.[/p][p][/p][p][/p][p]Cells are opened through the unit view mechanism. Each unit has a view value, and each cell has a “view difficulty” value. Thus, units will see far across plains, but will not see through mountains.[/p][p][/p][p][/p][p][/p][p]And, of course, I implemented pathfinding on a hexagonal grid using Dijkstra's algorithm, because units will take longer to move across some cells (such as mountains), and I needed a way to automatically select the optimal route.
[/p][p][/p][p][/p][p]To send out scout squads, you simply need to build a scout camp and assign three settlers to it. Currently, this action costs a fixed 20 food. But in the future, I will make it so that the squads’ food runs out during the exploring. You will need to plan how to find useful resources and get the squad back home before they starve to death.
[/p][p][/p][p]To be continued![/p][p]
[/p]

Devlog #1 23.09.2025

[p]Hi everyone! The project is still alive and development is nearing completion. The release is scheduled for early 2026, but the exact date will be announced later. I'm also looking forward to participating in the Steam Next Fest. It's a good time to tell you what I've been working on for the last year.
[/p][p][/p]
Agriculture
[p]After a fairly long break, in November 2024, I continued to work on the game. The first big feature I decided to refine was agriculture. My goal was to make the gameplay cyclical through the seasons, where you plant wheat (or fruits and vegetables) in the winter and harvest in the fall. The interest of this mechanic is to have the player plan how much food to grow so that there is enough to survive the next year.
[/p][p][/p][p]I made universal garden beds, where you can choose what you want to grow. And all garden beds are automatically grouped together after being built, so that you can change from wheat to carrots in one click.[/p][p][/p][p][/p][p][/p][p]And you also have to spend a unit of seed to plant a plant. The seed cycle is like this: spend a unit of wheat seeds to plant wheat, then harvest the crop and get the same unit of seeds. But if the player wants to increase the planted area, he can convert part of the harvest (the wheat itself) into seeds.[/p][p][/p][p][/p][p]In the next I polished visuals, tweaked post-processing, made the models of beds take the shape of cells in the construction grid. And in the end we have this picture.[/p][p][/p][p][/p][p]To be continued![/p][p]
[/p]

New Demo Available!

New demo version of the game is available for download!

Don't forget to add the game to your wishlist! Share reviews and screenshots in discord channel ːsteammockingː

New Trailer!

There's a new trailer out. hurry up and check it out!

[previewyoutube][/previewyoutube]

And don't forget to add the game to your wishlist!

https://store.steampowered.com/app/2112740/Humanica/