Talia Wong

Results 66 comments of Talia Wong

I noticed that Procedural Parts does this with an event rather than reflection, maybe we could leverage that here too? https://github.com/KSP-RO/ProceduralParts/blob/91286598583ba086a1801ed001346581b252a586/Source/ProceduralAbstractShape.cs#L260 https://github.com/NathanKell/ModularFuelSystem/blob/25caf921c9711d10f0d8b0d30532df445b253b41/Source/Tanks/ModuleFuelTanks.cs#L709

@bfrobin446 can you commit to fixing issues if they come up?

You want to put `experimentID` in the `IDENTIFIER` block, it's one of the things that identifies the target module, not one of the things you're trying to change

It's also just possible the module doesn't take well to it being changed. It's done in sort of a hanky way and not every module takes to it well.

Can you include the log from a run where this happened?

This has to be a global event not a part event right? Since the module that needs to respond is not on the part changing?

So getting it to respect the selected variant on all parts might not be too hard, but part icons are not going to work easily. They are very closely tied...

Is something else messing with the list of resources? That's the only way I could see this happening.

I'm more wondering if KSPIE modifies the resources on the part dynamically, in which case it might be conflicting with B9PartSwitch resource switching.