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 have 300 or so mods, but I think this one is not due to any interactions (Skyhawk Science System tech tree might be one possibility).
[LOG 19:42:27.241] Applying update RationalResourcesParts/Patches/Features_WrapperIntakes/@PART[RRIntakeWrap*]:AFTER[RationalResources] to RationalResourcesParts/Parts/WrapperIntake.cfg/PART[RRIntakeWrap125]
[WRN 19:42:27.242] Cannot find key RRPower in PART
[ERR 19:42:27.242] Error - Cannot parse variable search when editing key amount = #$/RRPower$
[WRN 19:42:27.242] Cannot find key RRPower in PART
[ERR 19:42:27.242] Error - Cannot parse variable search when editing key maxAmount = #$/RRPower$
[WRN 19:42:27.242] Cannot find key RRPower in PART
[ERR 19:42:27.242] Error - Cannot parse variable search when inserting new key Efficiency = #$/RRPower$
[WRN 19:42:27.242] Cannot find key RRPower in PART
[ERR 19:42:27.242] Error - Cannot parse variable search when editing key Ratio = #$/RRPower$
I believe, given there's another part which duplicates one and sets RRPower that the intention was to have multiple wrapper intakes, and this field got lost?
I fixed this by adding RRPower = 1 as shown below:
I don't have this error in my logs, and looking into the cfg files, I see that it is already being set in RationalResourcesCompanion/00_PumpOMatics_Opt-in.cfg. Are you missing RationalResourcesCompanion?
@harveyt Thanks for spotting. @AmanitaVerna Issue is that RR Parts includes its own patch that gives harvester modules to the wrapper intake, without RR Companion. RRPower needs to be set at that point too, so I just fixed that. Will launch KSP later and close this issue when I confirm it.
I have 300 or so mods, but I think this one is not due to any interactions (Skyhawk Science System tech tree might be one possibility).
I believe, given there's another part which duplicates one and sets RRPower that the intention was to have multiple wrapper intakes, and this field got lost?
I fixed this by adding RRPower = 1 as shown below:
The text was updated successfully, but these errors were encountered: