* Fixed bug where PayloadScreensUpdateInterval config option was not parsed for the XR5.
* Fixed bug where XR1 config file parser allowed MainFuelISP = 7 config option without display an error (option [correctly] did not work, however).
* Added the ability to specify a few XR configuration file overrides in the scenario file, which will allow you to change fuel and LOX consumption without editing the master configuration file each time. New parameters are:
CONFIG_OVERRIDE_MainFuelISP = 0 - 7 (XR2 & XR5), or 0 - 6 (XR1)
CONFIG_OVERRIDE_SCRAMFuelISP = 0 - 4
CONFIG_OVERRIDE_LOXConsumptionMultiplier = 0.0 - 10.0
CONFIG_OVERRIDE_APUFuelBurnRate = 0 - 5
CONFIG_OVERRIDE_CoolantHeatingRate = 0 - 2
To see a sample of how to use the above parameters in a scenario file, take a look at the new 'Configuration File Override Example.scn' XR scenario installed with each vessel.
* Exposed the XR vessel's UMMu object in the new XRVesselCtrl 2.01 version. [Requested by Xyon.]
* Fixed a typo in the XR temperature readouts: 0 K = -273.15 C, not -272.15 C. [Reported by Xyon.]
* Added workaround to prevent the 'PRPLEVEL 0:-1.#IND00' lines from appearing in the XRPayloadBay vessels in saved scenario files.
[Note that the line still occurs for any other Orbiter vessel that cannot carry fuel; the bug will be fixed in the next Orbiter patch version.]
* Fixed bug where the elevator trim still worked even when left and right ailerons (elevons) had failed. [Reported by Woo482.]
* Fixed bug where repairing elevators (via XRVesselCtrl API) fixed the warning but did not restore control of the craft.
* Fixed CTD on startup when the XR vessel was in payload grappling range of another vessel that installed its .cfg file to $ORBITER_HOME\Config instead of $ORBITER_HOME\Config\Vessel or below. [Reported by Tex.]