Talk:Settings

From Kerbal Space Program Wiki
Jump to: navigation, search

Maximum resolution

At the moment the maximum resolution is given as 1680×1050 pixels, but at least 1920×1080 is supported, too (there are 1080p videos on YouTube). I guess the maximum resolution is that of the display(s). — xZise [talk] 03:21, 16 August 2013 (CDT)

Terrain Detail Information

The settings.cfg file in the root level of the KSP directory defines the settings for the various terrain details. For example:

PRESET
{
    name = Default
    PLANET
    {
        name = Kerbin
        minDistance = 6
        minSubdivision = 1
        maxSubdivision = 9
    }

I'm guessing here, but I'd think that minDistance controls the minimum distance at which the game starts increasing the LOD for a planet's surface by smoothing, minSubdivisions is the smallest number of times the terrain is smoothed by subdividing, and maxSubdivisions is the greatest. I'm not sure what units minDistance is in, though... Low has it set to 4, Default to 6, and High to 8. Might be a Unity setting. — Preceding unsigned comment added by Glek (talkcontribs)

I took liberty to apply wiki markup on your snippet. Unfortunately I can't contribute to the discussion.xZise [talk] 17:45, 3 November 2013 (CST)