Hi , this mod had a couple issues for me working with 23.5, the satellite gives a Nan error on its electrical readings, which screws with the electrics for other parts on the same vehicle. For anyone with the same issues. Add the code using notepad etc to the part.cfg file located in the FigaroTransmitter folder. When you open the part.cfg delete all the lines below maxTemp = 3200, and paste the code below in their place. RESOURCE { name = ElectricCharge amount = 5 maxAmount = 5 } MODULE { name = ModuleGenerator isAlwaysActive = True INPUT_RESOURCE { name = ElectricCharge rate = 0.03 } } No idea if this is the optimal way to restore functionality until the author updates, but it works for me.