I've noticed in 1.33 that the colonizer AI will refuse to make trade companies and will instead state all of their African and Asian provinces. I've tried tagging to Portugal and manually making the provinces trade companies, but the AI will just switch it back to a state (despite trade investments). I've looked in defines.lua to see if there is anything and the only things regarding trade companies are:
TRADE_COMPANY_CONTROL_LIMIT = 0.6,
TRADE_COMPANY_DAYS_TO_SWAP_LEADER = 30,
TRADE_COMPANY_STRONG_LIMIT = 0.51,
TRADE_COMPANY_COOLDOWN = 60,
TRADE_COMPANY_RELIGION_RESTRICTION = 0,
I am also having a hard time figuring out what the first two do as there are no comments
TRADE_COMPANY_CONTROL_LIMIT = 0.6,
TRADE_COMPANY_DAYS_TO_SWAP_LEADER = 30,
TRADE_COMPANY_STRONG_LIMIT = 0.51,
TRADE_COMPANY_COOLDOWN = 60,
TRADE_COMPANY_RELIGION_RESTRICTION = 0,
I am also having a hard time figuring out what the first two do as there are no comments