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
Roguefort PlaytestNewsHotfix Patch v0.12.2 - Netcode hotfix for co-op play
Game update

Hotfix Patch v0.12.2 - Netcode hotfix for co-op play

Roguefort Playtest · published 28 Jul 2026, 05:14 UTC

All newsPlayers around this dateRead on Steam

Hey folks, a quick hotfix update for a netcode issue to address high latency when playing co-op (especially over long distance connections).

A big thanks to T-StalkerZero on Discord for reporting this and discussing it. Hopefully, it does the trick!

Patch notes:

- Movement commands now have an ID on them. When you're the joiner, walking doesn't happen on your machine — each step is a request sent to whoever's hosting, and you only move once they confirm it. If the confirmation is slow, your game assumes the step got lost and sends it again. Nothing on that repeat message said "this is the same step you already have", so the host did it twice and you walked an extra tile. Every command now carries an ID, and the host ignores one it has already carried out.

- The fix covers everything, not just walking. The ID was added to the shared plumbing all player commands go through, so opening chests, trading, and equipping gear are protected from the same double-action problem rather than just movement.

- The "step got lost" timer now adjusts to your actual connection. It was fixed at 1.5 seconds, chosen when both test windows were on the same computer and replies came back in a tenth of a second. Anyone further away than that tripped it constantly. It now measures the real round trip and waits proportionally.

- Reloading mid-game won't lock you up. A subtle risk with IDs is that a player who reloads starts numbering from scratch, and the host could mistake their fresh commands for old ones already done — freezing them in place. The IDs are built so a reloaded player is always recognised as new.

- The test rig that Tim has developed ofr this can now simulate distance. This bug survived the last round of fixes because both test windows run on one machine, so replies are effectively instant and the faulty code path never ran. There's now a setting that adds artificial delay, and the test suite runs a third player two seconds away from the host.

All that said, some slowness is unavoidable unfortunately. Every turn resolves on the host's machine, so a player on the other side of the world still pays travel time per step. This stops that from compounding into overshooting, but it doesn't remove the distance.

If I can raise some funds for the game after launch, I will look into a dedicated online infrastructure, so we can all adventure en masses in the Roguefort MMORPG :-)

More from Roguefort Playtest

Other announcements

All news
Game update9 Sep 2026Roguefort Playtest v0.21.0 patch notes - "Cells and Spells"Hey everyone, Since 0.20.1 I’ve rebuilt most of the game’s menus and UI, replaced hundreds of placeholder icons with beautiful new pixel artwork by Bladimir (aka imkingsfool), added a proper character creation screen, and turned imprisonment from a dialogue box into an actual place you can escape from. There are many bug fixes and community suggestions in here too, which you can find in detail…Game update3 Sep 2026Roguefort 0.20.0 hotfix (secret) update - "Razzle Dazzle Root Beer"Hey everyone, This is a secret little hotfix update - we are still technically on 0.20.0 of the playtest build, but here's uhhh the rest of it (and not because I forgot to update the version number before building it). It's mostly a bunch of bug fixes and polish, so it's a big massive thanks to the community, as it always is. But it also has some very cool features. 2.5D mode gets a lot of love…Game update2 Sep 2026Roguefort Playtest v0.20.0 - "Looks Like Spellcasting Is Back On The Menu"Hey everyone, Another big update tonight - v0.20.0 packs in a huge amount of new content and bug fixes and polish. If you're just tuning in to these updates, I want to say a huge thanks to the community for all the bug reports and suggestions over the past week. A game like this couldn't exist without you all to test it - there's so many systems and emergent behaviour and balancing to be done,…