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
IcariaNewsIcaria Update 2: UI Updates, new Buildings, and Husk
Major update

Icaria Update 2: UI Updates, new Buildings, and Husk

Icaria · published 31 Oct 2025, 00:04 UTC · build 20375240

All newsPlayers around this dateRead on Steam

New Feature: Husk

  • Clear the terrain of the invasive Husk; a fungus that drains power from your robots and uses it to grow.

  • Attack the husk with Jackhammers, Chainsaws, and Dynamite.

  • Husk is passive until you engage with it and only grows outside the starting area so you won't run into it until you are placing relays.

  • There's more of husk to come; this is the start of the next beat in our story.

New Craftables

  • Jackhammers can break husk tiles.

  • Craft Black Powder in the chemical factory so you can make Dynamite for clearing out husk or any other terrain.

  • Make a Large Storage at Tier 6.

  • At Tier 6 also make a Large Crane. For those who have been with a while this is a slightly modified version of the old Tower Crane.

UI Updates

  • The command bar has been moved to the bottom of the screen and has a similar layout to the new build bar.

  • The role book UI can now import roles directly from old saves. You can also use it to import and export roles using a blueprint string (that doesn't have any buildings). The save format has changed in 0.6.x to support this so if you want to import roles from older saves you'll need to open them and resave them so they update.

  • Can now use the mouse scroll wheel to adjust sliders.

  • The mouse scroll wheel also adjusts the count on requests.

  • Key binds for rotating the camera.

  • Deconstruct Selected now requires the control key to avoid accidental demolition.

  • Click on dimmed commands to see why they would fail.

  • Tab key now cycles through coordinates when editing a map location or size.

  • Show error information over the command bar.

New Scripting Features

  • We now have a true return stack and a Call command which starts another action returning to the original action when done. The call stack prevents recursion--if an action that is already on the stack is called again the Call fails.

  • Return command can return either success or failure to a call.

  • When now uses the return stack so one When can interrupt another and return to it.

  • Can now select a different action for the Play command.

  • Loop to a fixed Count.

  • Surveyor can now use "Take For" to copy a terrain filter.

  • Remembering a map location and then using "Take For" that memory location uses the tile at that location as the request.

Miscellaneous

  • Heavy drone can now use chainsaws and jackhammers.

  • Can now replace a pipe stand with a water tower.

  • The crane now shows the reachable area while you are placing it.

  • Show markers on the map for memory locations when a drone is selected.

  • Tweak the recipe for making glass--more boron and less sand.

  • Tone down the brightness of beacons so the colors are a bit more colorful.

  • Upgrade to Unity 2022.5.62f2 to take the security patch.

More from Icaria

Other announcements

All news
In-game event31 Jul 2026Update 1.0.10Converting Visual Scripts to Text Scripts If you create a script with the block based editor you can now convert it to a text script. We've been working over the last few weeks adding new features to the text scripting to support a variety of edge cases and lesser used features in the visual language but the conversion is still not perfect. Because the visual language is more limited it has a b…Game update16 Jul 2026Small Update 1.0.7Patch Notes Text Scripting · add craft command. · add random and chance functions. · documentation pages for operators and functions. · Documentation for broadcast command. · Fix documentation for rest command. Bug Fixes · Fix scrolling in the text script editor. · Fix some cases of cursor misalignment on line wrap. · Double clicking on text no longer selects buildings in the background. · Fix…Game update4 Jul 2026Small Update 1.0.4Patch Notes 1.0.4 Added in-game Documentation · New icon to make it easier to find: · Document the location property .biomass for the biomass available to trees at that location. That's been in the language but we missed the documentation page. · More details and examples in the hover box for many commands. Text Scripting Command Options There are a bunch of settings on commands in the visual s…