Publisher: XBOX Game Studios
Shipped: 2025
Contributors: Kate Rayner (CVP and Technical Fellow, The Coalition) Gears of War: Reloaded demonstrates how a AAA title can integrate energy-saving features that are invisible to players, easy to implement, and impactful for sustainability. The game introduces both passive and opt-in optimizations across XBOX Series X|S and PC.
Idle Energy Savings (passive)
When the game detects inactivity — pausing, standing still, or switching away from the window — it automatically reduces rendering workload. The power-saving state engages after ~60 seconds and returns to full performance immediately when input resumes.XBOX Series X
XBOX Series S
On PC, the same behavior is enabled by default — the game enters a low-power state when idle or when the window is unfocused.
“We looked for ways to deliver energy-efficiency improvements without being perceptible to players and this became such a great approach to save power without players realising.” — Kate Rayner, Technical Fellow, The Coalition
Implementation steps
- Idle detection — short timer (~60 seconds) to detect inactivity.
- Rendering adjustment — reduced resolution and framerate during idle.
- Validation — PIX Power Monitor to compare power draw before/after.
- Player experience testing — confirm no perceptible impact on visuals or responsiveness.
Eco Modes (opt-in)
Selectable in the settings menu for both Campaign and Versus:- Off (Max Performance) — full resolution and framerate (up to 120 FPS).
- Eco-Performance — lower resolution, capped at 60 FPS.
- Eco-Quality — high resolution, capped at 30 FPS.
Power draw comparison (XBOX Series X, active gameplay)
“With Eco Modes, we wanted to give players meaningful choice. Some players value the highest possible framerate, others prioritize visual fidelity — and Eco Modes let them decide what matters most to them, while unlocking additional power savings in the process.” — Kate Rayner
Full comparison by area (XBOX Series X)
Measurements from the Certification team using PIX Power Monitor. Industry averages are the Lab platform baselines.Tools used
- PIX Power Monitor — real-time power tracking.
- Energy Efficiency Essentials — design guidance for passive and opt-in features.
- Dynamic Power States — supported but not yet enabled in Gears; see Dynamic Power States.
“Passive features like idle mode deliver savings to all players. Opt-in features like Eco modes give players control. Together, they’re a powerful combo.” — Kate Rayner
Takeaways for other studios
- Combine passive + opt-in. Passive reaches everyone; opt-in captures the enthusiast segment.
- Idle mode is cheap to implement. A timer plus a rendering adjustment.
- Reuse existing graphics presets for Eco modes with minor tuning.
- Instant PIX feedback shortens the tuning loop.
