I've been trying to adapt the Beamed Power Standalone mod to manage a resource defined in a cfg file. I have this code:
namespace BeamedPowerStandalone
{
public class WirelessReceiver : PartModule
{
static ConfigNode setting = ConfigNode.Load(KSPUtil.ApplicationRootPath + "GameData/BeamedPowerStandalone/Settings.cfg");
private static string ManagedResource = setting.GetValue("BPManagedResource");
private static string ManagedResourceUnits = ManagedResource + "