TUXDB - LINUX GAMING AGGREGATE
made by: NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 9 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Benedikt][David Martínez Martí]

Steam ImageSteam ImageSteam ImageSteam ImageSteam Image
Endciv
Crowbox Developer
Crowbox Publisher
2016-04-21 Release
Game News Posts: 30
🎹🖱️Keyboard + Mouse
Mostly Negative (67 reviews)
Public Linux Depots:
  • Endciv Linux [213.71 M]
Game is not tagged as available on Linux on Steam.
Linux is not in the OS list.
Technical Insights

Hello Everyone. Today Id like to explain a few technical aspects of what we have been working on recently. The next playable update to download will be available in June. Grid map data The map is divided into grids. As you can see here, the resolution of the grid is two times higher than the grid you see when you construct buildings. The reason for that is that it allows us to end up with a variety of patterns when placing buildings.
As you see below in the middle, there can still be a path between objects even though they are placed next to each other. If we would allow you to build on the small grid then you would have much more micromanagement to do in order to keep the desired space.
For some objects this is not the case, such as houses. Those you can place wall on wall while their full area is not walkable by units. The blue cells indicate this, those have a special value. This also means that we can have multiple objects on the same grid cell as long as the rules allow it. We add more and more layers but this has proven itself. It aids performance, decoupled code architecture, and multithreading to read the values from the grid map rather than iterating over entities and their data. Grid map Simulation We have several layers of data that are derived from the core data which we assign through the terrain or the buildings. Some of them are updated constantly but at a low rate. Due to performance issues, these layers had to be downsampled and we could even downscale them once more if we have to. The system works good and on a separate Task (C#). Currently, we only suffer a bit from garbage allocation but we will tackle this next week, the core algorithm is very memory friendly.
Open Area Used for pathfinding. The trader vehicle is a much bigger object than a human being. The vehicle should avoid narrow paths where it wouldnt fit or had issues to steer. By using thresholds to cost on such tiles (on Dijkstra integration cost) we achieve that the vehicle bypasses narrow paths. Nevertheless, this is a threshold and not explicit. If the required bypass becomes too big then the vehicle would even drive over piles on the ground. Density Indicates how densely an area is cultivated. This can be used to find out where city borders are and where it might be nicer to live. Animals will usually avoid the town area. Therefore children usually stay within the town area. Well, usually. Pollution So far the only simulated value. By that I mean it changes over time. If there are corpses, waste or unclean outhouses then their environment will become polluted. Once the source of pollution is gone the area will recover. Pollution is not only stinky but also a threat to health. Food will rot faster in polluted areas and that can be a tipping point as rotting food causes organic waste which causes a higher rate of rotting. Islands Island IDs are used for pathfinding and tell the AI if there even exists a path between two points even before a pathfinding algorithm is being initiated. For each encapsulated area there is a new island. There are also portals (general term for doors, gates, stairs, etc.) that can connect islands.
There are many more data sets but these are the derived data sets. Entity Component System We are using an Entity Component System (ECS). In short form, this divides the code into entities, components, and systems. All aspects in the game like a building or a unit is an entity with various components assigned. Components are for instance Production, Cattle, or Inventory which hold relevant data and can be saved to disk. Most of the game logic is performed in systems. Usually, there is one system for each Component but some systems also handle multiple components. We use this right from the beginning but made tremendous changes to the code base. Now it is much more flexible and easier to extend and maintain. Our entities are designed in the editor using ScriptableObjects which we call StaticData. Here is an example of what this looks like for the pasture.
Notice that it has a pasture component which (in fact its system) is responsible for most of the logic of this building but it also needs other components like the inventory so it can store food for the animals. Also, each building has a construction component that defines everything required to construct the building. Energy/Power system We developed a new system for power. Power is a general term, it can be produced by various sources: wind, solar, combustion, and electricity. Electricity basically is only a medium for power and was generated by one of the other sources. What we changed was the way power generation and consumption happens. We are now very flexible in designing new facilities, thanks to the new ECS setup. For instance, each component can be powered. By default it has an efficiency of 100%. When we link a power source to the feature then the efficiency will be defined by the source instead. Here are some examples to illustrate this: A workshop only requires labor force, therefore the production component has no power source attached. A workshop that requires electricity is linked to a power source: electricity component and will therefore only work if it is connected to the electricity grid and power is available. A solar collector has a power generator component which is connected to a power source: solar component. So depending on sunlight the efficiency of the power generator changes and outputs more or less electricity. The flexibility here is that we can use the same component and change its behavior by simply adding another component and leaving the other one unchanged. But most importantly each existing component class like the production component does not have to know anything about the power system at all. Next up I will go into more detail on the gameplay related updates and what is planned for the next few months.


[ 2019-06-01 18:44:25 CET ] [ Original post ]

You’ve managed cities in medieval ages, Rome, Egypt, foreign planets – Now it's time to discover the wastelands!

OVERVIEW

  • Rebuild civilization in a world full of misery and cruelty
  • Craft a flourishing town from the ashes of the past
  • Decide yourself either to conquer or to ally
  • Enjoy a detailed simulated world

Early Access:

Please be aware that the status of the game is still very limited, this is already the second attempt of development and therefore many things had to be re-developed from scratch. Only consider to buy it if you are interested in the development process.

In a world where civilization suffered from various disasters, a group of people lost their shelter and are now on the search for a new place to live. Help these people to survive in the wastelands. Explore the unknown environment to find shelter and a supply of food and water for the early days. Your foremost duty is to avoid dehydration and starvation at all cost.

Enjoy a detailed simulation. Water can be scarce and food rots over time. During the game you also have to manage energy, agriculture and labor and each aspect relies on certain real world conditions such as rainfall and wind.

Lead a successful settlement. Acquire a fortune of goods, keep your citizens satisfied and improve the daily routine with new technology and resources. Then your reputation will rise and strangers will take notice. You will be visited by nomads who want to join your tribe and merchants who want to offer a trade.

Read the Development Progress section above for more details about the current status of the game.
Visit our Roadmap and Discord Channel!


GAMEBILLET

[ 6081 ]

1.50$ (90%)
7.54$ (16%)
4.95$ (17%)
16.18$ (19%)
4.47$ (55%)
4.24$ (79%)
1.00$ (90%)
12.84$ (74%)
3.81$ (87%)
19.97$ (20%)
4.24$ (79%)
4.87$ (19%)
4.19$ (16%)
16.97$ (15%)
2.50$ (90%)
5.03$ (16%)
16.79$ (16%)
9.84$ (51%)
5.00$ (75%)
28.69$ (18%)
0.84$ (91%)
25.59$ (15%)
2.35$ (84%)
12.59$ (16%)
16.79$ (16%)
9.84$ (51%)
3.73$ (75%)
3.35$ (78%)
33.14$ (17%)
4.19$ (16%)
GAMERSGATE

[ 1481 ]

14.0$ (65%)
9.0$ (70%)
2.5$ (50%)
0.75$ (92%)
3.0$ (85%)
1.84$ (91%)
3.0$ (50%)
3.48$ (83%)
1.5$ (90%)
14.18$ (68%)
3.0$ (80%)
6.0$ (80%)
1.58$ (95%)
3.4$ (83%)
10.0$ (75%)
2.0$ (90%)
3.26$ (78%)
2.61$ (83%)
4.8$ (76%)
9.0$ (70%)
3.0$ (90%)
5.22$ (74%)
3.13$ (83%)
0.68$ (89%)
6.0$ (60%)
1.05$ (85%)
2.18$ (78%)
16.0$ (60%)
1.0$ (90%)
0.42$ (79%)
MacGamestore

[ 2067 ]

18.99$ (24%)
1.09$ (93%)
21.99$ (27%)
7.99$ (20%)
1.99$ (87%)
6.37$ (79%)
1.09$ (84%)
0.99$ (75%)
2.98$ (80%)
5.99$ (90%)
1.49$ (94%)
1.29$ (84%)
1.09$ (82%)
17.49$ (20%)
8.99$ (10%)
1.19$ (88%)
2.99$ (75%)
1.19$ (76%)
1.99$ (80%)
1.29$ (91%)
1.39$ (91%)
1.19$ (76%)
15.19$ (81%)
32.99$ (18%)
1.24$ (75%)
1.71$ (91%)
6.24$ (75%)
21.49$ (14%)
2.49$ (50%)
2.48$ (75%)

FANATICAL BUNDLES

Time left:

356354 days, 5 hours, 26 minutes


Time left:

10 days, 12 hours, 26 minutes


Time left:

20 days, 12 hours, 26 minutes


Time left:

25 days, 12 hours, 26 minutes


Time left:

9 days, 12 hours, 26 minutes


Time left:

31 days, 12 hours, 26 minutes


Time left:

5 days, 12 hours, 26 minutes


Time left:

5 days, 12 hours, 26 minutes


Time left:

39 days, 12 hours, 26 minutes


Time left:

54 days, 12 hours, 26 minutes


Time left:

32 days, 12 hours, 26 minutes


Time left:

55 days, 12 hours, 26 minutes


Time left:

54 days, 12 hours, 26 minutes


Time left:

55 days, 12 hours, 26 minutes


HUMBLE BUNDLES

Time left:

0 days, 6 hours, 26 minutes


Time left:

7 days, 6 hours, 26 minutes


Time left:

8 days, 6 hours, 26 minutes


Time left:

12 days, 6 hours, 26 minutes


Time left:

17 days, 6 hours, 26 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE