Non-functional power plants - deliberate or not?
AFAICT the power plants included in pakBritain cannot supply power. I am very well aware that the pak is under construction and that perhaps this is simply something that has not come under scrutiny as yet, in which case I will try to be more patient. *smile*
Trying to see how something is defined as a power supplier I came across a hack in the besch/reader/factory_reader.cc:223besch->electricity_producer = ( fab_name_len>11 && (strcmp(besch->get_name()+fab_name_len-9, "kraftwerk")==0 || strcmp(besch->get_name()+fab_name_len-11, "Power Plant")==0) );
which AFAICT means that in order to be considered an electricity producer, the name of the industry has to end in either 'kraftwerk' or 'Power Plant', and there is no parameter to be set in the .dat-file of the industry.
None of the various power plants in coal-power-stations.dat and oil-power-station.dat fulfills the requirement of this hack. But maybe then these are not intended to be functioning power plants?