I am using RO/RSS and after the latest update on RSS the ground stations show on different colours (it looks like continuous hue values and not some categorical classification). Please PM me or find me on IRC, and I can help iron out the details. This can cause some serious issues elsewhere.
There is an issue with this fix though, as you are forcing the triggered flag on ScienceData to true. It was not a change related to the transmission power cutoff. Triggered data was added to solve an issue that was already present in 1.0.4 with labs and orbital surveyors. All I did is hacking here and there to make it work for myself. Don't take it as official version or whatsoever - I'm not familiar with either KSP code base or RT code base. Zip includes my compiled dll and changed ModuleRTDataTransmitter.cs.
(scienceData) Īlong with a hack to fix NRE, it seems working now. Since it's newly added in 1.0.5, 1.0.4 code will certainly break as is.
This event calls the lab/surveyor complete method to finish up the transmission, including adding science. OK I think I finally found out what's the problem - it seems like due to the support for aborted transmission and returning back data, those piece of code has been refactored, and one new event is introduced called GameEvents.OnTriggeredDataTransmission.