Script configuration - kgmonteith/KSPSBC GitHub Wiki
These are the supported options you can change in the KSPSBC.cs. Any other changes are at your own risk.
Format: varName = defaultValue
kspPath = "C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program"
-- Path to your KSP installation directorywarnOnMissingStateFile = true
-- Assert to flash the "Magazine Change" button if the state information created by the KSPSBC.dll plugin can't be foundgetDeadzonesFromSettingsFile = true
-- Assert to acquire joystick deadzone values from the KSP settings.cfg file on script startupenableStageLockWarning = true
-- Assert to light the "Chaff" button and flash the "Start" button when the stage lock is enabled in flight modedisplayDeadzoneAlerts = both
-- Turn on warning lights when the joysticks leave the deadzone. Modes:none
-- Turn off alertstoggleOn
-- Only alert when the steering/throttle locks are enabledtoggleOff
-- Only alert when the steering/throttle locks are disabledboth
-- Always alert when joysticks leave the deadzone
randomFlashingLights = true
-- Enable random flashing lightstimeBetweenFlashesLow = 20000
-- Minimum time between random flashing lights (in milliseconds)timeBetweenFlashesHigh = 40000
-- Maximum time between random flashing lights (in milliseconds)