One Quick Question

Anno5

Chieftain
Joined
Oct 4, 2014
Messages
6
Location
US of A
Hi CivFanatics! I'm new here and I have a question. I was wondering where the files that control the Social Policy Screen are located.

Thanks in Advance!
 
Welcome to CivFanatics :)

It depends which expansion you're using. For BNW the files are there:

Code:
[Civ5 Folder]\assets\DLC\Expansion2\UI\InGame\Popups\SocialPolicyPopup.lua
                                                     SocialPolicyPopup.xml
 
Hmmm....I wanted to change the policie's names on the headers, but it's still not working:

With IGE:

Normal Policy popup:
 

Attachments

  • Civ5Screen0044.png
    Civ5Screen0044.png
    255.1 KB · Views: 111
  • Civ5Screen0045.png
    Civ5Screen0045.png
    336.3 KB · Views: 115
You want to change the localized text for:
TXT_KEY_POLICY_BRANCH_TRADITION_CAP,
TXT_KEY_POLICY_BRANCH_LIBERTY_CAP,
TXT_KEY_POLICY_BRANCH_HONOR_CAP,
... etc.
 
You want to change the localized text for:
TXT_KEY_POLICY_BRANCH_TRADITION_CAP,
TXT_KEY_POLICY_BRANCH_LIBERTY_CAP,
TXT_KEY_POLICY_BRANCH_HONOR_CAP,
... etc.
ummm... how do you change text?

thanks guys, im not a modder I just wanted to do a quick xml for my friend cause he's really busy and i couldnt figure out how :)
 
Top Bottom