On Reddit an user complained about DOE painting a grey cube around Kerbin:

Problem: DOE just manipulates the GalaxyCubeControl's color gamut and glare, there's absolutely no code to manipulate the SkyBox.
So it's something being done by a 3rd party add'on for sure, but which one? The user is unresponsive to my requests until this moment... EDIT: they provided a CKAN file, see comments
A good soul commented that he fixed the problem by removing EVE, but I didn't found (on an admittedly superficial eyeballing) any code on https://github.com/LGhassen/EnvironmentalVisualEnhancements/ that would bluntly replace the whole SkyBox thingy with something else, as it's clearly the case here. And merely replacing textures would not be an issue, as DOE only deal with GalaxyCubeControl - if it works on it, works for DOE.
I found something on Sigma-Replacements, however: https://github.com/Sigma88/Sigma-Replacements/tree/master/%5BSource%5D/SigmaReplacements/SkyBox
But haven't done any further checkings for now.
TODO: Check what's really happening and cook at least a workaround.
On Reddit an user complained about DOE painting a grey cube around Kerbin:
Problem: DOE just manipulates the
GalaxyCubeControl's color gamut and glare, there's absolutely no code to manipulate the SkyBox.So it's something being done by a 3rd party add'on for sure, but which one?
The user is unresponsive to my requests until this moment...EDIT: they provided a CKAN file, see commentsA good soul commented that he fixed the problem by removing EVE, but I didn't found (on an admittedly superficial eyeballing) any code on https://github.com/LGhassen/EnvironmentalVisualEnhancements/ that would bluntly replace the whole SkyBox thingy with something else, as it's clearly the case here. And merely replacing textures would not be an issue, as DOE only deal with
GalaxyCubeControl- if it works on it, works for DOE.I found something on Sigma-Replacements, however: https://github.com/Sigma88/Sigma-Replacements/tree/master/%5BSource%5D/SigmaReplacements/SkyBox
But haven't done any further checkings for now.
TODO: Check what's really happening and cook at least a workaround.