Sid Meier's Civilization VI

Sid Meier's Civilization VI

1,261 个评价
Better Deal Window
2
11
3
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
477.260 KB
2020 年 4 月 19 日 上午 3:08
2021 年 7 月 17 日 上午 7:23
16 项改动说明 ( 查看 )

订阅以下载
Better Deal Window

描述
***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
热门讨论 查看全部(4)
8
2020 年 7 月 27 日 上午 5:15
置顶: Compatibility with other mods [27 Jul 2020]
gliding
7
2021 年 9 月 17 日 上午 8:22
置顶: Reporting bugs
gliding
0
2021 年 7 月 17 日 下午 3:16
置顶: Translation Corrections
gliding
126 条留言
Accelerator 9 月 22 日 上午 8:08 
The following is a Chinese Simplified translation of the mod (partial):
以下是对模组的简体中文翻译(部分):
特征
交易历史面板,列出当前游戏会话中与所选文明的过往交易。您上次游戏会话中发现的任何正在进行的多回合交易也会显示出来。
显示玩家通过其他交易和城邦获得的奢侈资源(灰色/不可交易)
如果其他玩家已经可以使用资源,则将其颜色设为黄色
将交易内容和库存分成不同的列,以尽量减少滚动
玩家库存的颜色与文明的主要颜色一​​致
资源按数量降序排列
增加/减少黄金和青睐的步骤
兼容性
该模型故意不包括来源/文明/城邦名称,以尊重外交可见性,但在某些时候可能会扩展。
潜力
奢侈品资源的来源(例如卡霍基亚的宗主国/从中国进口),同时考虑外交知名度
重复之前的交易,一次性或自动重复
Neil_King 3 月 13 日 上午 8:47 
@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 2024 年 2 月 4 日 下午 1:27 
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 2022 年 12 月 14 日 下午 2:28 
Oh my god thank you sm
gliding  [作者] 2022 年 12 月 14 日 下午 2:27 
There is a 'Hide History' text button above the previous deals box.
jermapilled 2022 年 12 月 9 日 下午 9:32 
There any way to hide the Previous Deals screen? My monitor is small so like, it covers up the ai's options.
Mocofan neprihanit 2022 年 10 月 15 日 上午 9:11 
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 2022 年 9 月 14 日 下午 5:14 
@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  [作者] 2022 年 9 月 14 日 下午 12:34 
@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 2022 年 9 月 9 日 下午 8:30 
awesome mod, been using it for a while, but in latest game it just stopped working after save load, any advices?