You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current game, I get 1 to 3 trade requests most turns for mutual Open Borders, which I never accept. This is likely due to a high number of civilizations in my game, but the end result is still fairly annoying as I have to decline them every round.
Related Issue Links
No response
Desired Solution
I think the most artificially intelligent option would be tracking the number of times you have declined a specific trade request, and increasing the delay between requests progressively. Maybe something exponential like default_delay * 1.2^sequential_decline_count = 10 turns, 12, 14, 17, 21, etc. (if default_delay is 10, no idea what it actually is).
Alternative Approaches
Alternatively, an easier approach might be just a "snooze this request for 5*default_delay turns". Or maybe that 5 could be configurable in the settings.
Another alternative might be to just have a "never offer this again" button. You could always enter into a trade request by reaching out to the civ yourself.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before creating
Problem Description
In my current game, I get 1 to 3 trade requests most turns for mutual Open Borders, which I never accept. This is likely due to a high number of civilizations in my game, but the end result is still fairly annoying as I have to decline them every round.
Related Issue Links
No response
Desired Solution
I think the most artificially intelligent option would be tracking the number of times you have declined a specific trade request, and increasing the delay between requests progressively. Maybe something exponential like default_delay * 1.2^sequential_decline_count = 10 turns, 12, 14, 17, 21, etc. (if default_delay is 10, no idea what it actually is).
Alternative Approaches
Alternatively, an easier approach might be just a "snooze this request for 5*default_delay turns". Or maybe that 5 could be configurable in the settings.
Another alternative might be to just have a "never offer this again" button. You could always enter into a trade request by reaching out to the civ yourself.
Additional Context
No response
The text was updated successfully, but these errors were encountered: