Fr8monkey
Deity
Allong with everyone else...
I have checked all the tutorials, the "How to..." links and the XML editors to no avail.
I have started with something simple. Making a harbor give +4 experience to a sea unit. What I did is cut the part from the drydock as follows:
<DomainFreeExperiences>
<DomainFreeExperience>
<DomainType>DOMAIN_SEA</DomainType>
<iExperience>4</iExperience>
</DomainFreeExperience>
</DomainFreeExperiences>
I then pasted it into the same section in the Harbor code. All I get is errors out the wazzo when I restart. I just dont get it. Am I stupid or what? can someone make this XML coding easy to understand for me? It's driving me NUTS!!!
P.S. Can anyone give me a reason why they went from a simple Modding Civ III to THIS confusing pile?

I have started with something simple. Making a harbor give +4 experience to a sea unit. What I did is cut the part from the drydock as follows:
<DomainFreeExperiences>
<DomainFreeExperience>
<DomainType>DOMAIN_SEA</DomainType>
<iExperience>4</iExperience>
</DomainFreeExperience>
</DomainFreeExperiences>
I then pasted it into the same section in the Harbor code. All I get is errors out the wazzo when I restart. I just dont get it. Am I stupid or what? can someone make this XML coding easy to understand for me? It's driving me NUTS!!!


P.S. Can anyone give me a reason why they went from a simple Modding Civ III to THIS confusing pile?