Skip to content

Releases: KSP-RO/ProceduralParts

v1.3.19.1 ProceduralParts for KSP 1.7.3

29 Feb 13:29
9128659
Compare
Choose a tag to compare

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

22 Feb 16:52
Compare
Choose a tag to compare
Pre-release

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

15 Jan 20:39
Compare
Choose a tag to compare

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~~

14 Nov 17:27
Compare
Choose a tag to compare

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

21 Nov 02:32
Compare
Choose a tag to compare

v1.2.7

30 Oct 22:43
Compare
Choose a tag to compare

some bug fixes

v1.2.6 for KSP 1.2 Loud & Clear

29 Oct 17:03
Compare
Choose a tag to compare

ProceduralParts v1.2.6 for KSP v1.2 release.

v1.2.6 for KSP 1.2 [pre-release]

18 Sep 19:53
Compare
Choose a tag to compare
Pre-release

Update for KSP 1.2 [pre-release]

v1.2.5 for KSP 1.1.3

04 Jul 03:21
Compare
Choose a tag to compare

Update for KSP 1.1.3

v1.2.4

28 May 20:50
Compare
Choose a tag to compare
  • Fix an issue with non-RF tank masses. Thanks @OliverPA77