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
Software Inc.NewsPatch notes for Beta 1.8.34
In-game event

Patch notes for Beta 1.8.34

Software Inc. · published 24 Feb 2026, 11:28 UTC · build 22072119

All newsPlayers around this dateRead on Steam

This update comes with some changes to code modding, please refer to the new Getting Started section of the code modding wiki. If your mod uses UnityEngine.PlayerPrefs, please migrate to ModBehaviour.SaveSetting and ModBehaviour.LoadSetting.

This update also adds the ability to place hardware designs in your office, which was meant to be added almost 4 years ago, but I finally got around to it.

Patch notes for Beta 1.8.34


Changes

  • You can now place hardware designs you've developed, in your offices (from the product detail window actions)
  • Added reception room limit which only allows receptionists and guests to occupy, while everyone else may pass through
  • Changed unit sales statistic colors for subscription based software to make the distinction clearer
  • Research window now shows current research status
  • Doubled security camera's FOV to minimize burglars managing to sneak by
  • You can now double click a tech level in the research window to see who's researched it


Fixes

  • Fixed security cameras not working against burglars, if the police had already been called before they were caught
  • Fixed expenses pie chart being affected by bar charts in product detail window
  • Fixed cases of employees getting invalid positions causing them to get stuck and the game to break when trying to view them
  • Rooms that are less than 4m2 with elevator shafts will no longer give accessibility errors
  • Fixed some cases of employees taking unnecessary detours
  • Fixed paths in grass not showing up anymore


Modding

  • Patched a security vulnerability in code mods (Note that mods using UnityEngine.PlayerPrefs will no longer load)
  • The furniture editor can now create LODs automatically, to improve performance for complex models
  • ModBehaviours now have virtual Serialize and Deserialize methods, to aid in saving a mod's data to a save file
  • Improved the functionality of SaveSetting and LoadSetting to save data globally in ModBehaviours
  • Added EXECUTE function to console that allows you to execute arbitrary SIPL code to help with debugging mods
  • Added a scene inspector(SHOW_INSPECTOR) to aid with mod development

Patch notes for Beta 1.8.35


Fixes

  • Fixed opening research window and looking at tech before 1980 with mods could break the game
  • Fixed missing translation for "accept work" in contract window
  • FIxed task deal icon sometimes overlapping buttons
More from Software Inc.

Other announcements

All news
Game update20 Aug 2026Patch notes for Beta 1.8.42My web-host changed how they handle http requests when uploading files, which meant that bug reporting and logo sharing was broken, due to both uploading files to my website. I have now fixed these requests, so they will once again work. I don't have anything else to say about the matter... Here is a teaser for the subsidiary CEO mechanic I'm working on for the overhaul:Community5 Aug 2026Overhaul updateWork on the overhaul is moving forward at a steady pace. Here are some of the things that have changed since last. Servers You can now develop your own server products and use them for hosting your software, or use servers already on the market. A server's bandwidth, durability, power usage and security will depend on which features you select during development. The security attribute will low…Community8 Jun 2026The overhauls will continue until morale improvesThe background If you've followed development closely, you might know that we've been working on a campaign mode to help ease in new players and introduce the game's mechanics at a reasonable pace. My hope was that this would tie the game together for the 1.0 release. This work has been slow going, as I'm not an author, so writing good dialog has been pretty difficult, even though most of the c…