HomeJavaModsHiRes
HiRes
ModsJava

HiRes

by PatrickJnr · on Modrinth

Hi-Res is a client-side Fabric mod for Minecraft 26.2 that lets players capture and save high-resolution screenshots. By dynamically scaling the rendering…

⬇ Download on Modrinth
HiRes — screenshot 1HiRes — screenshot 2HiRes — screenshot 3HiRes — screenshot 4HiRes — screenshot 5HiRes — screenshot 6HiRes — screenshot 7HiRes — screenshot 8

Hi-Res Minecraft Mod

Short Summary

Hi-Res is a client-side Fabric mod for Minecraft 26.2 that lets players capture and save high-resolution screenshots. By dynamically scaling the rendering framebuffer during the capture frame, Hi-Res enables capturing crisp, print-quality images up to 8x the native display resolution (e.g., generating 8K or 16K images from a standard 1080p viewport). Fully integrated into the Reese's Sodium Options sidebar, Hi-Res features automatic HUD and hand hiding, asynchronous screenshot processing to keep the render thread responsive, and configurable in-game toast and chat notifications. An anti-crash Auto-Tune system probes each capture and automatically scales the resolution to a safe GPU time budget so heavy shaders at high multipliers don't trip the driver watchdog. It also offers a powerful Star Trails astrophotography capture mode with resolution-aware smooth sky rotation, progressive stacking, interactive progress HUDs, and safe rendering cancellation.

[!WARNING] Experimental Features: Features such as Star Trails Mode, HDR Exposure Bracketing, and Z-Depth Map Export are experimental. Because they interface directly with Minecraft's level rendering pipeline, environmental attribute probes, and active graphics/shader engines (like Iris and Sodium), they may not function perfectly or look as intended under every graphics configuration or shaderpack combination.


Detailed Description

Dynamic Framebuffer Scaling

Unlike standard screenshot captures which simply grab the active window's pixel buffer, Hi-Res intercepts the rendering pipeline:

Capture Controls

To ensure screenshots look clean and professional, Hi-Res automates canvas preparation:

Async Saving Pipeline

Taking massive screenshots at 4x or 8x scaling involves processing millions of pixels. To prevent your game from freezing, stuttering, or crashing:

Notifications

Choose how you want to be notified of a successful save:

Astrophotography Modes

Hi-Res implements a sophisticated Star Trails capturing and blending pipeline:

HDR Bracketing

For capture environments with extreme contrasts, Hi-Res automates bracketing captures:

Z-Depth Map Export

Performance & Concurrency

Hi-Res is built to keep render-thread cost low, though it is not entirely free of it — each captured frame still waits on the previous frame's GPU fence and copies a full frame out of mapped memory on the render thread. The expensive work (pixel processing, blending, PNG encoding) runs off-thread.

Auto-Tune

Rendering the full (often path-traced) scene at a high resolution multiplier can make a single frame exceed the operating system's GPU watchdog (TDR) timeout and reset the driver. Auto-Tune (on by default) prevents this:


Reese's Sodium Options Integration

Hi-Res integrates directly into the Sodium video options sidebar (requires Reese's Sodium Options). The Hi-Res entry is organized into three pages:

General

Performance & Safety

Astrophotography


Required Dependencies

To run the Hi-Res mod, you must have the following dependencies installed in your Minecraft client:


Installation & Configuration

  1. Place the compiled hires-*.jar into your .minecraft/mods directory.
  2. Install dependencies: Fabric Loader, Fabric API, Sodium, and Reese's Sodium Options.
  3. Launch Minecraft, open the Options menu, navigate to Video Settings, and select the Hi-Res category in the sidebar to configure the settings.
  4. Press F4 in-game (default hotkey, fully rebindable in Controls) to take a high-res screenshot.
  5. All screenshots are saved to the standard .minecraft/screenshots folder under the naming format hires_YYYY-MM-DD_HH.mm.ss.png (or star_trail_YYYY-MM-DD_HH.mm.ss.png for star trails).
  6. Press ESC during a star trails capture sequence if you want to abort the render.

Technical Specifications

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more