Weird Tsikhe entry in the Buildings table?

DonCan94

Chieftain
Joined
Dec 21, 2020
Messages
26
Hi there
my mod "Removable City Center Buildings", which is pretty light weight, has now a slight error with the Tsikhe Wall from Georgia.
After some quick SQL querries, I found that Firaxis changed the entry of it in the Buildings table;

The column TraitType for this entry previously said
TRAIT_CIVILIZATION_BUILDING_TSIKHE as far as I remember, but now after the update it says
TRAIT_CIVILIZATION_NO_PLAYER, which is a really weird name in my opinion.

This doesn't make any sence to me, since the entry for Babylonia's Palgum still says TRAIT_CIVILIZATION_BUILDING_PALGUM.

Is this really intended like this by Firaxis?
 
Last edited:
TRAIT_CIVILIZATION_NO_PLAYER only turns up for me in the Improvements table for the Fisheries and City Parks improvements of RaF and GS.
If you are seeing it attached to the BUILDING_TSIKHE in table Buildings then there has to be a mod that is doing this, as @Laurana Kanan suggested.
First place to look would be any mods that are Georgia Reworks to which you are subscribed.

When you are unsure whether Firaxis changed something or some mod is doing it, a querry of the SQL database will not be of value since all you will get is a copy of the Database as it is after all enabled DLC, Expansions, and mods load. You need to use a search tool to search the actual game XML files to determine if the oddity stems from a change made by Firaxis, or is coming from a mod. (Or else you need to disable all Community Content and then create a fresh copy of the database without any mods making any changes to it).
 
Last edited:
Thanks for the feedback, it is indeed another mod causing this. It's the popular CITY LIGHTS mod, they must have changed something with the release of the Portugal pack, which causes this little error.
 
Back
Top Bottom