Sid Meier's Civilization VI

Sid Meier's Civilization VI

Wonder Filters for Enhanced Mod Manager
JNR  [udvikler] 19. mar. 2024 kl. 18:35
How To Add Your Wonder Mod
You have released a world wonder or natural wonder mod after March 19, 2024? First of all, congratulations, your work is awesome and this mod was made as a tribute to all the fantastic wonders out there.

To include your wonder in the filters, you will need to do add to the FrontEnd context a "Text" file in sql format to your mod with the following code and a LoadOrder between 2 and 49999:
UPDATE LocalizedText SET Text = Text || ",<Mod ID>" WHERE TAG="<List Tag>";
<Mod ID> is your mod's unique identifier, found at the top of your .modinfo file.
<List Tag> is the name of the list you want to add your mod to. Choose one of the following lists added by this mod:
LOC_FF16_CUSTOM_FILTER_JNR_WORLD_WONDERS_HISTORIC
LOC_FF16_CUSTOM_FILTER_JNR_WORLD_WONDERS_FICTIONAL
LOC_FF16_CUSTOM_FILTER_JNR_NATURAL_WONDERS

If you have any further questions about this, post them here in this discussion thread.
Sidst redigeret af JNR; 5. apr. 2024 kl. 3:38
< >
Viser 1-1 af 1 kommentarer
JNR  [udvikler] 5. apr. 2024 kl. 4:16 
Does not work currently. I will update the mod manually until a solution is found.
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50