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
DriveWaveNewsHotfix - v1.5.202
Game update

Hotfix - v1.5.202

DriveWave · published 1 May 2026, 15:55 UTC · build 23048165

All newsPlayers around this dateRead on Steam

Hey everyone,

If you've seen the reviews about saves disappearing after a power cut or a PC restart, this is the patch that fixes it. Two specific reviews from April 30 and a small pile of similar reports lined up on the same root cause, so I rebuilt the save backup pipeline from the ground up.What was wrongThe game wrote one backup file next to the main save. A power loss at exactly the wrong moment could corrupt both at once, and then Steam Cloud would sync the broken save to your other machines. No way back from there.What's different nowTwo backup generations instead of one. The current backup gets rotated to a "previous" slot before any new write, so if the new backup write gets cut off, the older snapshot is still intact.Backup writes now actually hit the physical disk before the game treats them as done. Modern operating systems delay disk writes for performance, and a power loss in that delay window used to take everything with it. The new code forces the OS to commit the bytes to the platter before moving on (fsync on Mac and Linux, FlushFileBuffers on Windows).Every save write is verified by re-reading the file before the backup gets touched. If somehow the main save came out unparseable, recovery falls back to the previous backup instead of overwriting it with the bad data.Recovery is non-destructive now. The old code consumed the backup during recovery, so a single bad attempt could leave you with no backup at all. The new code copies the backup into place instead and keeps the source untouched for the next try.The "Wipe and Restart" button actually wipes everything now. The old version was leaving backup files behind, so the next launch would silently restore your old progress. That probably explains a couple of "I can't reset my save" reports I couldn't reproduce.Side files that were bypassing the protectionsThe hardening above existed for the main save, but three side files (wheel drop timer, jukebox playlist, Steam progression) were writing directly without going through the protected path. They all route through the same pipeline now.One thing I can't fixIf you've already lost progress to this bug, this patch can't bring it back. I'm sorry. But it shouldn't happen to you again. If something still feels off after the update, ping me on the forums.See you on the road, – Tolga

More from DriveWave

Other announcements

All news
In-game event2 Aug 2026DriveWave v1.5.300 - The One Where the Skydeck Goes FullscreenHey everyone, This update is almost entirely built from your requests, starting with the big one. Fullscreen By far the most requested feature since launch. The Skydeck, Drive and Garage screens can now go fullscreen. · Click the expand button in the corner of the screen or press F11. Esc brings you back. · This is not just a screenshot mode. Everything keeps running, so you can drive, walk aro…In-game event1 Aug 2026DriveWave v1.5.222 - The One Where Nobody Had Suspension and Skydeck Gets RoommaHey everyone, This one took a while, and the reason is embarrassing. I've been going through the driving physics for weeks because the cars felt heavy and dead in a way I couldn't put my finger on. Turns out every drivable car in the game was sitting with its suspension completely bottomed out. Not stiff. Not badly tuned. Zero travel left. The springs had nowhere to go, so the car physically co…Major update17 Jul 2026DriveWave v1.5.220 - The One Where Your Rims Hit the MarketHey everyone, This is one of the biggest updates since launch. Two headline features, a pile of long-standing bug fixes, and a full save system audit under the hood. Your wheel drops now actually land in your Steam Inventory This one is embarrassing and important. Wheel drops were supposed to appear in your Steam Inventory since day one. They never did, for anyone. The grant call we used only w…