Skip to content

1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 14:21
· 7 commits to master since this release

Discord support server: https://discord.gg/vBDzZAq3AF. Please always post your KSP.log file when reporting issues.

New Features

  • Props can now reference methods on internalmodules that are placed directly in the Internal if one isn't found in the prop commit
  • JSINumericInput can now take a variable as its increment term (thanks MirageDev) PR
  • Added PROPELLANTR_ variables to access the resources that are in use by engines on the vessel commit
  • AGMEMO system is less sensitive to whitespace commit
  • Increased pitch bounds for all stock cockpits and pods commit
  • Improved performance by removing modules that become useless due to prop batching commit
  • Improved performance by doing more cfg parsing in OnLoad instead of Start commit
  • Improved performance by removing props entirely if they have no InternalModules commit

Bug Fixes

  • Add RPM computer to several mods that were missing them (fixes crashes) commit
  • Add overlay depth masks to remade stock internals commit
  • Fix looping shutter animation in ALCOR pod caused by multiple animation clips on the same object commit
  • Fix black outline around text when using deferred rendering (thanks LGhassen) PR
  • Fixed benign yet annoying error spew caused by prop batching system commit
  • Fixed RPM_COLOROVERRIDE not working commit