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 directory
  • warnOnMissingStateFile = true -- Assert to flash the "Magazine Change" button if the state information created by the KSPSBC.dll plugin can't be found
  • getDeadzonesFromSettingsFile = true -- Assert to acquire joystick deadzone values from the KSP settings.cfg file on script startup
  • enableStageLockWarning = true -- Assert to light the "Chaff" button and flash the "Start" button when the stage lock is enabled in flight mode
  • displayDeadzoneAlerts = both -- Turn on warning lights when the joysticks leave the deadzone. Modes:
    • none -- Turn off alerts
    • toggleOn -- Only alert when the steering/throttle locks are enabled
    • toggleOff -- Only alert when the steering/throttle locks are disabled
    • both -- Always alert when joysticks leave the deadzone
  • randomFlashingLights = true -- Enable random flashing lights
    • timeBetweenFlashesLow = 20000 -- Minimum time between random flashing lights (in milliseconds)
    • timeBetweenFlashesHigh = 40000 -- Maximum time between random flashing lights (in milliseconds)