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 Patch Notes - Version 4.1.1.4 "The Precision Tweak Update"
In-game event

RustForge Patch Notes - Version 4.1.1.4 "The Precision Tweak Update"

RustForge Sign Painter · published 15 Feb 2026, 05:35 UTC · build 21938694

All newsPlayers around this dateRead on Steam

Transmission from RustForge: The Precision Tweak Update 🎙️

RustForge is leveling up again with a critical update focused on raw accuracy and micro-detail stability. I have pushed the ThreadMod Engine to its absolute hardware limit, ensuring that even at "Turbo" speeds, your art has little to no specking or banding line artifacts.

This update introduces a new layer of control over how the engine interacts with the Windows input buffer and Unity Engine's input buffer, giving you the power to calibrate for both high-speed efficiency and precision.

The 1.0ms Precision Breakthrough

Timing is everything. Standard Windows system clocks have a "jitter" of roughly 15.6ms, which can cause erratic mouse behavior when painting at high speeds. When I implemented the updated ThreadMod Engine a couple of updates ago, I collected logs that indicated that it was causing some strange bugs. This is now fixed, and forces raw millisecond delays.

  • Kernel Level Threading: I have integrated a kernel-level high-precision timer toggle. When you press Start, RustForge now forces the system timer resolution to 1.0ms.

  • Zero-Jitter Painting: This ensures that every PreciseSleep and mouse movement happens exactly when it should. By eliminating the Windows clock bottleneck, I’ve effectively removed the "stuttering" that leads to missing pixels or uneven lines.

Line Length Threshold & Micro-Detailing

I recognize that not all lines are created equal. A long stroke across the canvas can be handled at "Turbo" speeds, but tiny details like eyes, hair, gradients, or small text require more "dwell time" to register correctly in the Rust game engine.

  • Dynamic Speed Buffering: The new Line Length Threshold setting allows you to define a specific length (from 2 to 20 pixels) that triggers a safety buffer.

  • Smart Deceleration: If the engine detects a line shorter than your threshold, it automatically applies a "Safety Delay." This ensures those single-pixel dots and micro-details are perfectly captured without slowing down the rest of your painting.

  • User-Defined Calibration: Lower the threshold for maximum speed on simpler images, or raise it to 20 for high-fidelity portraits where every single pixel is vital.

Stability & "Speck" Prevention

  • Hardware-Sync Accuracy: By combining the High-Precision Timer with the new Threshold logic, I have officially eliminated the "speck" issue. RustForge now waits just long enough for the game to register the MouseDown event before beginning its movement, resulting in razor-sharp edges and solid color fills every time.

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,…