Files
Science-Full-Transmit/Science-Full-Transmit.cfg
Jognt 4342328218 mod compatibility (#1)
* Add mod-added MODULE compatibility

By targeting based on experimentID instead of MODULE name it should be compatible with other science MODULES like US2 and DMagic's private and generic science MODULE.
2019-06-08 16:00:22 -05:00

9 lines
270 B
INI

@PART[*]:HAS[@MODULE:HAS[#experimentID[*]&#xmitDataScalar[<1]]]
{
@MODULE:HAS[#experimentID[*]&#xmitDataScalar[<1]]
{
// For each Module with an experimentID and a transmit penalty, adjust xmitDataScalar to eliminate the penalty.
@xmitDataScalar = 1.0
}
}