1.52:popup error

arl85

Chieftain
Joined
Jan 23, 2006
Messages
12
Location
Italy
I've italian version,but the problem is common.
if you try to start a new game, where you can select climate,sealevel and world dimension, you will not have popup that explains the difference between "duell" and "tiny" or between "low sea level" and "medium sea level" and so on...
if you see in xml you will find that explainations strings exist.
then i opened ...\assets\xml\GameInfo and i've modified "civ4sealevelinfo.xml","civ4climateinfo.xml","civ4worldinfo.xml" inserting this string "<Help>TXT_KEY_SEALEVEL_LOW_HELP</Help>" and others similar.
then i modified file "civ4GameInfoSchema.xml" deleting the string "<ElementType name="Help" content="textOnly"/>" from its original position and inserting it at start of the file. then i added "<element type="Help"/>" in <ElementType name="ClimateInfo" content="eltOnly"> section and also in all others section (sealevel and world dimension).
but it doesn't work.
i think the problem is in pyton code that doesn't allow popup on that window.
i attach the file i've modified.
can anybody help me?
tx
View attachment CIV4ClimateInfo.xml.txt

View attachment CIV4SeaLevelInfo.xml.txt

View attachment CIV4WorldInfo.xml.txt

View attachment CIV4GameInfoSchema.xml.txt
 
Back
Top Bottom