KSP-RO / ProceduralParts

A continuation of StretchySRBs, which is a continuation of StretchyTanks
71 stars 79 forks source link

Heatshield is not stretching #259

Closed DarthPointer closed 4 years ago

DarthPointer commented 4 years ago

What has happened: 0)I have procedural parts, SETI rebalance, DRE + a lot of other mods that I find not connected with heat shields 1)I have opened survivabitlity node (opened = paid the science points and KCT research time finished) 2)Purchased procedural shield 3)Started Eve-landing probe designing 4)Could not stretch heatshield to 1.5m diameter, 0.875 is the limit. Heatshield.cfg has a TechLimit node for survivability tech with DiameterMax = 1.5 5)Removed procedural heatshield-affecting patch from SETI rebalance. It is not named 0 Procedural Heatshield, but the problem is still here 5.1)Removed TechLimit nodes, placed top-tier limit data into ProceduralPart node. Nothing seems to be changed. 6)Updated procedural parts - it is not stretching yet. 7)Tried it in a sandbox - it works fine here

https://drive.google.com/open?id=1ML7hQB3X3gTI2To1rCeQk7Wh0VWL0Qy_ - ModuleManager.log (generated access link is weird, copy it manually)

DRVeyl commented 4 years ago

Can you post [or google drive] your ModuleManager.configCache entry for proceduralHeatshield ?

DarthPointer commented 4 years ago

ModuleManager.ConfigCache.txt

Appended .txt to upload via github.

DRVeyl commented 4 years ago

In your cache, here are your TECHLIMIT settings for the proceduralHeatshield part:

TECHLIMIT
{
    name = survivability
    diameterMin = 0.125
    diameterMax = 0.875
}
TECHLIMIT
{
    name = enhancedSurvivability
    diameterMax = 1.5
}
TECHLIMIT
{
    name = simpleCommandModules
    diameterMax = 2.75
}
TECHLIMIT
{
    name = CommandModules
    diameterMin = 0.01
    diameterMax = Infinity
    lengthMin = 0.01
    lengthMax = Infinity
    volumeMin = 0.01
    volumeMax = Infinity
}

I don't know what other mod is patching that, but 0.875m is the correct max dimension for "survivability" and you need "enhancedSurvivability" to get to 1.5m.

Things will work fine in sandbox because no size limitations are placed there. Only career mode keeps the concept of unlocking sizes.

DarthPointer commented 4 years ago

Ok, I'll have to look through my mods. Thank you.