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
RustForge Sign PainterNewsRustForge - Version 5.3.4.1 "The Safe Mode Update!"
In-game event

RustForge - Version 5.3.4.1 "The Safe Mode Update!"

RustForge Sign Painter · published 27 Mar 2026, 03:01 UTC · build 22449044

All newsPlayers around this dateRead on Steam

Transmission from RustForge 🎙️

"Let there be stability, and balanced speed! v5.3.4.1 overhauls the Input Stability Buffer (Safe Painting Mode) and introduces precision image-scaling enhancements. I have dialed in the perfect balance between raw speed and mechanical accuracy. Complex images will take slightly longer to process the micro-details, but will now result in near-perfect, speckle-free paintings when Safe Mode is enabled."


This is sort of a smaller update, but required a considerable amount of work to revamp. Normal updates will continue every weekend!

Patch Highlights

  • The Input Stability Buffer: Re-engineered the core drawing loop to enforce strict "Unity Engine Buffer Sleeps" on single dots and line edges, drastically reducing unpainted specks.

  • Crisp Edge Oversampling: Rebuilt the Super Sampling algorithm's second pass to eliminate anti-aliasing "halo" gradients, keeping solid colors and cartoon borders perfectly crisp.


Balancing & Logic

  • Input Stability Buffer (Safe Mode Enhancements)

    • The Challenge: Pushing RustForge to "Fast" or "Turbo" speeds caused the it to literally outrun the game engine's framerate. Unity would swallow rapid clicks that happened between frame renders, leaving behind a "snowy" layer of unpainted dots or missing the first/last pixels of a line.

    • The Fix: I implemented a strict "Unity Engine Buffer Sleep." When Safe Mode is enabled, critical input/painting changes (the first pixel, the last pixel, and isolated 1 pixel dots) now utilize a safer micro-buffer to ensure the game engine registers the click and movement even during heavy UI, or render lag. Your long line drags remain blisteringly fast, but single details are now guaranteed to paint. BYE BYE UNPAINTED SPECKS DUE TO INPUT DROPS!


Fixes & UI Polishes

  • The Oversampling Engine (Image Clarity Fix)

    • The Bug: The previous resizing engine used heavy interpolation on both the upscale and the downscale. This forced the OS to blend sharp edges and generate hundreds of microscopic "hallucinated" gradient colors, causing RustForge to paint unwanted 1 pixel noisy specks along borders.

    • The Fix: I rewrote the second pass of the Super Sampling logic to utilize the heavy interpolation and downscaling, and the first pass to handle upscaling. This completely kills "halo" specks and snaps color blocks perfectly to the center of the canvas grid for crisp, clean shapes.


📈 Known Issues

  • Line Mode on Tiny Details: If your image relies heavily on intense dithering or 1-pixel details, Line Mode won't provide much of a speed boost except for areas that are equal to or longer than your set Line Threshold. Such as large continuous areas of the same color to be filled.

More from RustForge Sign Painter

Other announcements

All news
In-game event12 Sep 2026RustForge v6.7.0.0: "EvoEngine Re-Written: Maximum Speed Update!"Transmission from RustForge 🎙️ Update 6.7.0.0 delivers a massive upgrade to painting speed and hardware-level input precision. I took some time to dive deeper into how the Windows Desktop Window Manager, and Unity Engine handles rapid micro-movements, I've successfully bypassed the OS-level input throttling that previously held back most mid-tier and low-tier machines. Under the hood, the inpu…In-game event6 Sep 2026RustForge - Version 6.6.1.2 "The Adaptive Palette Fix!"Transmission from RustForge 🎙️ Version 6.6.1.2 delivers a massive overhaul to color fidelity, input reliability, and UI workflow. Following Rust's recent UI updates, I've tackled critical bugs that affected palette generation and in-game hex input. Under the hood, I completely eliminated the "neon color" artifact bug in the Adaptive Palette, overhauled the palette caching mechanisms, and rebui…In-game event12 Jun 2026RustForge - Version 6.0.0.2 "The Palette Update!"Transmission from RustForge 🎙️ While the last update was all about the shiny new Image Editor, version 6.0.0.2 is entirely focused on what's under the hood. I've spent the week dialing in the raw mathematics of the drawing engine, fixing edge case bugs, and heavily optimizing the background memory. The Adaptive Palette generator has been revisited, to be completely "blind" to background noise,…