Resource icon

Techs Add Commerce 2016-10-05

This mod allows technologies to increase the commerce output of all cities controlled by the player who has researched the tech. For this reason +2 research from technologies is much more potent than +2 research from from a building, because if you have, for instance, ten cities, you will actually be getting a bonus of 20 research total.

The commerce changes take effect in alll cities immediately after researching the technology, and will also affect any future cities built or captured by that civilization.

The change has also been updated in the City Screen, Civilopedia, and the Tech Tree.

The new XML Tag used to add commerce increase to a tech is identical to the <CommerceChanges> tag in Civ4BuildingInfos.xml (see example below). Because of the tag order in the schema, the tag must always be added last, following the <Button> tag.

Tag Example:

Code:
<TechInfo>	
        <Type>TECH_MYSTICISM</Type>
	...
	<Button>,Art/Interface/Buttons/TechTree/Mysticism.dds,Art/Interface/Buttons/TechTree_Atlas.dds,4,11</Button>
	<CommerceChanges>
		<iCommerce>0</iCommerce>
		<iCommerce>0</iCommerce>
		<iCommerce>2</iCommerce>
		<iCommerce>0</iCommerce>
	</CommerceChanges>			
</TechInfo>

(This example would add +2 culture to Mysticism)

In regards to the text entries, all five languages are present, but I can only guarantee accuracy in the English entry. If someone notices an error in an entry, please make me aware so I can correct it.

I have also included the edited source files for anyone interested. All changes to the code are marked with XML Tag: CommerceChanges comments.

Some screenshots:

Spoiler :
Civilopedia

cvilopedia_A1M.jpg


The Tech Tree

tech_advisor_C90.jpg


And the city screen

city_screen_5lH.jpg



You can find the thread for this mod here.
  • city_screen_5lH.jpg
    city_screen_5lH.jpg
    192.8 KB · Views: 116
  • cvilopedia_A1M.jpg
    cvilopedia_A1M.jpg
    239.1 KB · Views: 135
  • tech_advisor_C90.jpg
    tech_advisor_C90.jpg
    188.8 KB · Views: 137
Author
LyTning94
Downloads
394
Views
439
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top Bottom