Releases: KSP-RO/ProceduralParts
v1.3.19.1 ProceduralParts for KSP 1.7.3
Significant Rewrite of ProceduralParts, introduces Textures Unlimited support!
Effectively, this is a 2.0 release, but due to some naming convention issues, all releases supporting 1.7.3 will follow a convention of 1.3.19.x. A v1.8+ release will start under 2.0.
Despite the major internal changes, this release is backwards compatible with existing craft files, saves, and the previous method of defining the textures (so existing texture packs still work).
Change Gist:
TexturesUnlimited support, and many new textures to go with it
Reworked part initialization process (Awake/Load/Start, etc)
Fix incorrect drag cubes on root node, particularly during reverts
Redesigned to use UI Editor callbacks instead of detecting changes in Update cycles
Removed minVolume handling, and aspect ratio handling
Best effort automatic [length] resizing to achieve a target utilization
Completely redesigned attachment node handling.
Add 1.7 PAW group features
v2.0 ProceduralParts for KSP 1.8.1, 1.9
1.3.19.1 Features, built for KSP 1.8.1 and 1.9. See 1.3.19.1 release notes.
Significant Rewrite of ProceduralParts, introduces Textures Unlimited support!
Pre-release updated 22 FEB 2020
Despite the major internal changes, this release is backwards compatible with existing craft files, saves, and the previous method of defining the textures (so existing texture packs still work).
DRAFT Changelog (Updating as I have time):
Many new Textures with TU support
Reworked part initialization process (Awake/Load/Start, etc)
Fix incorrect drag cubes on root node, particularly during reverts
Redesigned to use UI Editor callbacks instead of detecting changes in Update cycles
Removed minVolume handling, and aspect ratio handling
Completely redesigned attachment node handling.
Add 1.7 PAW group features
v.1.3.19.0 Procedural Parts for KSP 1.6 & KSP 1.7.3
Re-release of what was version number 1.4 previously. This is to have proper CKAN support.
~~v1.4.0 Procedural Parts for KSP 1.6.1 & KSP 1.7.3~~
DO NOT USE! USE Version 1.3.19.0
- Fixes the attachment node connection issue (thanks to @c1usta)
Release for KSP patch 1.2.1
Nothing new.
v1.2.7
v1.2.6 for KSP 1.2 Loud & Clear
ProceduralParts v1.2.6 for KSP v1.2 release.
v1.2.6 for KSP 1.2 [pre-release]
Update for KSP 1.2 [pre-release]
v1.2.5 for KSP 1.1.3
Update for KSP 1.1.3
v1.2.4
- Fix an issue with non-RF tank masses. Thanks @OliverPA77