Halo Campaign Evolved HDR Settings Setup Guide

Fix washed-out HDR and soft image quality in Halo Campaign Evolved. Engine.ini tweaks for PC sharpness, HDR calibration slider values by display peak brightness, and key decision points for optimal image quality.

2 Fixes Blur + HDR 5 Brightness Presets 500-2000 nits PC + Console Cross-platform

The Core Problem

Default HDR in Halo Campaign Evolved lifts shadows significantly compared to SDR, reducing contrast and making the image look washed out and less dynamic. On PC, the image also appears soft due to forced post-processing effects (chromatic aberration, film grain, motion blur, depth of field, vignette) that cannot be toggled off in the menus.

What You Will Fix

Two separate issues: (1) blurriness from locked post-processing effects on PC, and (2) washed-out HDR contrast on all platforms. Fix blur first, then calibrate HDR sliders to your display.

Step-by-Step Setup

  1. Fix Blurriness on PC with Engine.ini

    The image looks soft because several post-processing effects are on by default and locked in the menu. You need to create or edit an Engine.ini file to disable them.

    Navigate to your game config folder: typically %LOCALAPPDATA%\HaloCampaignEvolved\Saved\Config\Windows\ or the equivalent Unreal Engine path. Create the file if it does not exist.

    Create a new text file named Engine.ini and paste exactly these lines:

    Engine.ini
    [SystemSettings]
    r.SceneColorFringeQuality=0
    r.SceneColorFringe.Max=0
    r.FilmGrain=0
    r.Tonemapper.GrainQuantization=0
    r.Tonemapper.Quality=0
    r.MotionBlurQuality=0
    r.MotionBlur.Max=0
    r.DefaultFeature.MotionBlur=0
    r.DepthOfFieldQuality=0
    r.Tonemapper.Vignette=0

    Save the file and set it to Read-only if the game overwrites it on launch. These console variables kill chromatic aberration, film grain, motion blur, depth of field, and vignette. Motion blur can also be turned off in-game, but the rest cannot.

    Common Error

    Editing the wrong .ini file or putting the commands outside the [SystemSettings] section. The game will silently ignore them. Verify the file path and section header.

    Optional sharpening: Enable AMD CAS sharpening (or NVIDIA Image Scaling / Lossless Scaling sharpen) in your GPU control panel or via ReShade for extra clarity after disabling the above effects.

  2. Enable HDR on Your System First

    Before touching in-game sliders, make sure HDR is active on your system or TV:

    • Windows: Settings > System > Display > HDR. Turn it on and confirm your display is HDR-certified.
    • Xbox: Settings > General > TV & display options > Calibrate HDR for gaming. Follow the console calibration first.
    • TV settings: Enable Game Mode. Prefer HGiG over Dynamic Tone Mapping if your TV supports both. HGiG preserves the in-game calibration better.
  3. Calibrate HDR Sliders by Display Peak Brightness

    The game has three relevant sliders in Settings > Video > Screen Calibration:

    • HDR slider controls peak highlight brightness (max 2000 nits). Set this to your display rated peak.
    • Brightness slider affects upper shadows, midtones, and upper midtones.
    • Contrast slider increases midtones while decreasing upper shadows, restoring the pop lost in default HDR.

    Use these recommended starting values based on your display measured or rated peak brightness in Game Mode:

    Display Peak HDR Slider Brightness Contrast
    2000 nits 2000 10 25
    1500 nits 1500 5 20
    1000 nits 1000 0 15
    800 nits 800 -3 10
    500 nits 500 -3 10

    For 500-nit displays, you can drop Brightness even lower if you accept a slightly dimmer overall image in exchange for more headroom between midtones and highlights.

  4. Verify and Fine-Tune

    After applying the slider values, check two types of scenes:

    • High-contrast scene: bright outdoor area with deep shadows. Shadows should look dark, not gray.
    • Midtone-heavy scene: indoor or dusk environment. Details should be visible without the image looking flat.

    Adjust Brightness up or down a few clicks if the image feels too dark or too lifted. Keep Contrast in the suggested range. Small adjustments are better than large jumps.

Key Decision Points

Common Mistakes to Avoid