Sid Meier's Civilization VI

Sid Meier's Civilization VI

Compact Production Panel
18 条留言
Hellmouth 2024 年 3 月 17 日 上午 9:43 
I agree with the previous comments. This mod is amazing, but it would be *perfect* if it highlighted the recommended items and integrated faith/gold purchases in a single list.
H.Humpel 2023 年 11 月 23 日 下午 12:53 
Hi Masked Man,
your mod has been translated by ASM590319 into German and the translation is now part of the German translations for Civilization VI mods mod pack.
We would be more than happy if you could refer to the language translation in your mod description.
Baradar67 2020 年 7 月 27 日 上午 7:56 
@Joie Disable the Production Queues mod if you have it. This one has it's own queue system.
i am a cat 2020 年 7 月 23 日 下午 2:28 
Seconding @Creature's request for Gold & Faith purchase buttons in the production panel. Thank you!
snykch 2020 年 5 月 23 日 上午 8:47 
Glad to have found this mod to replace others that have stopped working since the update. Works really well. Thanks!
Joie Wilder 2020 年 5 月 22 日 下午 10:13 
With this mod active, I can't place/build districts.
Dragonslayer 2020 年 5 月 22 日 下午 7:56 
would it be possible to make the recommended build recommendations different colors instead of using the icons, like a different color for each icon.
Rhyn0man 2020 年 5 月 21 日 上午 10:16 
Same here! The only reason I stick with CQUI is the buy units with gold and faith on the prod menu. If this added that feature, it would be perfect!
Remove Sniper from TF2  [作者] 2020 年 5 月 15 日 上午 3:32 
Yeah I could see about that
Andrew 2020 年 5 月 15 日 上午 12:58 
Hi, having issues with CQUI, tried this, looks good. Only thing I want is compact panel. But I miss instant buy (gold/faith) buttons like they are in CQUI. Do you think you could add them?
deluxghost 2019 年 12 月 7 日 下午 8:52 
i see you have replaced corp/army suffix for english, but not other localized text.

for example zh_hans_cn add such thing inside GameData tag:

<LocalizedText>
<Replace Tag="LOC_HUD_UNIT_PANEL_CORPS_SUFFIX" Language="zh_Hans_CN">
<Text>[ICON_Corps]</Text>
</Replace>
<Replace Tag="LOC_HUD_UNIT_PANEL_ARMY_SUFFIX" Language="zh_Hans_CN">
<Text>[ICON_Army]</Text>
</Replace>
<Replace Tag="LOC_HUD_UNIT_PANEL_FLEET_SUFFIX" Language="zh_Hans_CN">
<Text>[ICON_Corps]</Text>
</Replace>
<Replace Tag="LOC_HUD_UNIT_PANEL_ARMADA_SUFFIX" Language="zh_Hans_CN">
<Text>[ICON_Army]</Text>
</Replace>
</LocalizedText>


for more language, add more Replace.
this fix corp/army icon for other language
76561198042483964 2019 年 12 月 6 日 下午 4:22 
Great mod. Played 2 games on deity with this so far and the prioritization of the city projects saves a lot of scrolling.
deluxghost 2019 年 12 月 6 日 上午 7:10 
I think changing the text of recommended items to cyan (or some other color) might be a good idea. so i changed some code in PopulateGenericItemData:

if m_kRecommendedItems[kItem.Hash] ~= nil then
-- kInstance.RecommendedIcon:SetHide(false);
kInstance.LabelText:SetColor(UI.GetColorValue("COLOR_CYAN"));
end

and reset it in ResetInstanceVisibility:

productionItem.LabelText:SetColor(UI.GetColorValue("COLOR_WHITE"));
deluxghost 2019 年 12 月 5 日 下午 6:02 
I see, thanks
Remove Sniper from TF2  [作者] 2019 年 12 月 5 日 上午 11:00 
You don't see build recommendations in this mod, there isn't enough space for them.
deluxghost 2019 年 12 月 5 日 上午 10:32 
hi, how do I find which item is recommended after using this mod?
Major Major 2019 年 12 月 5 日 上午 10:23 
Perfect mod, seeing as CQUI has a few bugs with the minimap
RG 2019 年 12 月 5 日 上午 4:48 
super