Meffy
humanoid skunk
Beg pardon if this has already been mentioned. Could someone who's installed the patch please check one of the XML files to see whether this has been fixed?
From other entries in the file C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Assets\XML\Text\CIV4DiplomacyText.xml it appears that the place-holder cookie [CT_CIV_ADJ] is to be replaced with the adjectival form of the civ name of the player being spoken to by the AI whose text comes from that file. It looks to me as if this fragment:
... will not always produce the result desired, which in English would be: "Why should I agree to peace when my French armies are making such short work of you?" After all, the Napoleon AI is always France.
But to make Napoleon substitute "French" instead of the player's civ-name adjective, shouldn't this place-holder instead be OUR_CIV_ADJ or something similar?
[edited because I had things turned wrong-way-'round]
From other entries in the file C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Assets\XML\Text\CIV4DiplomacyText.xml it appears that the place-holder cookie [CT_CIV_ADJ] is to be replaced with the adjectival form of the civ name of the player being spoken to by the AI whose text comes from that file. It looks to me as if this fragment:
Code:
<TEXT>
<Tag>AI_DIPLO_NO_PEACE_LEADER_NAPOLEON_1</Tag>
<English>Why should I agree to peace when my [CT_CIV_ADJ] armies
are making such short work of you?</English>
<French>Pourquoi devrais-je accepter de faire la paix alors que les
armées des [CT_CIV_ADJ] vous terrassent aussi facilement ?</French>
<German>Warum sollte ich einem Friedensschluss zustimmen, wenn
meine [CT_CIV_ADJ:2] Truppen kurzen Prozess mit Euch machen
können?</German>
<Italian>Perché dovrei trattare la pace, visto che le mie armate
[CT_CIV_ADJ:2] ti stanno massacrando?</Italian>
<Spanish>¿Por qué tendríamos que firmar la paz cuando nuestros
ejércitos [CT_CIV_ADJ:3] están a punto de acabar con
vosotros?</Spanish>
</TEXT>
... will not always produce the result desired, which in English would be: "Why should I agree to peace when my French armies are making such short work of you?" After all, the Napoleon AI is always France.
But to make Napoleon substitute "French" instead of the player's civ-name adjective, shouldn't this place-holder instead be OUR_CIV_ADJ or something similar?
[edited because I had things turned wrong-way-'round]