Can we get an option to automatically ignore all trade requests from AI?

Thank you so much. I didn't know this exists.

The setting you'll want in DiploAIOptions.sql is:
Code:
-- [DISABLE TRADE OFFERS]
-- If set to 1, AI civilizations will not send trade offers to human players (except peace offers).
-- Humans can still trade with AI players on their own turn.
-- Does not prevent the AI from making demands.
INSERT INTO Defines (Name, Value)
SELECT 'DIPLOAI_DISABLE_TRADE_OFFERS', '0';

If you also want to disable peace offers, there's a setting directly next to that.
 
Top Bottom