I'm having an issue with the NERV nuclear engine where the plume does not appear at all. After investigating, it appears to be the throttle controller always reports as 0. If I override the throttle setting, the plume reappears. To add, it is not a fuel type issue.
I have a couple other mods running that could definitely be causing this, but this seemed to show up for me after the recent update. If it's something broken in a cfg, is it something I can manually fix for now?
Edit: The fault seems to be a conflict with KerbalAtomics. It modifies the `engineID` value. I made a working fix in `Nerv_Restock.cfg` that checks for `zzKerbalAtomics`, and if found changes the engineID under the thrust controller to `LF` or `LH2`.