Sid Meier's Civilization VI

Sid Meier's Civilization VI

1,256 ratings
Better Deal Window
2
11
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
477.260 KB
19 Apr, 2020 @ 3:08am
17 Jul, 2021 @ 7:23am
16 Change Notes ( view )

Subscribe to download
Better Deal Window

Description
***Compatibility confirmed with all updates to date (Feb 2024)***

Features
  • Deal history panel, listing previous deals with the selected civilization, from the current gameplay session. Any ongoing multi-turn deals found from your last gameplay session will also be shown.
  • Displays luxury resources the player is receiving via other deals and city-states (greyed out / non-tradeable)
  • Colours resources yellow if the other player already has access to them
  • Split deal contents and inventories into separate columns to minimise scrolling
  • Player inventories are coloured per the civilisation's primary colour
  • Resources sorted by quantity descending
  • Increment/decrement steps for gold and favor

Compatibility
Compatible with Gathering Storm, Rise & Fall and the Base Game. Does not affect saved games.

Should be compatible with new resources, civilizations, leaders etc. added via other mods.

This mod purposefully does not include source/civilisation/city-state names to respect diplomatic visibility, though may be expanded upon at some point.

Potentials
  • Source of luxury resource (e.g. Suzerain of Cahokia / Imported from China) whilst considering level of diplomatic visibility
  • Repeat previous deal(s), either one-off or automatically recurring

Translations
Translated for Chinese (Simplified), German, Spanish, French, Italian, Japanese, Korean, Polish, Portuguese and Russian.

These are simply achieved via Google Translate and as such I wouldn't expect perfection. Feel free to comment corrections and I'll get them updated where needed.

Credit
Credit to DB, Aristos, mironos/slicelonger, GrantSP, all of whom were in some way involved in development of the prior two outdated mods.

Contribute
Feel free to make contributions and open a pull request below.
https://github.com/GlidingGecko/AdvancedDealWindow

Known Issues
  • [Base game bug] Gold buttons sometimes disabled when they shouldn't be; not caused by the mod, just acknowledging here
  • [Base game bug] Aware of a base-game bug (not mod related) where the "make this deal acceptable" button doesn't work
Popular Discussions View All (4)
8
27 Jul, 2020 @ 5:15am
PINNED: Compatibility with other mods [27 Jul 2020]
gliding
7
17 Sep, 2021 @ 8:22am
PINNED: Reporting bugs
gliding
0
17 Jul, 2021 @ 3:16pm
PINNED: Translation Corrections
gliding
126 Comments
Accelerator 22 Sep @ 8:08am 
The following is a Chinese Simplified translation of the mod (partial):
以下是对模组的简体中文翻译(部分):
特征
交易历史面板,列出当前游戏会话中与所选文明的过往交易。您上次游戏会话中发现的任何正在进行的多回合交易也会显示出来。
显示玩家通过其他交易和城邦获得的奢侈资源(灰色/不可交易)
如果其他玩家已经可以使用资源,则将其颜色设为黄色
将交易内容和库存分成不同的列,以尽量减少滚动
玩家库存的颜色与文明的主要颜色一​​致
资源按数量降序排列
增加/减少黄金和青睐的步骤
兼容性
该模型故意不包括来源/文明/城邦名称,以尊重外交可见性,但在某些时候可能会扩展。
潜力
奢侈品资源的来源(例如卡霍基亚的宗主国/从中国进口),同时考虑外交知名度
重复之前的交易,一次性或自动重复
Neil_King 13 Mar @ 8:47am 
@pauloel7
DiplomacyDealView_Expansion2.lua
搜寻
pDealItem:SetAmount(1);
pDealItem:SetAmount(10);
里面(1)就是第一次点击资源的默认值,我先改成10 。
搜寻
local iAddAmount = pDealItem:GetAmount() + 1;
local iAddAmount = pDealItem:GetAmount() + 10;
里面(1)就是第一次点击资源后再次点击的默认值,我改成10 最终就是你要的。
pauloel7 4 Feb, 2024 @ 1:27pm 
When you click the gold icon it drops 100 pieces into the deal. When you click any other resource, such as diplo favour, strategics, etc, it drops one single item - for me at least. However, I have noticed on very many YT videos that for them it drops 10 items, instead of 1 as it does for me. That'd be sweet when dealing with strategics for me. Now, I have not seen any detail on that matter in the mod description above or the notes. May anyone help me understand this and if possible, educate on how to tweak the mod so I may drop 10 strategic resources instead of 1 upon clicking them? TYVM.
jermapilled 14 Dec, 2022 @ 2:28pm 
Oh my god thank you sm
gliding  [author] 14 Dec, 2022 @ 2:27pm 
There is a 'Hide History' text button above the previous deals box.
jermapilled 9 Dec, 2022 @ 9:32pm 
There any way to hide the Previous Deals screen? My monitor is small so like, it covers up the ai's options.
Mocofan neprihanit 15 Oct, 2022 @ 9:11am 
Seems like it doesn't work on linux. The trade deal doesn't load up: I just see the other leader's idle animation.
Kharn 14 Sep, 2022 @ 5:14pm 
@Gliding thanks for answer, and you're right, I found out that the reason was another mod, that is using some dlc scenarios as requirements, it also caused all other not save dependent mods to not work. Had to edit its .modinfo to remove this and now it works like a charm)
gliding  [author] 14 Sep, 2022 @ 12:34pm 
@Kharn seems to still be fine, perhaps it's not working alongside another mod you may have added recently (or that could have updated)?
Kharn 9 Sep, 2022 @ 8:30pm 
awesome mod, been using it for a while, but in latest game it just stopped working after save load, any advices?