A shader mod for Kerbal Space Program 1.12 - GTAO currently available, more planned...
- GTAO (Ground-Truth Ambient Occlusion) – Horizon-based occlusion with normal-aware filtering
Note that GTAO may not provide the more dramatic, soft shadows MSVO can - you can enable both, and use both, if you want! MSVO exposed by TUFX for KSP.
Here you can see the difference between Cinematic Shaders GTAO and the AO provided through ReShade and the MXAO shader. The MXAO shader is an amazing piece of work, it can provide GTAO across a wide array of titles. The comparison here is to highlight the fact that it's easier to pull off the effect in-engine because you can get the right data from the engine directly. MXAO rebuilds that data after the fact, inferring it from the scene - a huge technical hurdle I didn't have to cross.
- KSP 1.12.x
- Deferred – Required for effects to function.
Unzip the archive into your Kerbal Space Program/ folder.
The folder structure should be: GameData/CinematicShaders/
- Open UI: Click the wireframe sphere icon on the toolbar
- Enable: Check "Enable Ground-Truth AO" in the GTAO tab (only functional if Deferred is installed)
- Adjust:
- Radius: Search distance for occluders (0.5m–10m)
- Intensity: Shadow strength multiplier (0.0–2.0)
- Shadow Spread: Maximum pixel radius for shadows
- Quality: Preset controlling sample count (Low/Ultra)
- Debug: Use the "Debug Visualization" dropdown for Raw AO or normal buffer inspection
There's currently an issue with the AO processing that I'll detail in a separate KnownIssues.md file. It affects the overall rendering and may be more noticeable in some scenes than others.
MIT License – See included LICENSE.txt file.
- GTAO implementation based on XeGTAO