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 3.8.0.0 "The AutoSave and Scaling Update"
Major update

RustForge Patch Notes - Version 3.8.0.0 "The AutoSave and Scaling Update"

RustForge Sign Painter · published 1 Feb 2026, 00:16 UTC · build 21732969

All newsPlayers around this dateRead on Steam

Transmission from RustForge 🎙️

The next evolution of RustForge is here!! Version 3.8.0.0 marks a massive milestone in the engine's development. I have completely refactored the core screen-space math and input logic to ensure frame-sync stability and pixel-perfect accuracy across all modern display configurations.

From high-precision double-mapping for 4K/Ultrawide users to the new VoidWatch Sentinel AutoSave System, this update ensures that your progress is protected and your strokes are precise, no matter the server conditions, or your PC Hardware.


The VoidWatch Sentinel Monitoring System (AutoSave Monitoring)

The VoidWatch Sentinel is your proactive insurance policy against lost progress. It acts as a live monitor for the game's UI layer while you paint.

  • Proactive Recovery: The VoidWatch Sentinel monitors a specific UI element (like the Trash icon). If it detects the menu has closed due to death, a disconnect, game crash, or a server restart, it instantly halts the cursor and triggers an emergency save for you to recover from.

  • Canvas Sync (CTRL+S): To ensure the game itself saves your work, RustForge now pulses a save command to the server every heartbeat. This prevents "rollback" data loss if the server crashes before its own internal autosave triggers.

  • Custom Polling: You can now adjust the Sentinel Heartbeat (Default: 2000ms) in the settings to control how often the app checks the screen state.

  • Calibration: Use the new Set VoidWatch AutoSave Point (F8) hotkey to pick your tracking anchor before you start. (This box should be drawn around the red trash can icon in the painting screen, the save button, or any other canvas UI element on the canvas screen that does not change.)

High-Precision Screen Space Math

I’ve rewritten the math for how the mouse moves across Widescreen and High-DPI displays using a new high-precision coordinate system.

  • Scaling Detection: If Windows is stretching your display (125%, 150%+), RustForge now detects this "logical vs. physical" discrepancy. A new notification will inform you exactly how the app is adjusting its math to compensate. Now RustForge handles the scaling properly!

  • Double-Mapping System: By moving to a new precision mapping system, I have eliminated the "rounding errors" that previously caused unpainted vertical stripes or ghost lines on certain resolutions.

  • Ultrawide Support: Reworked equations to natively support 21:9, 32:9, and non-standard aspect ratios without tearing.

Engine & Stability Improvements

  • Fixed Unpainted "Specks": Resolved an issue where rapid paint operations would skip pixels. This was caused by the input buffer missing/skipping a mouse event. I've implemented a Safety Floor (minimum 20ms) for any small area being painted to ensure the game engine processes every single dot. Large areas will still be able to paint at the speed you set, but small areas of a painting will cause the cursor to slow down a bit to maintain accuracy.

  • Accurate Estimates: The painting time estimator has been rebuilt from the ground up. It now accounts for every internal sleep and overhead delay, providing a high-fidelity completion time. (Soon to add a "Time Remaining" counter on screen during the painting process)

  • Session Persistence: Fixed a bug where loading a session would occasionally skip to the next color instead of resuming the exact pixel where you left off.

  • Resume On Click: Now 100% fixed. Palette data now persists properly through resume points, ensuring the colors remain consistent even after stopping and starting.

  • WebP Support: You can now load and paint .webp images directly.

Fixes & Quality of Life

  • Modernized UI: Updated the Help and Info forms with a high-contrast, scannable layout.

  • Image Loading Fix: The "Missing Parameter" error has been resolved; all standard formats and SVGs now load flawlessly.

  • DPI Override Guidance: If the new math detection isn't enough for a specific "quirky" Windows setup, the app now provides clear instructions on how to use the Windows "Override High DPI Scaling" properties.

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