Jump to content

Teravus

New Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

4 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I was having trouble with the Beamed Power Relays so I built the mod from source and added Debug messages and a test scenario save. It seems like the part reader may not be reading all of the relay information. In InterstellarBeamedPowerHelper, the call to the ComputeFacingFactor returns zero for the relay. Also, the transmitter SupportedTransmitWavelengths dictionary is empty. Since the part files have minimumWavelength/maximumWavelength in the BandwidthConverter section... and minimumRelayWavelenght[sic] and a maximumRelayWavelenght[sic] in the MicrowavePowerTransmitter section... it simply may not be being populated by the part reader. In my case, I tried with the deploy-able phased array(deployablePhasedArray) (1 Transmitter 1 Receiver) in the Ka band and the phased array sphere(SpherePhasedArray) as the relay. I also tried with the thermal receiver. The ReceiverType is showing up as zero (which the older code said was the default route) FreeThinker, If you are still interested in working on the beamed power relays.... The thing that makes the most sense to look at, based on the above dictionaries being empty and the defaults showing up, is whatever would normally populate the SupportedTransmitWavelengths dictionary. The Transmitter, relay and receiver are all different vehicles, The receiver vehicle is perpendicular to the transmitter and in line with the relay vehicle. The relay vehicle is in line of sight with both the transmitter and receiver vehicle. If I force a nonzero FacingFactor (in the code), make sure the relay is active, then select the transmitter antenna and open the Power Receiver Interface on the transmitter, it shows 1(unloaded) relay connected. But... when I select the receiver, it shows 0 relays connected and, there's no difference in produced power. Hopfully that research is helpful.
×
×
  • Create New...