Nasty sqaure glare around ships being attacked

My ship dog fights look like this
1713375779483.jpeg


I think I changed a graphics setting but don't know which one. Any ideas on how to fix it. Thanks
 
Bloom.

Set it to ultra and, if the brightness is too extreme, add this to your GraphicsConfigurationOverride.xml:
XML:
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
    <Bloom>
        <Ultra>
            <GlareScale>0.025</GlareScale>
            <FilterRadius>1.0</FilterRadius>
            <FilterRadiusWide>3.0</FilterRadiusWide>
        </Ultra>
    </Bloom>
</GraphicsConfig>
 
Back
Top Bottom