KSP-RO / ProceduralParts

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

suggestion: remove nose cone length limit #351

Closed Pagong27Gaming closed 3 months ago

Pagong27Gaming commented 9 months ago

Remove this limit as it prevents me from making accurate replicas of aircraft and ballistic missiles with a nose length exceeding 1.5 m.

StonesmileGit commented 9 months ago

If this is in a sandbox save, you might have to go into the settings and enable a setting called "enable all part upgrades in sandbox" (the name might be slightly wrong, but the same idea).

That setting removes the size limits that are in place for career saves and is increased by tech unlocks

J2583 commented 3 months ago

The upgrades only change the diameter limits. Length only has 1 upgrade (from 0.625m to 1.5m). You can change the upgrades in Parts/Structural/NoseCone.cfg:

UPGRADE { name = ProceduralPartsNoseCone2.5M lengthMax = 2.5 diameterMax = 2.5 } UPGRADE { name = ProceduralPartsNoseConeUnlimited lengthMin = 0.01 lengthMax = Infinity diameterMin = 0.01 diameterMax = Infinity }

Capkirk123 commented 3 months ago

As mentioned above, the issue is simply resolved with the "enable all part upgrades in sandbox" button.

J2583 commented 3 months ago

It's not. Most of the upgrades don't affect length, only diameter.