mirror of
https://github.com/tekaohksp/Science-Full-Transmit
synced 2026-01-15 23:05:24 -05:00
* 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.
9 lines
270 B
INI
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
|
|
}
|
|
}
|