Isak
Civ4 Scenario Designer
I've got the explanations for most of the XML tags (i'd say about 90%), and will be posting them as soon as I can get my hands on the 'full game' and get them verified.
Until then, if in doubt about any value, just ask
True, but that would make it impossible for us to mod in new Commerce types or Yield types, since we can't create new XML tags.
The easy way to find the meaning of the <iCommerce> and <iExtraYieldThresholds> is to open the GameInfo/CIV4CommerceInfos.xml and Terrain/CIV4YieldInfos.xml.
The CommerceInfos.xml file contains three entries: Gold, Research and Culture, and those correspond to the three values of <iCommerce>.
The YieldInfos.xml file also contains three entries: Food, Production and Commerce.
It'll take a while to learn how to navigate these files, but trust me, once you get a bit more familiar with them, everything is going to seem easy as a peach.
Until then, if in doubt about any value, just ask

The <CommerceChanges> and <ExtraYieldThreshold> tags really need to have descriptive sub-tags instead of repeating themselves (3 repetitions of <iCommerce> and <iExtraYieldThreshold>, respectively). Obviously they're affecting 3 different values (or, actually, since they're both set to 0 0 2, skipping two values and affecting the third...) but the XML doesn't tell you what values they are, and that leads to confusion. The 2's are culture and coins, but what are the 0's? No way to know without messing around with it.
True, but that would make it impossible for us to mod in new Commerce types or Yield types, since we can't create new XML tags.

The easy way to find the meaning of the <iCommerce> and <iExtraYieldThresholds> is to open the GameInfo/CIV4CommerceInfos.xml and Terrain/CIV4YieldInfos.xml.
The CommerceInfos.xml file contains three entries: Gold, Research and Culture, and those correspond to the three values of <iCommerce>.
The YieldInfos.xml file also contains three entries: Food, Production and Commerce.
It'll take a while to learn how to navigate these files, but trust me, once you get a bit more familiar with them, everything is going to seem easy as a peach.
