• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Ryika

Field Marshal
54 Badges
Apr 16, 2018
3.028
9.364
  • Ancient Space
Doesn't seem possible, but maybe I'm missing something.

In the defines, there are only very limited options to affect this:
Code:
        TRADE_VALUE_SENSOR_CHARTS = 2 # Per new comms
        TRADE_VALUE_SENSOR_CHARTS_MAX = 10
Which isn't very useful in this case. Increasing the costs isn't an option, since that also affects players selling communications.

In the country_types, there's:
Code:
#    can_have_their_comms_shared                #if this is set to yes, other countries in contact with this one will be able to share that contact (for countries that use custom_diplomacy)
...which, as the comment states, doesn't actually affect countries with default diplomacy.

I guess I could disable trading all-together, but that might be considered overkill. :D

So... anything I'm missing?