Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
该模式将“我的政府”菜单中的政策选择屏幕彻底改造为更传统的“类似RPG”的选择菜单。不喜欢拖着卡片到处转,找不到您想要的保单卡?尝试一下选择文明策略的备选方案。
通过直接在策略条目上分配策略,您还可以看到对产出的即时影响。(需要Infixo的“更好的报告屏幕”模式。)
~\Program Files (x86)\Steam\steamapps\workshop\content\289070\1307248778
Assuming you have all expansions go to and open the following file in a text editor:
~Expansion2\UI\GovernmentScreen.lua
Search for an look for the first instance of SIZE_POLICY_CONTENT. (line 369).
By default this is set to 22. Change this to 30 and save the file.
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.
for example the dark age science card, is not giving me science.
Maybe quick deals is on par
For information, it does not work when Extended Policy Cards mod is active too.
That said, just two issues:
- the scaling doesn't "stick" and I have to reset it every time I use it. Might be a limitation in the interface, I get that. But if it isn't, hope it can be fixed.
- how about highlighting the entire bar when something is selected, since the values on the far right sometimes get a bit difficult to relate to the highlighted tag on the left.
Both issues have to do with my poor eyesight. :)
..\Base\Assets\UI\Screens\GovernmentScreen.lua
..\Base\Assets\UI\Screens\GovernmentScreen.xml
local SIZE_POLICY_CONTENT :number = 22;
Smallest = 22, Small = 24, Medium = 26, Large = 28, Largest = 30.
I have not tested this so sorry if that doesnt work.
Switch:
cardInstance.Description:SetHide(true); to false and
cardInstance.DescriptionGlow:SetHide(false); to true.
It will show the normal colour instead of the glowing one.
A swift question about editing the XML format file to alter the wide description strings of our selected Policies. They are currently enhanced by a sharp green colour. To me, their header "buttons" are plenty enough as indicators.
Please i just can't find the proper line and coded instruction that control this stuff.
I translated this mod into KOREAN.
I'd appreciate if you could add follow:
https://linksharing.samsungcloud.com/tJu6KrsfK6jA
Thank you for the quick fix.
It would be great if you could incorporate my Japanese translation.
https://www.dropbox.com/s/5prsgddbchay7x4/1307248778_Alternate%20Policy%20Screen_2020.06.17_ja_JP.zip?dl=0
@J4A. Ok, pretty sure I've got them all now. Fixed. Sorry!
Remaining hardcoded texts
GovernmentScreen.lua
Line 532 - 563: "Smallest", etc.
Line 1877: "Unlock Policies"
I could always edit the personal gimmick back in as need be, anyway. ;)
@infixo I've added a 'View Only' mode to the policy screen allowing access to review policies without paying the fee. Gives full navigational functionality but you cant change anything without paying up.
Also added the following:
Currently active filter button is now highlighted.
Removed remaining hardcoded english text in favour of localisation tags.
Fixed the 'Empty Slot' text being missing on empty slots in the My Government tab.
To be honest I've been considering altering that screen to display each tier in a vertical list instead as I despise horizontal scrolling haha. I'll play around with it and see what works best.
This is what happens visually; https://i.postimg.cc/zBF2wmby/Four-Gov-Tiers-On-Screen-Width-1920.jpg
====
To fix the GS four tiers "enforced" scroller... all it took was two very small edits to the "Expansion2 \ UI \ GovernmentScreen.lua" file;
local SIZE_GOV_ITEM_WIDTH :number = 384; -- 400;
local SIZE_GOV_DIVIDER_WIDTH :number = 0; -- 75;
Soooooo.. everything is now always shown on my 1920x1080 monitor.
Yeah!
====
A slight GovernmentScreen.XML alteration of width to squeeze all panels (which can include the 4th tier) onto the regular (1920) default screen.
PS; Maybe i've already shared these small edits in the past and couldn't remember if you had "rejected" the idea. If so, please ignore.