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
CloudbuiltNewsMinor Patch
Game update

Minor Patch

Cloudbuilt · published 6 Jan 2025, 13:58 UTC · build 16917072

All newsPlayers around this dateRead on Steam

No major announcement this time—just a couple of quick fixes and tweaks following our recent larger update ːdeheadː:
https://steamcommunity.com/games/262390/announcements/detail/546722128842458766

(EDIT: Did a minor addition fix and added it to this patch note as to not spam the news feed with minor stuff)

Ending Cutscene Desync


We sadly had a miss here where the cutscene animation for the endings played with game-speed-modified delta time, leading the non-competitive mode to play the animations slightly slower and thus de-syncing the sound effects and music. This ruined the experience of the endings. (It’s very unfortunate that we didn’t catch this before now... and it was big enough that I couldn’t just leave it and had to do this small hot fix patch.)

Window Positioning


The game window will no longer re-center itself every time settings are applied. Now it only does so when changing the window mode or size, which should make multi-window setups much easier—especially for those who stream or record gameplay.

Shield Gates


Fixed so shield gates are not allowed to close when their collision overlaps the players, to avoid unfortunate timings getting players stuck. (If you get stuck by a gate, you can of course shoot it to get free as well).

Assisted Gamepad Camera


Did a minor adjustment to how the assisted camera behaves when performing vertical wallruns, aiming to make it less intrusive when doing finer precision movement.

Drop Mines Physics State


To address a rare bug with these mines and to improve their performance while running physics simulation in parallel with the game update, we previously added a method to schedule physics state changes (activating and deactivating mines) until after the simulation was done, as an asynchronous step.
Sadly, this introduced another bug we didn’t detect until now. If you place a checkpoint in range of a drop mine and restart while it’s falling or exploding, it can lead to delayed events from the frame before the checkpoint reload firing on the frame after the load, which can cause strange effects.
We’ve now mitigated this by ensuring the delayed event queue is fully processed before the checkpoint is loaded. Since this is a relatively new bug and hasn’t been exploited in speedruns, we see no harm in patching it out.

As always, thank you for playing, and please let us know if you notice any other issues! ːdeboostː

More from Cloudbuilt

Other announcements

All news
Major update27 Dec 2024Features & Quality Update!New Features In addition to new language support, we’ve also added two significant improvements for those who continue playing beyond simply beating the game once. New Language Support We’re excited to announce that Cloudbuilt now offers full support for Simplified Chinese, thanks to the incredible help of JACKIEXIA! This update makes the game more accessible to Chinese-speaking players, provid…In-game event24 Aug 2024Patch NotesThis update brings improvements to the game's reliability and user interface clarity. Texture Loading Reliability: · We've enhanced both asynchronous and synchronous texture loading systems to better handle file access issues. If a texture fails to load, the game will now detect this and attempt to load it again later in the same frame. These adjustments ensure that textures load more reliably,…Game update19 Aug 2024Minor minor fixJust a very small patch. Fixing an issue where you would always get the default skin selected after restarting the game. If you want some more details, here is an explanation: It turns out I introduced a new bug when I optimized the load speeds in one other other patches. The skin menu setup and initiation was big enough to be noticeable on my measures of the startup time, so I made it delay ti…