Skybox help?

1607403272069.png


So recently i noticed these faint jagged lines becoming way more prominent on the skybox. This is only on the skybox so i presume it has something to do with how the game renders it. Is there anything i can do to fix? maybe some graphics config xml edits?
 
View attachment 198695

So recently i noticed these faint jagged lines becoming way more prominent on the skybox. This is only on the skybox so i presume it has something to do with how the game renders it. Is there anything i can do to fix? maybe some graphics config xml edits?
Check this out (scroll to the "Skybox detail" part):

Maybe it will help.
 
This is only on the skybox so i presume it has something to do with how the game renders it.

A rational deduction.

Is there anything i can do to fix? maybe some graphics config xml edits?

Probably.

The sky box is generated with a combination of your galaxy map settings and the galaxy background texture resolution.

It would help to know exactly what you're looking at in game, how far away it is on the galaxy map, and what in-game graphics settings you are using.
 
in the file below. and no other. Try this. It will increase the definition and quality of the galaxy background

GraphicsConfigurationOverride.xml

<Envmap>
<High>
<LocalisationName>$QUALITY_HIGH;</LocalisationName>
<TextureSize>512</TextureSize>
<NumMips>16</NumMips>
</High>
</Envmap>

Flimley
 
in the file below. and no other. Try this. It will increase the definition and quality of the galaxy background

GraphicsConfigurationOverride.xml

<Envmap>
<High>
<LocalisationName>$QUALITY_HIGH;</LocalisationName>
<TextureSize>512</TextureSize>
<NumMips>16</NumMips>
</High>
</Envmap>

Flimley
i went back and turned the texture size up to 1024, but my nummips is still set to 10. whats nummips do?
 
Back
Top Bottom