Skip to content

Miscellaneous

jrossignol edited this page Dec 15, 2014 · 12 revisions

The CONTRACT_CONFIGURATOR node

NEW! The CONTRACT_CONFIGURATOR node is used for miscellaneous settings. Currently only supports the disableContractType value - which specifies a ContractType to be disabled.

The following example disables most of the stock contract types.

CONTRACT_CONFIGURATOR
{
    disabledContractType = AltitudeRecord
    disabledContractType = CollectScience
    disabledContractType = FirstLaunch
    disabledContractType = OrbitKerbin
    disabledContractType = PartTest
    disabledContractType = PlantFlag
    disabledContractType = ReachSpace
    disabledContractType = RescueKerbal
}

Clone this wiki locally