Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-RO/ProceduralParts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.2.0
Choose a base ref
...
head repository: KSP-RO/ProceduralParts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.3.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 2, 2023

  1. Enable drag cube generation in editor if FAR is installed. (#348)

    Turns out that FAR uses them in some places.
    siimav authored Jul 2, 2023
    Copy the full SHA
    cfeade8 View commit details
  2. Update version to v2.5.3.0

    GitHub Actions Bot committed Jul 2, 2023
    Copy the full SHA
    aa52837 View commit details
1 change: 1 addition & 0 deletions GameData/ProceduralParts/Parts/Electrical/Battery.cfg
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ PART
diameterMax = 0.5
lengthMax = 1.0
volumeMax = 0.04 // 0.04 supports 150
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true

UPGRADES
{
1 change: 1 addition & 0 deletions GameData/ProceduralParts/Parts/Structural/Heatshield.cfg
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ PART
lengthMax = 0.5
volumeMax = Infinity
allowCurveTweaking = False
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true

costsIncludeResources = false
baseCost=1
Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@ PART
diameterMax = 1.75
lengthMax = 0.2
volumeMax = Infinity
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true

// If you want to be able to tweak the fillet curve, comment this line
allowCurveTweaking = false
1 change: 1 addition & 0 deletions GameData/ProceduralParts/Parts/Tanks/1TankLiquid.cfg
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@ PART
lengthMax = 0.75
volumeMin = 0.6
volumeMax = 0.8
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true

UPGRADES
{
1 change: 1 addition & 0 deletions GameData/ProceduralParts/Parts/Tanks/4SRB.cfg
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ PART
lengthMax = 1.25
volumeMin = 1.0
volumeMax = 2.0
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true
UPGRADES
{
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@
lengthMax = 5.0
volumeMin = 0.1
volumeMax = 15.0
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true

UPGRADES
{
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ PARTUPGRADE:NEEDS[USILifeSupport]
lengthMax = 0.5
volumeMin = 0.1
volumeMax = 1.0
updateDragCubesInEditor:NEEDS[FerramAerospaceResearch] = true

UPGRADES
{
2 changes: 1 addition & 1 deletion GameData/ProceduralParts/ProceduralParts.version
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 5,
"PATCH": 2,
"PATCH": 3,
"BUILD": 0
},
"KSP_VERSION": {