You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AlphaDev and noticed that I had some parts being multiplied (like 6x) in the RnD center display window. So, I figured I had done something to invoke the bunny-effect.
Upon investigation, I found the DEV branch, unless I'm not understanding, has a number of parts duplicated.
EX: PART[AM_MLP_LaunchPlateRnd1] exists in both Launch_Plates & Launch_Stands. The only differences between the configs are: MODEL[model], TechRequired, entryCost, and description.
MY understanding of things is that KSP will load BOTH configs regardless, but in the end, the HighLander-effect takes over. The Launch_Stands config will overwrite the Launch_Plates config because it is Alphanumerically after and only one PART[name] can exist.
====
And, no, that had zero to do with my original problem. That was from having
part = AM.MLP.LaunchPlateRnd1
part = AM.MLP.LaunchPlateSqr1
part = AM.MLP.LaunchRailMini
part = AM.MLP.LaunchRailSmall
added multiple times to the end of the ResearchAndDevelopment scenario's Tech node, somehow.
The text was updated successfully, but these errors were encountered:
I am using AlphaDev and noticed that I had some parts being multiplied (like 6x) in the RnD center display window. So, I figured I had done something to invoke the bunny-effect.
Upon investigation, I found the DEV branch, unless I'm not understanding, has a number of parts duplicated.
EX: PART[AM_MLP_LaunchPlateRnd1] exists in both Launch_Plates & Launch_Stands. The only differences between the configs are: MODEL[model], TechRequired, entryCost, and description.
MY understanding of things is that KSP will load BOTH configs regardless, but in the end, the HighLander-effect takes over. The Launch_Stands config will overwrite the Launch_Plates config because it is Alphanumerically after and only one PART[name] can exist.
====
And, no, that had zero to do with my original problem. That was from having
added multiple times to the end of the
ResearchAndDevelopment
scenario'sTech
node, somehow.The text was updated successfully, but these errors were encountered: