-
Notifications
You must be signed in to change notification settings - Fork 73
Miscellaneous
jrossignol edited this page Dec 15, 2014
·
12 revisions
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
}
Contract Configurator
Configuration File Syntax
Extending Contract Configurator