Releases: KSP-RO/ROLibrary
Releases · KSP-RO/ROLibrary
ROLib v1.5.3 for KSP 1.12.x
HOTFIX #2!! ROLib v1.5.2 for KSP 1.12.x
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
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
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
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+
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 andN
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+
Bug Fixes
- Fixes the performance impact from ROLib and allows dragging of Diameter Slider
ROLib v1.3 for KSP 1.8+
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+
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+
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