all right!
text files need to be in the following format (you can just look at the files in civilization\assets\xml\text\):
<?xml version="1.0" encoding="ISO-8859-1"?>
<TEXT>
<Tag>TXT_KEY_TECH_MYSTICISM_QUOTE</Tag>
<English>bla bla bla bla</English>
<French>same bla bla bla bla</French>
<German>bla bla bla bla</German>
<Italian>bla bla bla bla</Italian>
<Spanish>bla bla bla bla</Spanish>
</TEXT>
<TEXT>
<Tag>TXT_KEY_TECH_DESTRUCTION_QUOTE</Tag>
<English></English>
<French></French>
<German></German>
<Italian></Italian>
<Spanish></Spanish>
</TEXT>
.
.
and so on
TXT_KEY_TECH_DESTRUCTION_QUOTE is the quote displayed when you discover said tech, ; the languages are how it will be displayed in civ installed in german\ french\ version. Since I know mostly english I just copy them all to be the english version.
similarly, TXT_KEY_TECH_DESTRUCTION_PEDIA is the civilopedia entry for it.
Similarly (am I using this word again??!), resources describtion in civilopedia will be under TXT_KEY_BONUS_GEMS_PEDIA and such. (bonus=resource)
So... if you can produce files like these I'll be grateful. It doesn't matter if they are all in one file, or in different files for each "kind" (techs, resources, wonders, etc.)
ok, the specific things I need:
- tech quotes (TXT_KEY_TECH_DESTRUCTION_QUOTE ) for the new techs can really add flavor. (without voice acting of course, but, well, we'll see. I toyed with the idea of using quotes from oblivion...."stop right there criminal scum!!"


)
- tech describtions TXT_KEY_TECH_DESTRUCTION_PEDIA - the describtion for the tech in pedia.. you can see the techs I've added in screenshopts in this thread.
- leaders description in civilopedia: TXT_KEY_LEADER_THALMOR_PEDIA - the leaders listed on the first thread here.
- civilizations description in civilopedia - TXT_KEY_CIV_ORC_PEDIA
- buildings and wonders description - most are in screenshots on page 2 here. TXT_KEY_BUILDING_ENCHANTER_PEDIA. just short describtion\ history really. the religious buildings though not yet finished so it's better to leave them for later.
- describtions for new resources.
- units - later.
Probably many things here can be just copied from UESP or imperial library, or some other sources. Overall civilopedia entries are not very important, but still give a nice touch. Just a couple of general notes on each subject are better than nothing.
tech quotes - if there's a quote from whatever source (lore, books, games, vivec's sermons, whatnot) that seem appropriate for one of the new techs, that's most welcomed.