Resource Tech Research Modifier Mod
By: TheLopez
Last Update: 08/25/10
Version: v0.3BtS
Patch Compatibility: Beyond the Sword v3.19
MP Compatible: ?
Download Mod v0.3BtS
Version: v0.2w
Patch Compatibility: Warlords v2.0.8.0
MP Compatible: ?
Download Mod v0.2w
Version: v0.1
Patch Compatibility: v1.61
MP Compatible: ?
Download Mod v0.1
Description:
This mod adds the tags to enable faster research of a technology if the
civilization has access to particular bonuses. So for instance in the sample
included CIV4BonusInfos.XML file copper is now revealed by Mining instead of
Bronze Working and if the civilization has access to copper then researching
Bronze Working will be 15% faster. To achieve this the following XML tag
snippet was added to the copper definition in CIV4BonusInfos.XML following the
<TechObsolete> tag.
-----Notes to Modmakers-----
If you want to use this mod component in your mod I have tried to make things
as easy as possible for you. In the SDK files I have added
// < Resource Tech Research Modifier Start > and
// < Resource Tech Research Modifier End > in all of the places where changes
were made.
-----Version Information-----
-----v0.3BtS------
- Updated to be compatible with Beyond the Sword v3.19 patch.
-----v0.2w------
- Updated to be compatible with Warlords v2.0.8.0 patch.
-----v0.1------
- Setup the Resource Tech Research Modifier Mod infrastructure
- Added the code needed to enable resources to provide a bonus for researching
technologies.
-----===Credits & Thanks===-----
- Exavier
Composite Mod - readme.txt format
- Aussie_Lurker
For providing the idea for the mod
By: TheLopez
Last Update: 08/25/10
Version: v0.3BtS
Patch Compatibility: Beyond the Sword v3.19
MP Compatible: ?
Download Mod v0.3BtS
Version: v0.2w
Patch Compatibility: Warlords v2.0.8.0
MP Compatible: ?
Download Mod v0.2w
Version: v0.1
Patch Compatibility: v1.61
MP Compatible: ?
Download Mod v0.1
Description:
This mod adds the tags to enable faster research of a technology if the
civilization has access to particular bonuses. So for instance in the sample
included CIV4BonusInfos.XML file copper is now revealed by Mining instead of
Bronze Working and if the civilization has access to copper then researching
Bronze Working will be 15% faster. To achieve this the following XML tag
snippet was added to the copper definition in CIV4BonusInfos.XML following the
<TechObsolete> tag.
Spoiler :
[PRE]
<ResearchPercentModifiers>
<ResearchPercentModifier>
<TechType>TECH_BRONZE_WORKING</TechType>
<iResearchModifer>15</iResearchModifer>
</ResearchPercentModifier>
</ResearchPercentModifiers>
[/PRE]
<ResearchPercentModifiers>
<ResearchPercentModifier>
<TechType>TECH_BRONZE_WORKING</TechType>
<iResearchModifer>15</iResearchModifer>
</ResearchPercentModifier>
</ResearchPercentModifiers>
[/PRE]
-----Notes to Modmakers-----
If you want to use this mod component in your mod I have tried to make things
as easy as possible for you. In the SDK files I have added
// < Resource Tech Research Modifier Start > and
// < Resource Tech Research Modifier End > in all of the places where changes
were made.
-----Version Information-----
-----v0.3BtS------
- Updated to be compatible with Beyond the Sword v3.19 patch.
Spoiler :
-----v0.2w------
- Updated to be compatible with Warlords v2.0.8.0 patch.
-----v0.1------
- Setup the Resource Tech Research Modifier Mod infrastructure
- Added the code needed to enable resources to provide a bonus for researching
technologies.
-----===Credits & Thanks===-----
- Exavier
Composite Mod - readme.txt format
- Aussie_Lurker
For providing the idea for the mod