DRVeyl / RealAntennas

KSP Mod to add better antenna / link calculations to CommNet.
29 stars 22 forks source link

Feature Request: Contract Configurator support #74

Open drhead opened 2 years ago

drhead commented 2 years ago

Contract Configurator currently has a HasAntenna parameter which allows contracts to require antennas of a specific power level and relay status, but that can't be checked and is also fundamentally at odds with RealAntenna, so any contracts using that don't work with RealAntenna and can't feasibly be made to work with it.

RemoteTech has support for Contract Configurator parameters which allows contracts to require a link to KSC or with other specific craft as a condition for contract completion. It would be quite helpful to have equivalents of HasAntenna, KSCConnectivity, CelestialBodyCoverage, and VesselConnectivity as described in the Contract Configurator documentation ( https://github.com/jrossignol/ContractConfigurator/wiki/Parameters ) as well as any other potentially useful parameters.