File Details
kOS-v1.1.6.2
- R
- Feb 8, 2019
- 2.92 MB
- 301
- 1.6.1
File Name
kOS-v1.1.6.2.zip
Supported Versions
- 1.6.1
# v1.1.6.2 Quickfix (Image Files to DDS)
Built for KSP 1.6.1
Nothing but a quick patch to v1.1.6.0.
### NEW Features
As part of fixing the bug below, the terminal window background was blackened a bit to increase the contrast and make the text in the terminal more visible.
### BUG FIX
The v1.1.6.0 update resized a few of the PNG images used
in the GUI panels, which exposed a bug that only manifests
on some graphics cards. KSP converts PNGs to DDS format
upon loading them, and appears to use the Direct3D graphics
driver to do so. Older graphics cards refuse to do that
conversion on images that aren't exactly expected sizes.
We were just "lucky" that this never happened in the past
with the image sizes we were using. Converting them to
DDS ourselves and shipping them that way, we bypass this
problem because the user's own graphics drivers aren't
responsible for doing the conversion.

