Settings - Majiir/Kethane GitHub Wiki
The settings file is located at KSP/GameData/Kethane/settings.cfg
. If the file does not exist, Kethane will create it. Changes to the settings file take effect when KSP is restarted.
Sample settings file (with default values):
ColorEmpty = 128, 128, 128, 192
ColorUnknown = 0, 0, 0, 128
Debug = False
ScanningSound = True
ShowInMenu = True
ShowOverlay = True
WindowLeft = 200
WindowTop = 200
ColorEmpty
(RGB/RGBA) sets the color of cells which have been scanned but contain no resources.ColorUnknown
(RGB/RGBA) sets the color of cells which have not been scanned.Debug
(True
/False
) controls whether debug tools are available in the resource selector window.ScanningSound
(True
/False
) is the scan sound setting in the detector context menu.ShowInMenu
(True
/False
) controls whether the scan map appears in the main menu scenes.ShowOverlay
(True
/False
) is the "Show Overlay" setting in the resource selector window.WindowLeft
andWindowTop
are the X and Y coordinates, respectively, of the resource selector window.