- Joined
- Jan 14, 2008
- Messages
- 9,267
- Reaction score
- 1,738
- Points
- 203
- Location
- VA
- Website
- alteaaerospace.com
- Preferred Pronouns
- he/him
Great to hear! :tiphat: My sincere apologies for not catching this before now. :embarrassed:
* Fixed bug where XRDS_DoorNotSupported was returned from GetDoorState for the payload bay doors in the XR2. [Reported by yagni01]
* Fixed bug where GetDoorState returned a valid door state instead of XRDS_DoorNotSupported for the airlock ladder in the XR2. [Reported by yagni01]
* Structure field name bugfix: renamed XREngineStateRead.MaxFuelLevel to XREngineStateRead.MaxFuelMass.
* Added the following new status fields to XRSystemStatusRead [Requested by yagni01 and Woo482]:
Code:double RCSFuelLevel; // 0 <= n <= 1.0 double RCSMaxFuelMass; // max fuel mass for RCS in kg (includes bay fuel tanks, if any) double APUFuelLevel; // 0 <= n <= 1.0 double APUMaxFuelMass; // max fuel mass for APU in kg double LOXLevel; // 0 <= n <= 1.0 double LOXMaxMass; // max internal LOX mass in kg (includes bay LOX tanks, if any) double BayLOXMass; // quantity of LOX in kg currently in PAYLOAD BAY TANKS ONLY (may be zero)
* Added new XREngineStateRead field:
Code:double BayFuelMass; // quantity of fuel in kg currently in PAYLOAD BAY TANKS ONLY (may be zero)
* Added the following new methods [Requested by Xyon]:
Code:// Note: '&' character in the message string will generate a newline; tertiary HUD has approximately 38 characters per line. virtual void WriteTertiaryHudMessage(const char *pMessage, const bool isWarning) // Returns a pointer to this vessel's UMMUCREWMANAGMENT object; will only be null if this vessel does not support UMMu. virtual UMMUCREWMANAGMENT *GetUMMuObject()
* The XRVesselCtrlDemo application was updated to show the new API fields.

Second, the new XR versions for Orbiter 2010 P1 have been released. Due to internal core changes in Orbiter 2010 P1, all vessels that extend VESSEL3 (which the XRs do) had to be recompiled in order to run with the new P1 release. As such, these new XR versions will not run under the old Orbiter 2010: you can only run them under the new Orbiter 2010 P1 release, and older XR versions cannot run under Orbiter 2010 P1. * Added docking lights to all three XR vessels, including two sets of docking lights on the XR5: two forward lights and two dorsal lights next to the docking port. Docking lights are activated via the "Nav light" switch on the upper panel.
* Added main and hover engine lighting effects. Note that lighting effects are relatively expensive (DX7 is limited to a maximum of eight hardware-accelerated lights as detailed here), so an effort was made to minimize the lighting resources used:
- No RCS jet lighting effects have been added for this release; they may be added in the next release.
- The XR1 uses a single light source for its main engines since they are close together, plus three hover engine lights and two docking lights.
- The XR2 uses two light sources for its main engines (one each), three hover engine lights, and two docking lights.
- The XR5 uses two light sources for its main engines (one per each group of three), three hover engine lights (one per each hover engine set), and four docking lights (two forward and two dorsal).
* Added a new configuration file parameter to optionally disable main and hover engine lighting effects:
Code:#-------------------------------------------------------------------------- # Enable or disable main and hover engine lighting effects. # # NOTE: if this effect is enabled, please make sure that "Local light sources" in the Orbiter launchpad's # "Visual Effects" tab is enabled as well; otherwise the effect will still be disabled. # # The default is 1 (enabled). #-------------------------------------------------------------------------- EnableEngineLightingEffects = 1
* Fixed XR5 bug where clicking "Hold Altitude" button in the glass generic cockpit view (accessed via F8) caused a CTD. [Reported by Iberville]
* Updated the XR2 "Docked at ISS" scenario to have the NAV lights (and therefore, docking lights) turned on.
* Fixed XR1 bug where the VC HUD mode and autopilot buttons did not show their initial state when the VC was first rendered. [Reported by Orb]
No problemSpecial thanks to Orb and Woo482 for helping me test the XR 2010-P1 release candidate builds. :tiphat:
it was a really fun one to test, the new Orbiter 2010 P1 lighting feature is pretty awesome with the XRs :lol:
I think the SoF is going to have a word with you when you get back!No problemit was a really fun one to test, the new Orbiter 2010 P1 lighting feature is pretty awesome with the XRs :lol:
![]()