Mihara / RasterPropMonitor

Plugin for Kerbal Space Program. This repository is out of date and is primarily of historic interest. See https://github.com/JonnyOThan/RasterPropMonitor
http://forum.kerbalspaceprogram.com/threads/57603
Other
116 stars 67 forks source link

Add minimumRefreshRate to RPMC #558

Closed MOARdV closed 8 years ago

MOARdV commented 8 years ago

The redesign of the way RasterPropMonitorComputer and RPMVesselComputer interact leaves each RPMC object with a list of variables that it updates as often as every FixedUpdate. Realistically, this will be every FixedUpdate. I should add a variable that allows the user to set a minimum number so that low spec computers can reduce the number of updates by manually adjusting the config.

Alternatively, it makes more sense in the master RasterPropMonitor config file, so users aren't forced to edit distributed IVA configs.