Sid Meier's Civilization VI

Sid Meier's Civilization VI

Detailed Wonder Reminder Adjusted
 This topic has been pinned, so it's probably important
Obb 5 Jul, 2024 @ 12:26pm
Remove even more information
With courtesy of Legandy.
And thanking all involved authors for that excellent mod and its tweaks.

Here are some changes to hide even more information about wonder under construction ; ( The icon illumination depending on construction %, the name of the civ building it, under said icon, and the remaining info in the tooltip. )


First in the text file :
( « […]\3166131903\Text\DetailedWonderReminder_en_US.sql » in my case )

Line 8, remove {1_CivName} ( That’s the name. )

Line 16, replace Information revealed: by Unbuilt

Then, remove what’s in the three next lines :
Line 17 Cities that meet the build conditions:
Line 18 {1_CityName}: Expected[ICON_Turn] {2_Number}, is producing {3_String}
And line 19 {1_CityName}: Expected[ICON_Turn] {2_Number}, idle


That was the tooltip, which now requires cleaning, in the lua file : […]\3166131903\UI\Additions\DetailedWonderReminder_Panel.lua

Line 527, remove what’s between « ' », ( but keep them ! ) from ' - ' to ''

Same line 544, remove '-----------------------' and line 547, again, ' - '

And again line 604, remove '-----------------------' and line 607 ' - '

Line 676 replace '[NEWLINE]-----------------------[NEWLINE]'
by '[NEWLINE][NEWLINE]Status : '

And line 678 remove [NEWLINE].


Now the icon highlight, still in the same lua,
to remove its link to the building %, making it only "On or Off" :

Line 671, remove - progressPercent :
From (0, 100 - progressPercent), to only keep (0, 100)
Last edited by Obb; 6 Jul, 2024 @ 5:39am