Skip to content

Ferram Aerospace Research v0.15.10.0 "Lundgren"

Compare
Choose a tag to compare
@dkavolis dkavolis released this 10 Apr 21:16
· 461 commits to master since this release
f817f91

Note for Kopernicus users: DO NOT overwrite MFI that comes with Kopernicus since it is locked to that particular version

Recompiled for KSP 1.7

Fix principal axes in simulation and other bugfixes (#23, @Rodhern)
Fix voxelization of most stock engines (#39)
Voxelization correctly handles jettison transforms with part variants (#39)
Fix voxelization of InflatableHeatShield (#39)
Fixed voxelization of simple heat shields (#37)
Added additional nodes to GeometryPartModule (#37, #39, see PRs for more details). The new nodes should allow parts to be voxelized much closer to what is visible and handle animations better:

  • ignoreTransform (string)
  • ignoreIfNoRenderer (bool)
  • unignoreTransform (string)
  • rebuildOnAnimation (bool)

NRE fixes (#36):

  • Trying to display debug voxels with no parts in the editor
  • Occasional NRE when voxelizing vehicle (due to race conditions?)
  • When force closing the game from the editor with debug voxels displayed

Voxelization respects part variant changes in the editor (#35)
Expose IAS and EAS used by FAR in FARAPI (#34)
Enable/disable FAR speed display on the navball from FARAPI (#33)