Skip to content

Releases: KSP-RO/ROLibrary

ROLib v1.5.3 for KSP 1.12.x

09 Apr 11:10
Compare
Choose a tag to compare

HOTFIX #2!! ROLib v1.5.2 for KSP 1.12.x

23 Jul 01:43
Compare
Choose a tag to compare

Fixes

  • BUGFIX: Craft that were saved on previous versions could potentially load with incorrect scaling and become unusable

HOTFIX!! ROLib v1.5.1 for KSP 1.12.x

22 Jul 19:26
Compare
Choose a tag to compare

Fixes

  • Effective Length was being calculated incorrectly giving huge amounts of volume to mounts and noses

ROLib v1.5.0 for KSP 1.12.x

22 Jul 14:40
dd82a65
Compare
Choose a tag to compare

Improvements

  • Noses and Mounts can be independently scaled in ROTanks

Changes

  • Added V2 Diameter preset for the Diameter selection window in ROTanks
  • Added support for the upcoming mod ROStations
  • Added support for the upcoming addition of ModularRCS in ROEngines

ROLib v1.4.1 for KSP 1.12.x

17 Apr 18:20
Compare
Choose a tag to compare

Changes

  • Fix potential NullRef exception
  • Remove some unnecessary logspam
  • Add KSPAssembly attribute (for better integration with other mods)

ROLib v1.4 for KSP 1.8+

02 Dec 13:40
Compare
Choose a tag to compare

Improvements

  • Improved ROTanks diameter selection window with support for input in inches
  • Added more ROTanks diameter presets
  • Added keyboard shortcut N to open diameter selection while hovering over an ROTank
  • Allow ROTanks' shortcuts (J for recoloring and N for diameter selection) to be disabled in difficulty settings

Bugfixes

  • Fixed persistence of ROTanks' nose and mount rotation
  • Fix flickering while trying to attach certain parts to symmetry-placed ROTanks
  • Sanitize filenames of ROTanks presets
  • Improved behavior when switching between ROTanks selection windows or closing the tank's PAW

ROLib HOTFIX v1.3.1 for KSP 1.8+

29 Jun 05:50
Compare
Choose a tag to compare

Bug Fixes

  • Fixes the performance impact from ROLib and allows dragging of Diameter Slider

ROLib v1.3 for KSP 1.8+

28 Jun 05:18
Compare
Choose a tag to compare

Improvements

  • Window added to ROTanks to be able to select the Mount and Nose options from a list, instead of having to scroll through the PAW
  • Decouplers can now auto decouple from either end with a customizable delay

Bug Fixes

  • Fixes long standing bug where surface mounted items would not properly move on resizing.
  • Fixed the long standing bug where you could not attach parts in symmetry
  • Nose and Mount Rotation PAW option does not automatically show unless they can be rotated

Code Cleanup

  • Removed all old fairing references

ROLib v1.2.1 HOTFIX for KSP 1.8+

28 May 03:03
Compare
Choose a tag to compare

Bugfixes

  • Fixed the calculations on how effectiveLength was being determined for volume on Nose and Mounts. **BEWARE: This might be craft breaking (by adding too much volume), check before you launch!

Thanks to Conventia from Discord for working through this fix!

ROLib v1.2 for KSP 1.8+

25 May 15:33
Compare
Choose a tag to compare

Improvements

  • Allow for config files to set validation to restrict the Noses and Mounts that can be added to a specific core (supports ROT Lander Tanks as well as the Probe Busses from NFE)
  • Allow for config file to set model transforms to disable (helps to support other mod's models without having to own the assets)
  • Noses and Mount models can be rotated independently from the Core Model
  • Added the config file for the Empty-Model that is used in the different mods requiring ROLib. Thanks @Standecco
  • Hovering over a part and pressing "J" opens the Recoloring Window. Thanks @Theysen