Skip to content

Releases: Mihara/RasterPropMonitor

RasterPropMonitor v0.30.6

29 Dec 14:31
acf5fb8
Compare
Choose a tag to compare

For KSP 1.5.0 - KSP 1.6.x

FIXES

  • Update to current version of RequestResource. This should make the mod viable for a longer period of time before someone will need to rebuild it.

RasterPropMonitor v0.30.5

11 Jun 20:49
5a3f99d
Compare
Choose a tag to compare

For KSP 1.4.1 - 1.5.1

RasterPropMonitor integrates with the following mods to provide enhanced IVA gameplay. None of these mods are required.

  • Chatterer
  • Docking Port Alignment Indicator
  • Ferram Aerospace Research
  • Kerbal Alarm Clock
  • MechJeb
  • Pilot Assistant
  • RealChute

FIXES

  • NREs caused by swapping to another vessel within physics range have been fixed. Issue #671.

RasterPropMonitor v0.30.4

23 May 20:45
a56ed1a
Compare
Choose a tag to compare

For KSP 1.4.1 - 1.4.3

RasterPropMonitor integrates with the following mods to provide enhanced IVA gameplay. None of these mods are required.

  • Chatterer
  • Docking Port Alignment Indicator
  • Ferram Aerospace Research
  • Kerbal Alarm Clock
  • MechJeb
  • Pilot Assistant
  • RealChute

FIXES

  • The inverted MFD problem has been fixed again (accounting for anti-aliasing affecting whether the MFDs are inverted in DX9, DX11, and DX12). Issue #668.

RasterPropMonitor v0.30.3

19 May 19:25
fadbce1
Compare
Choose a tag to compare

For KSP 1.4.1 - 1.4.3

RasterPropMonitor integrates with the following mods to provide enhanced IVA gameplay. None of these mods are required.

  • Chatterer
  • Docking Port Alignment Indicator
  • Ferram Aerospace Research
  • Kerbal Alarm Clock
  • MechJeb
  • Pilot Assistant
  • RealChute

FIXES

  • The inverted MFD problem has been fixed again (accounting for anti-aliasing affecting whether the MFDs are inverted in DX9 and DX12). Issue #665.

RasterPropMonitor v0.30.2

12 May 21:21
96ad0d4
Compare
Choose a tag to compare

For KSP 1.4.1 - 1.4.3

RasterPropMonitor integrates with the following mods to provide enhanced IVA gameplay. None of these mods are required.

  • Chatterer
  • Docking Port Alignment Indicator
  • Ferram Aerospace Research
  • Kerbal Alarm Clock
  • MechJeb
  • Pilot Assistant
  • RealChute

FIXES

  • The inverted MFD problem in DX12 has also been resolved. Issue #665.

RasterPropMonitor v0.30.1

11 May 17:38
02216a5
Compare
Choose a tag to compare

For KSP 1.4.1 - 1.4.3

RasterPropMonitor integrates with the following mods to provide enhanced IVA gameplay. None of these mods are required.

  • Chatterer
  • Docking Port Alignment Indicator
  • Ferram Aerospace Research
  • Kerbal Alarm Clock
  • MechJeb
  • Pilot Assistant
  • RealChute

FIXES

  • The mass of the JSI external camera has been reduced from 40kg to 4kg. Thanks to GitHub user Corax for the recommendation. Issue #661.
  • The Mk1 cockpit has had some prop orientation problems fixed. Thanks to KSP forum user Levelord for the fix.
  • The inverted MFD problem in DX9 has been resolved. Issue #659.

RasterPropMonitor v0.30.0

14 Mar 23:26
2a0c6a0
Compare
Choose a tag to compare

For KSP 1.4.0 - 1.4.2 - RPM Build #14726

RasterPropMonitor integrates with the following mods, providing additional control and information options when these mods are available. None of these mods are required. Versions indicate the version of the mod that RPM was tested against. Strikethrough indicates versions previously known to work that are untested with the current RPM release.

  • Chatterer v0.9.93
  • Docking Port Alignment Indicator v6.7.0
  • Ferram Aerospace Research v0.15.9
  • Kerbal Alarm Clock v3.8.5
  • MechJeb v2.6.1
  • Pilot Assistant v1.13.0
  • RealChute v1.4.4

KNOWN ISSUE

  • Certain MFD components are rendering inverted on Windows in DX9 and DX11 (PFD navball + textures, camera display). Issue #659. For around by using -force-glcore on the command line.

NEW FEATURES

  • Ability to tell RPM to ignore certain parts or part modules in the per-module data tracking. Feature by SerTheGreat. Issue #648.
  • Recompiled and rebuilt shaders for KSP 1.4.x. NOTE: Remove the old installation prior to installing this version to avoid having stale asset bundles. Issue #657.

ATTENTION IVA MAKERS

  • Support for cameraTransform in the PAGE nodes of an MFD has been removed. MFDs using cameraTransform need to be updated to use the JSISteerableCamera background node. Issue #621.

RasterPropMonitor v0.29.3

01 Jan 14:53
c112a4f
Compare
Choose a tag to compare

For KSP 1.3.1 - RPM Build #14830

RasterPropMonitor integrates with the following mods, providing additional control and information options when these mods are available. None of these mods are required. Versions indicate the version of the mod that RPM was tested against. Strikethrough indicates versions previously known to work that are untested with the current RPM release.

  • Chatterer v0.9.93
  • Docking Port Alignment Indicator v6.7.0
  • Ferram Aerospace Research v0.15.9
  • Kerbal Alarm Clock v3.8.5
  • MechJeb v2.7.0
  • Pilot Assistant v1.13.0
  • RealChute v1.4.5

FIXES

  • RasterPropMonitor works with MechJeb dev builds #742 and later (but see notes in ATTENTION IVA MAKERS).

NEW FEATURES

  • RPM's per-module data tracking (alternator output, engine performance, etc) can be overridden so RPM ignores certain parts, or ignore certain modules in parts. By user Ser, Issue #648.

ATTENTION IVA MAKERS

  • Due to changes in the MechJeb spaceplane autopilot interface, the following JSIMechJeb features are deprecated. They work with MechJeb 2.6.1 or earlier, and they work with MechJeb dev builds #741 and earlier, but they will have no effect when using later versions of MechJeb: ButtonSpacePlaneHoldHeading, ButtonSpacePlaneHoldHeadingState, SpaceplaneAltitudeProximity, SpaceplaneHoldAltitude, SpaceplaneHoldHeading, SpaceplaneGlideslope, SetSpaceplaneHoldAltitude, SetSpaceplaneHoldHeading, and SetSpaceplaneGlideslope.
  • The use of cameraTransform in the PAGE nodes of an MFD is deprecated. This is an old code path that has been superseded by the JSISteerableCamera background node. MFDs using a cameraTransform need to be updated, since support for this feature will be removed in an upcoming release. Issue #621.

RasterPropMonitor v0.29.2

18 Oct 15:08
Compare
Choose a tag to compare

For KSP 1.3.1 - RPM Build #13391

RasterPropMonitor integrates with the following mods, providing additional control and information options when these mods are available. None of these mods are required. Versions indicate the version of the mod that RPM was tested against. Strikethrough indicates versions previously known to work that are untested with the current RPM release.

  • Chatterer v0.9.93
  • Docking Port Alignment Indicator v6.7.0
  • Ferram Aerospace Research v0.15.9
  • Kerbal Alarm Clock v3.8.5
  • MechJeb v2.6.1
  • Pilot Assistant v1.13.0
  • RealChute v1.4.4

FIXES

  • Monitors blank when power is depleted (or, if the MFD is configured to support it, when communications are lost). Issue #645. Thanks to forum member snakeru for reporting.
  • Alternator EC output has been corrected. Issue #646. Thanks to forum member Ser for reporting.

NEW FEATURES

  • A MATH MODULO operator is now available for IVA makers. Issue #614.

ATTENTION IVA MAKERS

  • The use of cameraTransform in the PAGE nodes of an MFD is deprecated. This is an old code path that has been superseded by the JSISteerableCamera background node. MFDs using a cameraTransform need to be updated, since support for this feature will be removed in an upcoming release. Issue #621.

RasterPropMonitor v0.29.1

09 Oct 18:11
Compare
Choose a tag to compare

For KSP 1.3.1 - RPM Build #13152

RasterPropMonitor integrates with the following mods, providing additional control and information options when these mods are available. None of these mods are required. Versions indicate the version of the mod that RPM was tested against. Strikethrough indicates versions previously known to work that may or may not work now.

  • Chatterer v0.9.93
  • Docking Port Alignment Indicator v6.7.0
  • Ferram Aerospace Research v0.15.9
  • Kerbal Alarm Clock v3.8.5
  • MechJeb v2.6.1
  • Pilot Assistant v1.13.0
  • RealChute v1.4.4

FIXES

  • Recompiled for KSP 1.3.1.

NEW FEATURES

  • Relays can now be filtered in the Target menu of the MFD. Issue #639.