Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
EvospaceNewsEvospace 0.20 development news
Community

Evospace 0.20 development news

Evospace · published 9 Nov 2024, 13:02 UTC

All newsPlayers around this dateRead on Steam

Improving Recipes


Recipes had several forms, but in general, they consisted of two inventories: an input and an output. For a recipe to be executed, the input inventory must first be consumed, followed by a wait period, after which the output inventory is created.

The first issue arose with large energy buffers required for certain expensive recipes, creating an unrealistic delay when the power was disconnected.

This problem was solved by introducing a special resource slot. It’s still an inventory slot, but its contents are consumed every tick, reducing the machine’s internal buffers by hundreds of times. Now, most machines stop working almost instantly when power is cut off.

The next problem surfaced some time ago during energy calculation for network production. To compute the total consumption/production, one could sum all resource slots of this type and multiply by 20 (the tick rate); however, some machines still retain a small buffer, breaking the calculation algorithm. Currently, the calculation is approximate, and this issue remains unresolved.

Another issue is that some machines can perform slight variations of recipes with different resource quantities (e.g., furnaces of different levels) or alter the resource (e.g., assemblers using player recipes and electricity as well).

A proposed solution to address both the buffer and duplicated recipes issues is as follows:

Removing Machine-Specific Recipes and Introducing General Process Recipes

For energy consumption, use the machine's consumption rate during operation. The same approach applies to energy producers, such as furnaces. Higher-level machines complete recipes faster, producing more energy as prevously. Higher-grade fuel types burn longer, better suited to high-level furnaces.

To differentiate fuel quality (e.g., good fuel vs. poor fuel), it’s suggested to use a productivity system, already implemented in version 0.20.

The best fuel would have productivity that boosts the machine's output proportionally.

For example, a level 2 furnace has a work speed of 2.0, and refined fuel has a productivity of 50%. A level 1 furnace produces, say, 1 kilowatt of energy.

Thus, the calculation would be: 1 kW * 2.0 + 50% = 3 kW

0.20 is not far away, more news with images


Improved crafter ui


Refactored world settings and save metadata


Production stats


Mod manager

And much more!

If you want to report a bug, suggest a game change, or ask a question – join us on Discord

More from Evospace

Other announcements

All news
Major update30 Aug 2026Evospace 0.22.0 StableThis update is already available on the Stable branch, with 0.21.1 Stable 5 full release coming within a couple days. This update focuses on internal systems: the new world generator, gameplay impacting weather and insolation, logic and trains have been reworked at the engine level. Right now, a multiplayer beta is already available. Multiplayer (beta) The headline of this update is multiplayer…In-game event22 Apr 2026Evospace 0.21.0 patch 1Lighting modes have been improved: the regular flashlight and both night vision modes. A flashlight is now available right from the start of the game. Toggle it with the `L` key. Equipment logic has been fixed: an item is now equipped only when placed into an equipment slot, not when simply picked up in hand. · Fixed loss of contents in pipes after repeated re-saving · Reduced the recycler's in…Major update11 Apr 2026Evospace 0.21.0⚙️ Customizable block appearance and decorative variants Added designable blocks — a customizable design system that replaces the old variants for stairs, fences, columns, and beams. Instead of several static variants there is now a single block with adjustable appearance. The number of variants and settings will gradually increase. New decorative variants have been added for fences and stairs,…