LOC_xxxxxx_DESCRIPTION - What Table?

jsurpless

Warlord
Joined
Jul 5, 2006
Messages
273
Trying to understand how a mod (Civ 6 Improvements Patch) makes changes to districts and other things

Exploring the DebugGameplay.sqlite database, looking for the table that Descriptions are stored in

I see lots of references on various districts, units, etc to Descriptions like 'LOC_DISTRICT_HARBOR_EXPANSION1_DESCRIPTION' but can't figure out what table they're in

Any ideas?

Thanks!
 
They are in the Localization database which is separate from the Gameplay database. The database DebugLocalization.sqlite can be found in the Cache. You'll have connect to that database specifically to query from it.
 
Back
Top Bottom